help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
go-cli-tool
RSK World
go-cli-tool
Go CLI Tool v3.0 - Command-Line Interface with File Operations + Text Processing + System Monitoring + Cryptographic Tools + Network Utilities + HTTP Client + Image Processing + Cross-Platform Support + Modern Go Development
go-cli-tool
  • internal
  • LICENSE1.1 KB
  • README.md3.8 KB
  • RELEASE_NOTES_v3.0.md7 KB
  • demo-readme.md3 KB
  • go.mod403 B
  • index.html19.7 KB
  • main.go15.3 KB
  • test-commands.bat2.5 KB
  • test-commands.sh2.5 KB
README.md
README.md
Raw Download

README.md

# 🚀 Go CLI Tool v3.0 - RSK World

A premium, powerful command-line interface tool built with Go. Features comprehensive file operations, text processing, cryptographic tools, system monitoring, and much more. Now with enhanced UI/UX, input validation, and advanced features!

## ✨ Key Features

- **🎨 Enhanced UI/UX**: Beautiful colorized output, stylized banners, progress indicators, and consistent error handling.
- **✅ Input Validation**: Robust validation for all inputs including file paths, URLs, and parameters.
- **🐚 Interactive Mode**: Dynamic REPL shell for persistent command execution.
- **📂 Advanced File Operations**: Create, Read, Delete, List, Copy, Move, Search, and detailed statistics.
- **🔍 File Search**: Recursively search for text content within files.
- **🔡 Text Alchemist**: Word counts, casing transformations, text reversal, and Base64 encoding/decoding.
- **🖥️ System Guardian**: Real-time monitoring dashboard with continuous updates and detailed system metrics.
- **🌐 Web & Net Explorer**: IP/DNS lookups and comprehensive HTTP content inspection.
- **🔒 Crypto Vault**: Secure SHA256 hashing for data integrity.
- **📦 Archive Manager**: Zip and Unzip archives with directory support.
- **🖼️ Media Tools**: Image metadata extraction and PNG conversion capabilities.
- **🔢 Data Maestro**: JSON pretty printing and minification.
- **🎲 Randomizer**: Secure password generation and proper UUID v4 creation.
- **📏 Advanced Unit Converter**: Temperature, length, weight, and data size conversions.

## 📥 Installation

```bash
# Requires Go 1.21+
go run main.go help
```

## 🛠️ Usage Examples

### 🐚 Interactive Mode
```bash
go run main.go shell
```

### 🖥️ Real-time Monitoring Dashboard
```bash
go run main.go mon
# Press Ctrl+C to exit
```

### 📂 Advanced File Operations
```bash
# Search for text in files
go run main.go file -search -query "TODO" -dir ./src

# Get detailed file statistics
go run main.go file -stats -name README.md

# List files with details
go run main.go file -list -dir .
```

### 🖼️ Image Processing
```bash
# Get image information
go run main.go img -info -name photo.jpg

# Convert image to PNG
go run main.go img -convert -name input.jpg -output output.png
```

### 📏 Advanced Conversions
```bash
# Temperature conversion
go run main.go conv -val 30 -c2f

# Data size conversion
go run main.go conv -val 1048576 -b2h
go run main.go conv -val 1.5 -h2b -unit GB
```

### 🌐 Web Operations
```bash
# Fetch URL content
go run main.go web -fetch -url https://api.github.com/users/octocat

# Get HTTP headers
go run main.go web -headers -url https://httpbin.org/get
```

### 🎲 Random Generation
```bash
# Generate secure password
go run main.go rand -pass -len 16

# Generate UUID v4
go run main.go rand -uuid
```

## 🚀 Recent Improvements v3.0

- **Fixed Critical Bugs**: Resolved duplicate switch cases and deprecated ioutil usage
- **Enhanced Error Handling**: Consistent, user-friendly error messages with UI package
- **Input Validation**: Comprehensive validation for file paths, URLs, and parameters
- **New File Features**: Added file search and detailed statistics functionality
- **Image Conversion**: Implemented PNG conversion for supported image formats
- **Improved Monitoring**: Continuous real-time dashboard with Ctrl+C graceful exit
- **Better UUID Generation**: Proper RFC 4122 compliant UUID v4 generation
- **Data Size Conversions**: Added bytes to human readable and vice versa
- **Code Modernization**: Updated to use modern Go standard library functions

## 👨‍💻 Author

**RSK World** - [https://rskworld.in/contact.php](https://rskworld.in/contact.php)
Email: support@rskworld.in
Year: 2026
Copyright (c) 2026 RSK World. All rights reserved.
MIT License.

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer