1
1
mirror of https://github.com/mgree/ffs.git synced 2024-09-19 06:59:15 +03:00
ffs/completions/README.md
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

231 B

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.