Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Shell Completion
Leonard Ramminger edited this page Aug 22, 2026
·
2 revisions
Tab completion for bash, zsh, and fish.
tempify completion bash
tempify completion zsh
tempify completion fishbash - in ~/.bashrc:
eval"$(tempify completion bash)"zsh - in ~/.zshrc:
eval"$(tempify completion zsh)"fish:
tempify completion fish >~/.config/fish/completions/tempify.fish- Top-level commands (
list,info,validate, …) - Render flags (
--set,--answers,--reapply, …) - Template IDs via
tempify list(dynamic)
Tempify · Repository · Issues · Releases
Documentation lives in this wiki. For a build quickstart, see the README in the repository.
Prebyte (template engine) is a separate project bundled by Tempify.
- CLI Reference
- Questions & Answers
- Configuration
- Render Options
- Hooks (Users)
- Reapply & Diff
- Shared Template Store
- Prebyte Passthrough
- Shell Completion