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

https://github.com/arne-vl/atools

Arne's CLI Tools
https://github.com/arne-vl/atools

cli golang

Last synced: 2 months ago
JSON representation

Arne's CLI Tools

Awesome Lists containing this project

README

        

# `atools` - Arne's CLI Tools
## 📦 Installation
### Manual installation
1. Clone the repository:
```
git clone https://github.com/arne-vl/atools.git
```
2. Build & install the project:
```
cd atools
go build
go install
```
3. Check command installation:
```
atools
```

## 🚀 Features

- `linecounter` - Count the number of lines for a specified file extension.
- `portcheck` - Check if a given port is occupied or free.
- `ipinfo` - Get your hostname, private ip and public ip.

(More features coming soon!)