nu_scripts/custom-completions
1adept 6745d1cf93
Fix: Completions Broken '-s' flag in man-completions (#619)
With 85.0 the deprecated `-s` flag in `str replace` was removed because
its matched against a substring automatically now.
2023-09-24 11:05:37 +02:00
..
ani-cli fix(completions): clean-up (#484) 2023-05-11 06:08:36 -05:00
auto-generate replace occurences of str collect with str join (#436) 2023-04-03 08:47:25 -05:00
bitwarden-cli fix(completions): clean-up (#484) 2023-05-11 06:08:36 -05:00
btm fix(completions): clean-up (#484) 2023-05-11 06:08:36 -05:00
cargo fix(completions): clean-up (#484) 2023-05-11 06:08:36 -05:00
git completions/git: add filename completion to diff and checkout (#617) 2023-09-22 16:29:05 -05:00
glow fix(completions): clean-up (#484) 2023-05-11 06:08:36 -05:00
just fix: just completions (#491) 2023-05-14 11:38:47 -05:00
make Case insensitive and reformatted make completions (#515) 2023-05-26 16:00:23 -05:00
man Fix: Completions Broken '-s' flag in man-completions (#619) 2023-09-24 11:05:37 +02:00
nano the function to display bars of given percentage from given width (#478) 2023-05-12 09:11:20 -05:00
nix fix(completions): clean-up (#484) 2023-05-11 06:08:36 -05:00
npm fix(completions): clean-up (#484) 2023-05-11 06:08:36 -05:00
pass fix pass-completion as let cannot be used at module level (#544) 2023-07-03 07:54:14 -05:00
pdm feat(completions): add PDM custom completions (#573) 2023-08-09 09:27:17 -05:00
poetry fix(completions): clean-up (#484) 2023-05-11 06:08:36 -05:00
reflector fix(completions): clean-up (#484) 2023-05-11 06:08:36 -05:00
scoop custom-completions: scoop: fix getting environmental variables (#567) 2023-08-01 07:38:38 -05:00
tealdeer fix(completions): clean-up (#484) 2023-05-11 06:08:36 -05:00
toipe add completion for toipe (#508) 2023-05-24 13:02:00 -05:00
typst Fixed the completion of --flamegraph (#502) 2023-05-17 17:34:01 -05:00
winget fix(completions): clean-up (#484) 2023-05-11 06:08:36 -05:00
yarn fixed error in yarn completions (#451) 2023-04-18 07:02:04 -05:00
zellij fix(completions): clean-up (#484) 2023-05-11 06:08:36 -05:00
README.md fix(completions): clean-up (#484) 2023-05-11 06:08:36 -05:00

Custom completions

This current directory provides custom completions. They can be used by importing their exported commands via:

use path/to/<command>/<command>-completions.nu *

With path/to/<command> being either the relative path of the file to your current working directory or its absolute path.