zutils/cmd
selamanapps e96d60ae91 feat: add permission interpreter, junks, ports, usages, network commands
New Commands:
- z network: Show IP addresses, public IP, DNS servers, active connections
- z ports: List listening ports with process/PID info
- z usages: All processes sorted by resource usage with filtering
- z junks: Find and clean junk files (caches, temporary files)

Enhancements:
- Permission interpreter in z info file - shows human-readable permissions
  e.g. -rw-rw-r-- → "Owner can read, write; Group can read, write; Other can read"
- z usages now supports filtering: z usages chrome -m -n=50
- Summary section shows total CPU/memory when filtering by name
- Added help entries for all new commands
2026-05-02 01:53:36 +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 permission interpreter, junks, ports, usages, network commands 2026-05-02 01:53:36 +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 permission interpreter, junks, ports, usages, network commands 2026-05-02 01:53:36 +03:00
info.go feat: add zutils v0.2.0 with professional table formatting 2026-05-02 00:05:44 +03:00
junks.go feat: add permission interpreter, junks, ports, usages, network commands 2026-05-02 01:53:36 +03:00
network.go feat: add zutils v0.2.0 with professional table formatting 2026-05-02 00:05:44 +03:00
ports.go feat: add permission interpreter, junks, ports, usages, network commands 2026-05-02 01:53:36 +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