A collection of useful command-line utilities written in C, C++, and Rust.
- calcx - Calculator utility (C++)
- colors - Color manipulation tool (Rust)
- countdown - Countdown timer (C)
- dateadd - Date addition calculator (C++)
- datediff - Date difference calculator (Rust)
- dirsize - Directory size analyzer (C++)
- estimate - Estimation tool (Rust)
- ftree - File tree viewer (Rust)
- killport - Port killer utility (Rust)
- lanlist - LAN device lister (C++)
- notes - Note-taking tool (C++)
- progress - Progress bar utility (C)
- randnum - Random number generator (C)
- selfkill - Process self-termination utility (C)
- sysinfo - System information display (C)
- tzconvert - Timezone converter (C++)
-
Ensure you have the following prerequisites installed:
- GCC/G++ compiler
- Rust toolchain (cargo)
- Make
-
Run the configuration script:
./configure.sh
-
Build the project:
make
-
Install (optional):
sudo make install
This project is licensed under the MIT License - see the LICENSE file for details.
- AnmiTaliDev
Contributions, issues, and feature requests are welcome!