mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
cower doesn't exist anymore, completions dropped
This commit is contained in:
parent
6e525cc5d9
commit
aea4062906
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
complete -c cower -f -s b -l 'brief' -d 'Show output in a more script friendly format'
|
||||
complete -c cower -f -s d -l 'download' -d 'Download [twice to fetch dependencies]'
|
||||
complete -c cower -f -s i -l 'info' -d 'Show info for target [twice for more details]'
|
||||
complete -c cower -f -s m -l 'msearch' -d 'Search for packages by maintainer'
|
||||
complete -c cower -f -s s -l 'search' -d 'Search for packages by name'
|
||||
complete -c cower -f -s u -l 'update' -d 'Check AUR packages for updates'
|
||||
complete -c cower -f -s c -l 'color' -xa 'always auto never' -d 'Use colored output'
|
||||
complete -c cower -f -s v -l 'debug' -d 'Show debug output'
|
||||
complete -c cower -f -s f -l 'force' -d 'Overwrite existing files when downloading'
|
||||
complete -c cower -f -l 'format' -d 'Print formatted'
|
||||
complete -c cower -f -s h -l 'help' -d 'Display help and quit'
|
||||
complete -c cower -f -l 'ignore' -xa "(pacman -Qq)" -d 'Ignore a package upgrade'
|
||||
complete -c cower -f -l 'ignorerepo' -xa "(__fish_print_pacman_repos)" -d 'Ignore a binary repo when checking for updates'
|
||||
complete -c cower -f -l 'listdelim' -d 'Specify a delimiter for list formatters'
|
||||
complete -c cower -f -s q -l 'quiet' -d 'Output less'
|
||||
complete -c cower -f -s t -l 'target' -d 'Download targets to DIR'
|
||||
complete -c cower -f -l 'threads' -d 'Limit the number of threads created [10]'
|
||||
complete -c cower -f -l 'timeout' -d 'Curl timeout in seconds'
|
||||
complete -c cower -f -s v -l 'verbose' -d 'Output more'
|
||||
|
||||
# Complete with AUR packages:
|
||||
# If the search string is too short, cower prints an annoying message to stderr - ignore that
|
||||
complete -c cower -f -n 'not string match -q -- "-*" (commandline --current-token)' -a '(cower --format="%n\t%d\n" --search (commandline --current-token) 2>/dev/null)'
|
Loading…
Reference in a new issue