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.mddemo-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.
demo-readme.md
Raw Download

demo-readme.md

# Go CLI Tool Demo Website

## 📁 Files Overview

- `index.html` - Complete demo website showcasing all features
- `demo-readme.md` - This documentation file
- `main.go` - Go CLI tool source code
- `go.mod` - Go module definition
- `README.md` - Main project documentation

## 🌐 Demo Website Features

The `index.html` file contains a fully functional demo website that includes:

### 🎯 Landing Page
- Hero section with tool description
- Call-to-action buttons
- Modern gradient background

### 📦 Installation Guide
- Step-by-step installation instructions
- Prerequisites checklist
- Code examples for each step
- Build and verification commands

### ⚡ Features Showcase
- **File Operations**: Search, stats, copy, move, list
- **Text Processing**: Count, case conversion, Base64, reverse
- **System Monitoring**: Real-time dashboard with metrics
- **Web Tools**: HTTP client, DNS lookup, IP detection
- **Security**: SHA256 hashing, password/UUID generation
- **Archive Management**: ZIP compression/extraction
- **Image Processing**: Metadata extraction, PNG conversion
- **Data Tools**: JSON formatting, unit conversions
- **Interactive Mode**: REPL shell functionality

### 🎮 Interactive Demo
- Tabbed interface showing different command categories
- Real command examples with expected outputs
- Color-coded terminal outputs
- Copy-paste ready commands

### 📱 Responsive Design
- Mobile-friendly layout
- Modern CSS with gradients and animations
- Smooth scrolling navigation
- Professional UI/UX design

## 🚀 How to Use the Demo

1. **Open the demo**: Double-click `index.html` or open it in any web browser
2. **Navigate sections**: Use the top navigation or scroll through sections
3. **Try commands**: Copy commands from the demo sections to test in your terminal
4. **Explore features**: Click through different tabs in the demo section

## 🛠️ Customization

### Colors and Styling
The demo uses CSS custom properties that can be easily modified:
- Primary color: `#667eea` (blue)
- Secondary color: `#ff6b6b` (red)
- Background gradients can be adjusted in the `:root` section

### Content Updates
- Update feature descriptions in the features grid
- Modify installation steps as needed
- Add new demo examples in the tabbed sections
- Change contact information in the footer

## 📋 Browser Compatibility

The demo website works in all modern browsers:
- ✅ Chrome 60+
- ✅ Firefox 55+
- ✅ Safari 12+
- ✅ Edge 79+

## 🔗 Integration

To integrate this demo with your existing website:

1. Copy the HTML content
2. Update the contact information
3. Modify colors to match your brand
4. Add your actual download links
5. Include real GitHub repository URLs

## 📞 Contact

For questions about the demo or the Go CLI tool:
- **Email**: support@rskworld.in
- **Website**: https://rskworld.in
- **Author**: RSK World

---

*This demo website showcases the full capabilities of the Go CLI Tool v3.0, a comprehensive command-line interface utility built with Go.*

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