This repo contains a shell script for the og command.
- Pull the repo into any directory
- Add that directory into your
PATHvariable - Link the autocompletion script to your bash completions:
sudo ln -s $(dirname "$(which og)")/autocomplete /etc/bash_completion.d/og(you may need to restart your shell afterwards)