Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marcuwynu23/just-utility
- Owner: marcuwynu23
- License: mit
- Created: 2021-07-08T07:09:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T05:12:56.000Z (7 months ago)
- Last Synced: 2024-06-01T06:28:48.923Z (7 months ago)
- Topics: cmd, commandline-tool, console, java, multi-languages, nodejs, python, tool, website, window
- Language: C++
- Homepage:
- Size: 8.26 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!