jacek-kurlit / pik

Process Interactive Kill
https://crates.io/crates/pik
MIT License
184 stars 6 forks source link

Feature: allow setting viewport height #75

Closed grouzen closed 1 month ago

grouzen commented 2 months ago

I prefer to use the app in Fullscreen mode most of the time. Some users may want to set an arbitrary height (currently, it is hard-coded to 20).

How about adding a couple of params:

jacek-kurlit commented 2 months ago

Sounds like a plan, we may start with args. I was planning to add config file so users can change it according to their preferences This feature seems like nice fit for it.