A command-line utility and tools for Windows written in C++. It utilizes built-in Windows utilities and other third-party tools, automating and compacting them into simple commands. Just Utility facilitates easy navigation in the terminal and aids in learning, developing simple projects, conducting experiments, and performing basic networking tasks.
justutil
: Show all available commands.ls
: List files and folders in the current directory.rm
: Remove a file.jr
: Run a JAR file from the C:\jar location.xr
: Open Windows Explorer.wr
: Open a file or link in the default browser.jpb
: Java project builder tool.snip
: Open Snipping Tool.ctp
: Create project template structure.cf
: Create a file.ct
: Create a clone of the current terminal instance.- And more...
To create a release using git archive
:
git archive --format=zip --prefix=v0.0.1 > just-util.v0.0.1.zip
Contributing If you'd like to contribute to this project, please follow these steps:
Fork the project. Create your branch. Commit your changes. Push to your branch. Open a pull request. Thank you in advance for your contributions! Happy coding!