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

https://github.com/jbox-web/squarectl


https://github.com/jbox-web/squarectl

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# squarectl

[![GitHub License](https://img.shields.io/github/license/jbox-web/squarectl)](https://github.com/jbox-web/squarectl/blob/master/LICENSE)
[![Build Status](https://github.com/jbox-web/squarectl/actions/workflows/ci.yml/badge.svg)](https://github.com/jbox-web/squarectl/actions/workflows/ci.yml)
[![GitHub Release](https://img.shields.io/github/v/release/jbox-web/squarectl)](https://github.com/jbox-web/squarectl/releases/latest)
[![Docker Image](https://img.shields.io/docker/v/nicoladmin/squarectl/latest?color=green&label=Docker%20Image&logo=docker)](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)
```