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
- Host: GitHub
- URL: https://github.com/arne-vl/atools
- Owner: arne-vl
- Created: 2025-03-11T10:38:34.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-19T09:49:04.000Z (2 months ago)
- Last Synced: 2025-03-19T10:37:53.389Z (2 months ago)
- Topics: cli, golang
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!)