1
1
mirror of https://github.com/mgree/ffs.git synced 2024-09-17 14:07:15 +03:00
ffs/completions
Michael Greenberg 1af11e1c3e
Completions (#27)
Completion generation support, with stored completions in the repo. Would be good to have a way to automatically update them.

Pull out app into separate module, `cli.rs`.
2021-06-25 17:14:34 -07:00
..
ffs.bash Completions (#27) 2021-06-25 17:14:34 -07:00
ffs.fish Completions (#27) 2021-06-25 17:14:34 -07:00
ffs.zsh Completions (#27) 2021-06-25 17:14:34 -07:00
README.md Completions (#27) 2021-06-25 17:14:34 -07:00

Shell completions

This directory holds completions for three popular shells: bash, fish, and zsh.

You can generate completions locally by running ffs --completions <SHELL>, where <SHELL> is one of bash, fish, or zsh.