Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcuwynu23/just-utility

A compact, automated command-line tool for Windows written in C++ with built-in and 3rd party utilities. Simplifies navigation, learning, and project development, including simple networking.
https://github.com/marcuwynu23/just-utility

cmd commandline-tool console java multi-languages nodejs python tool website window

Last synced: 2 months ago
JSON representation

A compact, automated command-line tool for Windows written in C++ with built-in and 3rd party utilities. Simplifies navigation, learning, and project development, including simple networking.

Awesome Lists containing this project

README

        

# Just Utility





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.

## Commands

- `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...

### Creating Releases

To create a release using `git archive`:

```shell
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!