-
|
Some programs have a CLI flag/subcommand that can be used to generate shell completions. They often tell you to add it to your shell like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I suppose the solution is to create I wish the docs were a bit easier to follow and had more examples. |
Beta Was this translation helpful? Give feedback.
I suppose the solution is to create
~/.config/carapace/bridge/bash/.bashrcand addeval "$(myprog --shell-completions)", then addmyprog: bashto~/.config/carapace/bridges.yaml.I wish the docs were a bit easier to follow and had more examples.