/octl

✊ Useful tools, right in your terminal, brought to you by the OpenCodeCo.

Primary LanguageShellMIT LicenseMIT

octl

✊ Useful tools, right in your terminal, brought to you by the OpenCodeCo.

Getting started

Installation

Just clone it and link to your PATH:

git clone https://github.com/opencodeco/octl.git ~/octl
ln -s ~/octl/octl /usr/local/bin/octl

Updates

Then you can just git pull for updates:

cd ~/octl && git pull

or

octl self-update