1
1
mirror of https://github.com/mgree/ffs.git synced 2024-07-07 08:16:20 +03:00
ffs/completions
Michael Greenberg b9c6644312
Lazy loading (#50)
Lazy implementation is now the default. Use `--eager` to force ffs to construct the entire filesystem on startup.

NB that lazy loading is not the same as lazy parsing. There's still plenty of savings left on the table.

There is some unwelcome code duplication in saving to accommodate type-level jiggery pokery.
2021-10-01 07:57:58 -07:00
..
ffs.bash Lazy loading (#50) 2021-10-01 07:57:58 -07:00
ffs.fish Lazy loading (#50) 2021-10-01 07:57:58 -07:00
ffs.zsh Lazy loading (#50) 2021-10-01 07:57:58 -07:00
Makefile Timing support (#46) 2021-07-29 17:55:53 -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.