zutils/cmd
selamanapps 5b334071e0 feat: add user-friendly help system and new commands
New Commands:
- z read - Smart file reader with auto-detection (markdown, syntax highlighting)
- z sys - System overview (CPU, RAM, Disk, processes)
- z find - File search with pattern/size/time filters
- z search - User-friendly grep alternative
- z usage - Process resource usage monitor

Enhancements:
- Unified help system with consistent error messages
- Help on error shows usage and examples for each command
- "Command not found" suggests similar commands
- Directory info now detects .gitignore and shows ignored files
- File handler registry for extensible file type detection
- Added Italic, Dim, Underline color constants
2026-05-02 01:12:55 +03:00
..
autodetect.go feat: add zutils v0.2.0 with professional table formatting 2026-05-02 00:05:44 +03:00
dir.go feat: add user-friendly help system and new commands 2026-05-02 01:12:55 +03:00
file.go feat: add zutils v0.2.0 with professional table formatting 2026-05-02 00:05:44 +03:00
find.go feat: add user-friendly help system and new commands 2026-05-02 01:12:55 +03:00
help.go feat: add user-friendly help system and new commands 2026-05-02 01:12:55 +03:00
info.go feat: add zutils v0.2.0 with professional table formatting 2026-05-02 00:05:44 +03:00
network.go feat: add zutils v0.2.0 with professional table formatting 2026-05-02 00:05:44 +03:00
read.go feat: add user-friendly help system and new commands 2026-05-02 01:12:55 +03:00
read_md.go feat: add user-friendly help system and new commands 2026-05-02 01:12:55 +03:00
search.go feat: add user-friendly help system and new commands 2026-05-02 01:12:55 +03:00
sys.go feat: add user-friendly help system and new commands 2026-05-02 01:12:55 +03:00
usage.go feat: add user-friendly help system and new commands 2026-05-02 01:12:55 +03:00
version.go feat: add zutils v0.2.0 with professional table formatting 2026-05-02 00:05:44 +03:00