Skip to content

Commit

Permalink
feat(filter): add --cachedir-ignore to completions
Browse files Browse the repository at this point in the history
  • Loading branch information
SIGSTACKFAULT committed May 2, 2024
1 parent 26eed55 commit 4ba29d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions completions/fish/eza.fish
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ complete -c eza -l smart-group -d "Only show group if it has a different name fr
# Filtering and sorting options
complete -c eza -l group-directories-first -d "Sort directories before other files"
complete -c eza -l git-ignore -d "Ignore files mentioned in '.gitignore'"
complete -c eza -l cachedir-ignore -d "Ignore directories with a 'CACHEDIR.TAG' file"
complete -c eza -s a -l all -d "Show hidden and 'dot' files. Use this twice to also show the '.' and '..' directories"
complete -c eza -s A -l almost-all -d "Equivalent to --all; included for compatibility with `ls -A`"
complete -c eza -s d -l list-dirs -d "List directories like regular files"
Expand Down
1 change: 1 addition & 0 deletions completions/nush/eza.nu
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export extern "eza" [
--absolute # Display entries with their absolute path
--group-directories-first # Sort directories before other files
--git-ignore # Ignore files mentioned in '.gitignore'
--cachedir-ignore # Ignore directories with a 'CACHEDIR.TAG' file
--all(-a) # Show hidden and 'dot' files. Use this twice to also show the '.' and '..' directories
--almost-all(-A) # Equivalent to --all; included for compatibility with `ls -A`
--list-dirs(-d) # List directories like regular files
Expand Down

0 comments on commit 4ba29d0

Please sign in to comment.