Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 454 Bytes

shell-completion-setup.md

File metadata and controls

11 lines (8 loc) · 454 Bytes

Shell completion setup

Graphite supports bash and zsh tab completion. After installing Graphite for the first time, you can run (e.g. if using zsh, the default on Mac):

gt completion >> ~/.zshrc

For bash, you'd replace .zshrc with .bashrc or .bash_profile.

We don't currently support fish completions, but we're looking to — if you're passionate about it, maybe you can help us out with an open source contribution!