mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
Revert "Add completions for dust"
This reverts commit 27c7578760
.
dust generates its own completions (which are shipped in the wrong spot
in the Debian packages, but which are also more up-to-date).
Closes #10922.
This commit is contained in:
parent
6eec2db292
commit
541f8b47bf
1 changed files with 0 additions and 29 deletions
|
@ -1,29 +0,0 @@
|
||||||
complete -c dust -s d -l depth -d "Depth to show"
|
|
||||||
complete -c dust -s n -l number-of-lines -d "Number of lines of output to show"
|
|
||||||
complete -c dust -s p -l full-paths -d "Subdirectories will not have their path shortened"
|
|
||||||
complete -c dust -s X -l ignore-directory -d "Exclude any file or directory with this name"
|
|
||||||
complete -c dust -s I -l ignore-all-in-file -d "Exclude any file or directory with a regex"
|
|
||||||
complete -c dust -s L -l dereference-links -d "dereference sym links - Treat sym links as directories and go into them"
|
|
||||||
complete -c dust -s x -l limit-filesystem -d "Only count the files and directories on the same filesystem as the supplied directory"
|
|
||||||
complete -c dust -s s -l apparent-size -d "Use file length instead of blocks"
|
|
||||||
complete -c dust -s r -l reverse -d "Print tree upside down (biggest highest)"
|
|
||||||
complete -c dust -s c -l no-colors -d "No colors will be printed"
|
|
||||||
complete -c dust -s C -l force-colors -d "Force colors print"
|
|
||||||
complete -c dust -s b -l no-percent-bars -d "No percent bars or percentages will be displayed"
|
|
||||||
complete -c dust -s B -l bars-on-right -d "percent bars moved to right side of screen"
|
|
||||||
complete -c dust -s z -l min-size -d "Minimum size file to include in output"
|
|
||||||
complete -c dust -s R -l screen-reader -d "For screen readers"
|
|
||||||
complete -c dust -l skip-total -d "No total row will be displayed"
|
|
||||||
complete -c dust -s f -l filecount -d "Directory 'size' is number of child files instead of disk size"
|
|
||||||
complete -c dust -s i -l ignore_hidden -d "Do not display hidden files"
|
|
||||||
complete -c dust -s v -l invert-filter -d "Exclude filepaths matching this regex"
|
|
||||||
complete -c dust -s e -l filter -d "Only include filepaths matching this regex"
|
|
||||||
complete -c dust -s t -l file_types -d "show only these file types"
|
|
||||||
complete -c dust -s w -l terminal_width -d "Specify width of output"
|
|
||||||
complete -c dust -s P -l no-progress -d "Disable the progress indication"
|
|
||||||
complete -c dust -s D -l only-dir -d "Only directories will be displayed"
|
|
||||||
complete -c dust -s F -l only-file -d "Only files will be displayed (finds your largest files)"
|
|
||||||
complete -c dust -s o -l output-format -d "Changes output display size"
|
|
||||||
complete -c dust -s S -l stack-size -d "Specify memory to use as stack size"
|
|
||||||
complete -c dust -s h -l help -d "Print help"
|
|
||||||
complete -c dust -s V -l version -d "Print version"
|
|
Loading…
Reference in a new issue