Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.34 KB

README.md

File metadata and controls

56 lines (42 loc) · 1.34 KB

AdvBox - Advanced Tool Box

A collection of useful command-line utilities written in C, C++, and Rust.

🛠 Utilities

  • 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++)

🚀 Building from Source

  1. Ensure you have the following prerequisites installed:

    • GCC/G++ compiler
    • Rust toolchain (cargo)
    • Make
  2. Run the configuration script:

    ./configure.sh
  3. Build the project:

    make
  4. Install (optional):

    sudo make install

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

👤 Author

  • AnmiTaliDev

🤝 Contributing

Contributions, issues, and feature requests are welcome!