I’ve been experimenting with how to make the playlist area responsive to the height of the terminal. So far it seems to work well. Some before and after screenshots are below.
Before opening a PR I’d appreciate some feedback or testing from others.
Here's how to give it a spin...
- Edit your
config.toml and add the following line. If you omit this line or set responsive_height to false, it falls back to the current behavior.
- Grab, build, and run
# Clone the fork
git clone https://github.com/zambetti/cliamp.git
cd cliamp
# Check out the feature branch
git fetch origin responsive-height
git checkout responsive-height
# Build
go build -o cliamp
# Run
./cliamp

I’ve been experimenting with how to make the playlist area responsive to the height of the terminal. So far it seems to work well. Some before and after screenshots are below.
Before opening a PR I’d appreciate some feedback or testing from others.
Here's how to give it a spin...
config.tomland add the following line. If you omit this line or setresponsive_heightto false, it falls back to the current behavior.