Commit graph

3 commits

Author SHA1 Message Date
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
selamanapps
800ab8464a feat: add syntax highlighting and markdown rendering
- Add 'z read' command with chroma syntax highlighting and line numbers
- Add 'z md' command for rendering markdown to terminal
- Add Italic, Dim, Underline color constants
- Move ReadFileContent to shared pkg/formatter/utils.go
- Custom markdown parser with colored headings, lists, checkboxes
- Code blocks in markdown use chroma syntax highlighting
2026-05-02 00:43:22 +03:00
selamanapps
aeae34365c feat: add zutils v0.2.0 with professional table formatting
- Add directory information with Unicode table borders
- Add network information with professional formatting
- Add version command
- Add comprehensive documentation (README.md, DEVELOPMENT.md)
- Improve table output with proper borders and alignment
- Add project structure (cmd/, pkg/ directories)
2026-05-02 00:05:44 +03:00