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
10 lines
285 B
Modula-2
10 lines
285 B
Modula-2
module github.com/zemenawi/zutils
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/alecthomas/chroma/v2 v2.24.1 // indirect
|
|
github.com/dlclark/regexp2 v1.12.0 // indirect
|
|
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
|
|
github.com/yuin/goldmark v1.8.2 // indirect
|
|
)
|