Byron / dua-cli

View disk space usage and delete unwanted data, fast.
https://lib.rs/crates/dua-cli
MIT License
4.19k stars 113 forks source link

Support Home/End and fix inconsistent help text #105

Closed kidonng closed 3 years ago

kidonng commented 3 years ago

I'm one the people who use arrow keys and page up/down/home/end to navigate instead of alphabet keys 😄 and I find it weird that dua doesn't support Home/End. This is a pretty trivial change, so I hope you will accept it.

I also took the chance to fix inconsistent casing (opinionated), wording and forgotten help_text change to help.rs in 7689016c537d054a519e4e61c577e30645537213.

Byron commented 3 years ago

Thanks a lot, the change is much appreciated.

Home and End keys aren't usually available on the Mac keyboards I am using and the arrow keys aren't anything you want to use either there ;). Being less surprising is always a welcome change.