Shell completions and man pages - nimaaskarian/goje GitHub Wiki

shell completions

you can generate completions for most of the shells using goje completion subcommand. you can just type that in your command line and see what the shells it supports. for example, generating a fish completion would look something like this:

goje completion fish > ~/.config/fish/completions/goje.fish

man pages

you can use goje mangen foo/bar/ to generate man pages in the foo/bar/ directory. you probably want to set that directory to your man data folder to install them. so something like this to install the man pages for your own user:

goje mangen ~/.local/share/man/man1/