Skip to content

AnmiTaliDev/advbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published