···11-complete -c ptags -n "__fish_use_subcommand" -s t -l thread -d 'Number of threads'
22-complete -c ptags -n "__fish_use_subcommand" -s f -l file -d 'Output filename ( filename \'-\' means output to stdout )'
33-complete -c ptags -n "__fish_use_subcommand" -l bin-ctags -d 'Path to ctags binary'
44-complete -c ptags -n "__fish_use_subcommand" -l bin-git -d 'Path to git binary'
55-complete -c ptags -n "__fish_use_subcommand" -s c -l opt-ctags -d 'Options passed to ctags'
66-complete -c ptags -n "__fish_use_subcommand" -s g -l opt-git -d 'Options passed to git'
77-complete -c ptags -n "__fish_use_subcommand" -l opt-git-lfs -d 'Options passed to git-lfs'
88-complete -c ptags -n "__fish_use_subcommand" -s e -l exclude -d 'Glob pattern of exclude file ( ex. --exclude \'*.rs\' )'
99-complete -c ptags -n "__fish_use_subcommand" -l completion -d 'Generate shell completion file' -r -f -a "bash fish zsh powershell"
1010-complete -c ptags -n "__fish_use_subcommand" -s s -l stat -d 'Show statistics'
1111-complete -c ptags -n "__fish_use_subcommand" -s v -l verbose -d 'Verbose mode'
1212-complete -c ptags -n "__fish_use_subcommand" -l exclude-lfs -d 'Exclude git-lfs tracked files'
1313-complete -c ptags -n "__fish_use_subcommand" -l include-untracked -d 'Include untracked files'
1414-complete -c ptags -n "__fish_use_subcommand" -l include-ignored -d 'Include ignored files'
1515-complete -c ptags -n "__fish_use_subcommand" -l include-submodule -d 'Include submodule files'
1616-complete -c ptags -n "__fish_use_subcommand" -l validate-utf8 -d 'Validate UTF8 sequence of tag file'
1717-complete -c ptags -n "__fish_use_subcommand" -l unsorted -d 'Disable tags sort'
1818-complete -c ptags -n "__fish_use_subcommand" -l config -d 'Generate configuration sample file'
1919-complete -c ptags -n "__fish_use_subcommand" -s h -l help -d 'Prints help information'
2020-complete -c ptags -n "__fish_use_subcommand" -s V -l version -d 'Prints version information'
-164
fish/.config/fish/completions/rustup.fish
···11-complete -c rustup -n "__fish_use_subcommand" -s v -l verbose -d 'Enable verbose output'
22-complete -c rustup -n "__fish_use_subcommand" -s h -l help -d 'Prints help information'
33-complete -c rustup -n "__fish_use_subcommand" -s V -l version -d 'Prints version information'
44-complete -c rustup -n "__fish_use_subcommand" -f -a "show" -d 'Show the active and installed toolchains'
55-complete -c rustup -n "__fish_use_subcommand" -f -a "install" -d 'Update Rust toolchains'
66-complete -c rustup -n "__fish_use_subcommand" -f -a "uninstall" -d 'Uninstall Rust toolchains'
77-complete -c rustup -n "__fish_use_subcommand" -f -a "update" -d 'Update Rust toolchains and rustup'
88-complete -c rustup -n "__fish_use_subcommand" -f -a "default" -d 'Set the default toolchain'
99-complete -c rustup -n "__fish_use_subcommand" -f -a "toolchain" -d 'Modify or query the installed toolchains'
1010-complete -c rustup -n "__fish_use_subcommand" -f -a "target" -d 'Modify a toolchain\'s supported targets'
1111-complete -c rustup -n "__fish_use_subcommand" -f -a "component" -d 'Modify a toolchain\'s installed components'
1212-complete -c rustup -n "__fish_use_subcommand" -f -a "override" -d 'Modify directory toolchain overrides'
1313-complete -c rustup -n "__fish_use_subcommand" -f -a "run" -d 'Run a command with an environment configured for a given toolchain'
1414-complete -c rustup -n "__fish_use_subcommand" -f -a "which" -d 'Display which binary will be run for a given command'
1515-complete -c rustup -n "__fish_use_subcommand" -f -a "doc" -d 'Open the documentation for the current toolchain'
1616-complete -c rustup -n "__fish_use_subcommand" -f -a "man" -d 'View the man page for a given command'
1717-complete -c rustup -n "__fish_use_subcommand" -f -a "self" -d 'Modify the rustup installation'
1818-complete -c rustup -n "__fish_use_subcommand" -f -a "telemetry" -d 'rustup telemetry commands'
1919-complete -c rustup -n "__fish_use_subcommand" -f -a "set" -d 'Alter rustup settings'
2020-complete -c rustup -n "__fish_use_subcommand" -f -a "completions" -d 'Generate completion scripts for your shell'
2121-complete -c rustup -n "__fish_use_subcommand" -f -a "help" -d 'Prints this message or the help of the given subcommand(s)'
2222-complete -c rustup -n "__fish_seen_subcommand_from show" -s h -l help -d 'Prints help information'
2323-complete -c rustup -n "__fish_seen_subcommand_from show" -s V -l version -d 'Prints version information'
2424-complete -c rustup -n "__fish_seen_subcommand_from show" -f -a "active-toolchain" -d 'Show the active toolchain'
2525-complete -c rustup -n "__fish_seen_subcommand_from show" -f -a "help" -d 'Prints this message or the help of the given subcommand(s)'
2626-complete -c rustup -n "__fish_seen_subcommand_from active-toolchain" -s h -l help -d 'Prints help information'
2727-complete -c rustup -n "__fish_seen_subcommand_from active-toolchain" -s V -l version -d 'Prints version information'
2828-complete -c rustup -n "__fish_seen_subcommand_from help" -s h -l help -d 'Prints help information'
2929-complete -c rustup -n "__fish_seen_subcommand_from help" -s V -l version -d 'Prints version information'
3030-complete -c rustup -n "__fish_seen_subcommand_from install" -s h -l help -d 'Prints help information'
3131-complete -c rustup -n "__fish_seen_subcommand_from install" -s V -l version -d 'Prints version information'
3232-complete -c rustup -n "__fish_seen_subcommand_from uninstall" -s h -l help -d 'Prints help information'
3333-complete -c rustup -n "__fish_seen_subcommand_from uninstall" -s V -l version -d 'Prints version information'
3434-complete -c rustup -n "__fish_seen_subcommand_from update" -l no-self-update -d 'Don\'t perform self update when running the `rustup` command'
3535-complete -c rustup -n "__fish_seen_subcommand_from update" -l force -d 'Force an update, even if some components are missing'
3636-complete -c rustup -n "__fish_seen_subcommand_from update" -s h -l help -d 'Prints help information'
3737-complete -c rustup -n "__fish_seen_subcommand_from update" -s V -l version -d 'Prints version information'
3838-complete -c rustup -n "__fish_seen_subcommand_from default" -s h -l help -d 'Prints help information'
3939-complete -c rustup -n "__fish_seen_subcommand_from default" -s V -l version -d 'Prints version information'
4040-complete -c rustup -n "__fish_seen_subcommand_from toolchain" -s h -l help -d 'Prints help information'
4141-complete -c rustup -n "__fish_seen_subcommand_from toolchain" -s V -l version -d 'Prints version information'
4242-complete -c rustup -n "__fish_seen_subcommand_from toolchain" -f -a "list" -d 'List installed toolchains'
4343-complete -c rustup -n "__fish_seen_subcommand_from toolchain" -f -a "install" -d 'Install or update a given toolchain'
4444-complete -c rustup -n "__fish_seen_subcommand_from toolchain" -f -a "uninstall" -d 'Uninstall a toolchain'
4545-complete -c rustup -n "__fish_seen_subcommand_from toolchain" -f -a "link" -d 'Create a custom toolchain by symlinking to a directory'
4646-complete -c rustup -n "__fish_seen_subcommand_from toolchain" -f -a "help" -d 'Prints this message or the help of the given subcommand(s)'
4747-complete -c rustup -n "__fish_seen_subcommand_from list" -s h -l help -d 'Prints help information'
4848-complete -c rustup -n "__fish_seen_subcommand_from list" -s V -l version -d 'Prints version information'
4949-complete -c rustup -n "__fish_seen_subcommand_from install" -s h -l help -d 'Prints help information'
5050-complete -c rustup -n "__fish_seen_subcommand_from install" -s V -l version -d 'Prints version information'
5151-complete -c rustup -n "__fish_seen_subcommand_from uninstall" -s h -l help -d 'Prints help information'
5252-complete -c rustup -n "__fish_seen_subcommand_from uninstall" -s V -l version -d 'Prints version information'
5353-complete -c rustup -n "__fish_seen_subcommand_from link" -s h -l help -d 'Prints help information'
5454-complete -c rustup -n "__fish_seen_subcommand_from link" -s V -l version -d 'Prints version information'
5555-complete -c rustup -n "__fish_seen_subcommand_from help" -s h -l help -d 'Prints help information'
5656-complete -c rustup -n "__fish_seen_subcommand_from help" -s V -l version -d 'Prints version information'
5757-complete -c rustup -n "__fish_seen_subcommand_from target" -s h -l help -d 'Prints help information'
5858-complete -c rustup -n "__fish_seen_subcommand_from target" -s V -l version -d 'Prints version information'
5959-complete -c rustup -n "__fish_seen_subcommand_from target" -f -a "list" -d 'List installed and available targets'
6060-complete -c rustup -n "__fish_seen_subcommand_from target" -f -a "add" -d 'Add a target to a Rust toolchain'
6161-complete -c rustup -n "__fish_seen_subcommand_from target" -f -a "remove" -d 'Remove a target from a Rust toolchain'
6262-complete -c rustup -n "__fish_seen_subcommand_from target" -f -a "help" -d 'Prints this message or the help of the given subcommand(s)'
6363-complete -c rustup -n "__fish_seen_subcommand_from list" -l toolchain -d 'Toolchain name, such as \'stable\', \'nightly\', or \'1.8.0\'. For more information see `rustup help toolchain`'
6464-complete -c rustup -n "__fish_seen_subcommand_from list" -s h -l help -d 'Prints help information'
6565-complete -c rustup -n "__fish_seen_subcommand_from list" -s V -l version -d 'Prints version information'
6666-complete -c rustup -n "__fish_seen_subcommand_from add" -l toolchain -d 'Toolchain name, such as \'stable\', \'nightly\', or \'1.8.0\'. For more information see `rustup help toolchain`'
6767-complete -c rustup -n "__fish_seen_subcommand_from add" -s h -l help -d 'Prints help information'
6868-complete -c rustup -n "__fish_seen_subcommand_from add" -s V -l version -d 'Prints version information'
6969-complete -c rustup -n "__fish_seen_subcommand_from remove" -l toolchain -d 'Toolchain name, such as \'stable\', \'nightly\', or \'1.8.0\'. For more information see `rustup help toolchain`'
7070-complete -c rustup -n "__fish_seen_subcommand_from remove" -s h -l help -d 'Prints help information'
7171-complete -c rustup -n "__fish_seen_subcommand_from remove" -s V -l version -d 'Prints version information'
7272-complete -c rustup -n "__fish_seen_subcommand_from help" -s h -l help -d 'Prints help information'
7373-complete -c rustup -n "__fish_seen_subcommand_from help" -s V -l version -d 'Prints version information'
7474-complete -c rustup -n "__fish_seen_subcommand_from component" -s h -l help -d 'Prints help information'
7575-complete -c rustup -n "__fish_seen_subcommand_from component" -s V -l version -d 'Prints version information'
7676-complete -c rustup -n "__fish_seen_subcommand_from component" -f -a "list" -d 'List installed and available components'
7777-complete -c rustup -n "__fish_seen_subcommand_from component" -f -a "add" -d 'Add a component to a Rust toolchain'
7878-complete -c rustup -n "__fish_seen_subcommand_from component" -f -a "remove" -d 'Remove a component from a Rust toolchain'
7979-complete -c rustup -n "__fish_seen_subcommand_from component" -f -a "help" -d 'Prints this message or the help of the given subcommand(s)'
8080-complete -c rustup -n "__fish_seen_subcommand_from list" -l toolchain -d 'Toolchain name, such as \'stable\', \'nightly\', or \'1.8.0\'. For more information see `rustup help toolchain`'
8181-complete -c rustup -n "__fish_seen_subcommand_from list" -s h -l help -d 'Prints help information'
8282-complete -c rustup -n "__fish_seen_subcommand_from list" -s V -l version -d 'Prints version information'
8383-complete -c rustup -n "__fish_seen_subcommand_from add" -l toolchain -d 'Toolchain name, such as \'stable\', \'nightly\', or \'1.8.0\'. For more information see `rustup help toolchain`'
8484-complete -c rustup -n "__fish_seen_subcommand_from add" -l target
8585-complete -c rustup -n "__fish_seen_subcommand_from add" -s h -l help -d 'Prints help information'
8686-complete -c rustup -n "__fish_seen_subcommand_from add" -s V -l version -d 'Prints version information'
8787-complete -c rustup -n "__fish_seen_subcommand_from remove" -l toolchain -d 'Toolchain name, such as \'stable\', \'nightly\', or \'1.8.0\'. For more information see `rustup help toolchain`'
8888-complete -c rustup -n "__fish_seen_subcommand_from remove" -l target
8989-complete -c rustup -n "__fish_seen_subcommand_from remove" -s h -l help -d 'Prints help information'
9090-complete -c rustup -n "__fish_seen_subcommand_from remove" -s V -l version -d 'Prints version information'
9191-complete -c rustup -n "__fish_seen_subcommand_from help" -s h -l help -d 'Prints help information'
9292-complete -c rustup -n "__fish_seen_subcommand_from help" -s V -l version -d 'Prints version information'
9393-complete -c rustup -n "__fish_seen_subcommand_from override" -s h -l help -d 'Prints help information'
9494-complete -c rustup -n "__fish_seen_subcommand_from override" -s V -l version -d 'Prints version information'
9595-complete -c rustup -n "__fish_seen_subcommand_from override" -f -a "list" -d 'List directory toolchain overrides'
9696-complete -c rustup -n "__fish_seen_subcommand_from override" -f -a "set" -d 'Set the override toolchain for a directory'
9797-complete -c rustup -n "__fish_seen_subcommand_from override" -f -a "unset" -d 'Remove the override toolchain for a directory'
9898-complete -c rustup -n "__fish_seen_subcommand_from override" -f -a "help" -d 'Prints this message or the help of the given subcommand(s)'
9999-complete -c rustup -n "__fish_seen_subcommand_from list" -s h -l help -d 'Prints help information'
100100-complete -c rustup -n "__fish_seen_subcommand_from list" -s V -l version -d 'Prints version information'
101101-complete -c rustup -n "__fish_seen_subcommand_from set" -s h -l help -d 'Prints help information'
102102-complete -c rustup -n "__fish_seen_subcommand_from set" -s V -l version -d 'Prints version information'
103103-complete -c rustup -n "__fish_seen_subcommand_from unset" -l path -d 'Path to the directory'
104104-complete -c rustup -n "__fish_seen_subcommand_from unset" -l nonexistent -d 'Remove override toolchain for all nonexistent directories'
105105-complete -c rustup -n "__fish_seen_subcommand_from unset" -s h -l help -d 'Prints help information'
106106-complete -c rustup -n "__fish_seen_subcommand_from unset" -s V -l version -d 'Prints version information'
107107-complete -c rustup -n "__fish_seen_subcommand_from help" -s h -l help -d 'Prints help information'
108108-complete -c rustup -n "__fish_seen_subcommand_from help" -s V -l version -d 'Prints version information'
109109-complete -c rustup -n "__fish_seen_subcommand_from run" -l install -d 'Install the requested toolchain if needed'
110110-complete -c rustup -n "__fish_seen_subcommand_from run" -s h -l help -d 'Prints help information'
111111-complete -c rustup -n "__fish_seen_subcommand_from run" -s V -l version -d 'Prints version information'
112112-complete -c rustup -n "__fish_seen_subcommand_from which" -s h -l help -d 'Prints help information'
113113-complete -c rustup -n "__fish_seen_subcommand_from which" -s V -l version -d 'Prints version information'
114114-complete -c rustup -n "__fish_seen_subcommand_from doc" -l toolchain -d 'Toolchain name, such as \'stable\', \'nightly\', or \'1.8.0\'. For more information see `rustup help toolchain`'
115115-complete -c rustup -n "__fish_seen_subcommand_from doc" -l path -d 'Only print the path to the documentation'
116116-complete -c rustup -n "__fish_seen_subcommand_from doc" -l book -d 'The Rust Programming Language book'
117117-complete -c rustup -n "__fish_seen_subcommand_from doc" -l std -d 'Standard library API documentation'
118118-complete -c rustup -n "__fish_seen_subcommand_from doc" -l reference -d 'The Rust Reference'
119119-complete -c rustup -n "__fish_seen_subcommand_from doc" -s h -l help -d 'Prints help information'
120120-complete -c rustup -n "__fish_seen_subcommand_from doc" -s V -l version -d 'Prints version information'
121121-complete -c rustup -n "__fish_seen_subcommand_from man" -l toolchain -d 'Toolchain name, such as \'stable\', \'nightly\', or \'1.8.0\'. For more information see `rustup help toolchain`'
122122-complete -c rustup -n "__fish_seen_subcommand_from man" -s h -l help -d 'Prints help information'
123123-complete -c rustup -n "__fish_seen_subcommand_from man" -s V -l version -d 'Prints version information'
124124-complete -c rustup -n "__fish_seen_subcommand_from self" -s h -l help -d 'Prints help information'
125125-complete -c rustup -n "__fish_seen_subcommand_from self" -s V -l version -d 'Prints version information'
126126-complete -c rustup -n "__fish_seen_subcommand_from self" -f -a "update" -d 'Download and install updates to rustup'
127127-complete -c rustup -n "__fish_seen_subcommand_from self" -f -a "uninstall" -d 'Uninstall rustup.'
128128-complete -c rustup -n "__fish_seen_subcommand_from self" -f -a "upgrade-data" -d 'Upgrade the internal data format.'
129129-complete -c rustup -n "__fish_seen_subcommand_from self" -f -a "help" -d 'Prints this message or the help of the given subcommand(s)'
130130-complete -c rustup -n "__fish_seen_subcommand_from update" -s h -l help -d 'Prints help information'
131131-complete -c rustup -n "__fish_seen_subcommand_from update" -s V -l version -d 'Prints version information'
132132-complete -c rustup -n "__fish_seen_subcommand_from uninstall" -s y
133133-complete -c rustup -n "__fish_seen_subcommand_from uninstall" -s h -l help -d 'Prints help information'
134134-complete -c rustup -n "__fish_seen_subcommand_from uninstall" -s V -l version -d 'Prints version information'
135135-complete -c rustup -n "__fish_seen_subcommand_from upgrade-data" -s h -l help -d 'Prints help information'
136136-complete -c rustup -n "__fish_seen_subcommand_from upgrade-data" -s V -l version -d 'Prints version information'
137137-complete -c rustup -n "__fish_seen_subcommand_from help" -s h -l help -d 'Prints help information'
138138-complete -c rustup -n "__fish_seen_subcommand_from help" -s V -l version -d 'Prints version information'
139139-complete -c rustup -n "__fish_seen_subcommand_from telemetry" -s h -l help -d 'Prints help information'
140140-complete -c rustup -n "__fish_seen_subcommand_from telemetry" -s V -l version -d 'Prints version information'
141141-complete -c rustup -n "__fish_seen_subcommand_from telemetry" -f -a "enable" -d 'Enable rustup telemetry'
142142-complete -c rustup -n "__fish_seen_subcommand_from telemetry" -f -a "disable" -d 'Disable rustup telemetry'
143143-complete -c rustup -n "__fish_seen_subcommand_from telemetry" -f -a "analyze" -d 'Analyze stored telemetry'
144144-complete -c rustup -n "__fish_seen_subcommand_from telemetry" -f -a "help" -d 'Prints this message or the help of the given subcommand(s)'
145145-complete -c rustup -n "__fish_seen_subcommand_from enable" -s h -l help -d 'Prints help information'
146146-complete -c rustup -n "__fish_seen_subcommand_from enable" -s V -l version -d 'Prints version information'
147147-complete -c rustup -n "__fish_seen_subcommand_from disable" -s h -l help -d 'Prints help information'
148148-complete -c rustup -n "__fish_seen_subcommand_from disable" -s V -l version -d 'Prints version information'
149149-complete -c rustup -n "__fish_seen_subcommand_from analyze" -s h -l help -d 'Prints help information'
150150-complete -c rustup -n "__fish_seen_subcommand_from analyze" -s V -l version -d 'Prints version information'
151151-complete -c rustup -n "__fish_seen_subcommand_from help" -s h -l help -d 'Prints help information'
152152-complete -c rustup -n "__fish_seen_subcommand_from help" -s V -l version -d 'Prints version information'
153153-complete -c rustup -n "__fish_seen_subcommand_from set" -s h -l help -d 'Prints help information'
154154-complete -c rustup -n "__fish_seen_subcommand_from set" -s V -l version -d 'Prints version information'
155155-complete -c rustup -n "__fish_seen_subcommand_from set" -f -a "default-host" -d 'The triple used to identify toolchains when not specified'
156156-complete -c rustup -n "__fish_seen_subcommand_from set" -f -a "help" -d 'Prints this message or the help of the given subcommand(s)'
157157-complete -c rustup -n "__fish_seen_subcommand_from default-host" -s h -l help -d 'Prints help information'
158158-complete -c rustup -n "__fish_seen_subcommand_from default-host" -s V -l version -d 'Prints version information'
159159-complete -c rustup -n "__fish_seen_subcommand_from help" -s h -l help -d 'Prints help information'
160160-complete -c rustup -n "__fish_seen_subcommand_from help" -s V -l version -d 'Prints version information'
161161-complete -c rustup -n "__fish_seen_subcommand_from completions" -s h -l help -d 'Prints help information'
162162-complete -c rustup -n "__fish_seen_subcommand_from completions" -s V -l version -d 'Prints version information'
163163-complete -c rustup -n "__fish_seen_subcommand_from help" -s h -l help -d 'Prints help information'
164164-complete -c rustup -n "__fish_seen_subcommand_from help" -s V -l version -d 'Prints version information'
+1-1
fish/.config/fish/config.fish
···18181919set fish_user_paths ~/bin ~/.nix-profile/bin /run/current-system/sw/bin
20202121-if type nix-locate ^/dev/null >/dev/null
2121+if type nix-locate 2>/dev/null >/dev/null
2222 function nix_locate_bin --on-event fish_command_not_found
2323 if not test -t 1
2424 __fish_default_command_not_found_handler $argv[1]