Skip to content

Commit

Permalink
completions to usage
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis committed Mar 17, 2023
1 parent d2a6111 commit 9905785
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,27 +63,28 @@ Arguments:
[DIR] Root directory to traverse; defaults to current working directory
Options:
-d, --disk-usage <DISK_USAGE> Print physical or logical file size [default: logical] [possible values: logical, physical]
-g, --glob <GLOB> Include or exclude files using glob patterns
--iglob <IGLOB> Include or exclude files using glob patterns; case insensitive
--glob-case-insensitive Process all glob patterns case insensitively
-H, --hidden Show hidden files; disabled by default
--ignore-git Disable traversal of .git directory when traversing hidden files; disabled by default
-I, --icons Display file icons; disabled by default
-i, --ignore-git-ignore Ignore .gitignore; disabled by default
-l, --level <NUM> Maximum depth to display
-n, --scale <NUM> Total number of digits after the decimal to display for disk usage [default: 2]
-p, --prefix <PREFIX> Display disk usage as binary or SI units [default: bin] [possible values: bin, si]
-P, --prune Disable printing of empty branches
-s, --sort <SORT> Sort-order to display directory content [possible values: name, size, size-rev]
--dirs-first Always sorts directories above files
-S, --follow-links Traverse symlink directories and consider their disk usage; disabled by default
-t, --threads <THREADS> Number of threads to use [default: 10]
--suppress-size Omit disk usage from output; disabled by default
--size-left Show the size on the left, decimal aligned
--no-config Don't read configuration file
-h, --help Print help (see more with '--help')
-V, --version Print version
-d, --disk-usage <DISK_USAGE> Print physical or logical file size [default: logical] [possible values: logical, physical]
-g, --glob <GLOB> Include or exclude files using glob patterns
--iglob <IGLOB> Include or exclude files using glob patterns; case insensitive
--glob-case-insensitive Process all glob patterns case insensitively
-H, --hidden Show hidden files; disabled by default
--ignore-git Disable traversal of .git directory when traversing hidden files; disabled by default
-I, --icons Display file icons; disabled by default
-i, --ignore-git-ignore Ignore .gitignore; disabled by default
-l, --level <NUM> Maximum depth to display
-n, --scale <NUM> Total number of digits after the decimal to display for disk usage [default: 2]
-p, --prefix <PREFIX> Display disk usage as binary or SI units [default: bin] [possible values: bin, si]
-P, --prune Disable printing of empty branches
-s, --sort <SORT> Sort-order to display directory content [default: none] [possible values: name, size, size-rev, none]
--dirs-first Always sorts directories above files
-S, --follow-links Traverse symlink directories and consider their disk usage; disabled by default
-t, --threads <THREADS> Number of threads to use; defaults to number of logical cores available [default: 10]
--suppress-size Omit disk usage from output; disabled by default
--size-left Show the size on the left, decimal aligned
--no-config Don't read configuration file
--completions <COMPLETIONS> Print completions for a given shell to stdout [possible values: bash, elvish, fish, powershell, zsh]
-h, --help Print help (see more with '--help')
-V, --version Print version
```

## Installation
Expand Down

0 comments on commit 9905785

Please sign in to comment.