https://github.com/jbox-web/squarectl
https://github.com/jbox-web/squarectl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jbox-web/squarectl
- Owner: jbox-web
- License: mit
- Created: 2021-10-25T14:37:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T02:37:27.000Z (over 1 year ago)
- Last Synced: 2025-02-07T03:23:34.551Z (over 1 year ago)
- Language: Crystal
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# squarectl
[](https://github.com/jbox-web/squarectl/blob/master/LICENSE)
[](https://github.com/jbox-web/squarectl/actions/workflows/ci.yml)
[](https://github.com/jbox-web/squarectl/releases/latest)
[](https://hub.docker.com/r/nicoladmin/squarectl)
## Installation
### Manual installation
Grab the latest binary from the [releases](https://github.com/jbox-web/squarectl/releases) page and run it with the [sample configuration project](https://github.com/jbox-web/squarectl/tree/master/example).
If you use [asdf](https://github.com/asdf-vm/asdf) you can also install squarectl with [asdf-squarectl](https://github.com/jbox-web/asdf-squarectl).
### Setup Bash completion
Add this to your .bashrc
```sh
source <(squarectl completion bash)
```