Skip to content

ryotako/fish-completion-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🇺🇸 🇯🇵

fish-completion-generator

Build Status Slack Room fish2.7.0

generate completions for fish-shell with --help option

Install

With fisherman

fisher ryotako/fish-completion-generator

Usage

NAME:
    gencomp - Completion generator for fish-shell

USAGE:
    gencomp [options] [command names...]

OPTIONS:
    -d, --dry-run      print completions without execution
    --edit             edit a generated completion
    --erase            erase generated completions
    -l, --list         list generated completions
    -r, --root         print the directory to save completions
    -S, --subcommands  generate completion for subcommands
    -u, --use          use the specified command to get usage
                       ``{}'' is replaced with the arguments
    -w, --wraps        inherit existing completions
    -h, --help         show this help

VARIABLES:
    gencomp_dir        directory to save completions

EXAMPLES:
    gencomp peco
    gencomp ghq --subcommands
    gencomp bd --use '{} -h'
    gencomp my-git --wraps git

About

generate completions for fish-shell with --help option

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages