-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
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.tomland add the following line. If you omit this line or setresponsive_heightto false, it falls back to the current behavior.
responsive_height = true
- 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

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels