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.
- Host: GitHub
- URL: https://github.com/opencodeco/octl
- Owner: opencodeco
- License: mit
- Created: 2023-08-05T01:57:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-05T03:09:28.000Z (over 2 years ago)
- Last Synced: 2023-08-05T04:24:51.706Z (over 2 years ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```