Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

human readable flag (-h) enabled #906

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Sep 16, 2023

  1. human_readable flag (-h) functionality enabled

    This re-enables a quick, easy to type command line flag that `ls` users
    are familiar with.
    
    In the event a user has changed the default configuration of `lsd` to
    use a size setting of something other than `default`, this lets a user
    use the historically established CLI flag (`-h`) to enable the human
    readable option without having to type `--size=default` on the command
    line.
    Scott Dorr committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    450ebbf View commit details
    Browse the repository at this point in the history
  2. remove superfluous value match

    Scott Dorr committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    0b8b40a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. documentation updates

    Scott Dorr committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    28700b1 View commit details
    Browse the repository at this point in the history
  2. cargo fmt added a ';'

    Scott Dorr committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    f6e1bf0 View commit details
    Browse the repository at this point in the history
  3. Added tests for -h and --human-readable

    Scott Dorr committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    de82d7b View commit details
    Browse the repository at this point in the history
  4. fix comment

    Scott Dorr committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    0758258 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39312d4 View commit details
    Browse the repository at this point in the history