Skip to content

Feature: Responsive Height #146

@zambetti

Description

@zambetti

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...

  1. 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.
responsive_height = true
  1. 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
Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions