Changes:
Separate cli flags and put them in
their own module.
Add a rustfmt configuration file for
grouping imports into crates (so we
dont have to do this manually, and it
seems we were already doing it manually
so might as well)
Use comments to describe cli flags
instead of using ugly syntax (they both
work the same but one is less ugly and
more readable)
Add a --mouse flag to enable mouse
interaction (mouse interaction is now
off by default)
Add a --bypass-root flag to disable
the annoying popup when you run the
utility as root
Fix an issue where you can't reach the
bottom of the list in a subdir (i also
reduced the nesting in those functions
as well for readability)
Add help feature to clap dependency to
enable --help / -h
Add usage feature to clap dependency
to enable usage example when running
with --help / -h
Remove CLI arg examples from readme,
and add instructions on how to view
them on CLI to prevent it from bloating
up the readme