An open API service indexing awesome lists of open source software.

https://github.com/opencodeco/octl

✊ Useful tools, right in your terminal, brought to you by the OpenCodeCo.
https://github.com/opencodeco/octl

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

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

## Getting started

### Installation
Just clone it and link to your `PATH`:
```shell
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:
```shell
cd ~/octl && git pull
```
or
```shell
octl self-update
```