CLI Toolkit for Linux
PlannedA set of small command-line tools that solve real daily problems. Simple, fast, and well-documented.
Tools I will include
- clean: remove junk files in a folder safely (dry-run supported)
- backup: zip a folder with date naming
- findx: fast text search inside files
- rename: bulk rename files using rules
Learning goals
- File system operations
- Argument parsing
- Error handling like a pro
Stack
Linux
C/Python
CLI