A series of utility/random programs that I've made for, well, random reasons.
These are designed to be small projects, usually not worthy of having its own repository. Thus, instead of creating a repository for each project, I've decided to condense them into one repository.
A description of each program can be found in the associated folder.
Most of the projects I have will follow a very similar building/setup process. They are explained below. For projects which require slightly more advanced setup, those instructions will be made available in the corresponding project's README.
Assuming you installed Rust, run the following in your CLI:
cargo build --release
The release executable will be put in target/release
.
This assumes a Windows OS. Steps may differ for Linux or Mac.
- Make sure you get the release build of this executable. See the previous section for more information.
- Put the executable (from step 1) into a folder (preferably containing other executables/utilities). Then, in your
user environmental variables, put the path to this folder under the variable
PATH
. - You should be able to access the executable from the CLI.
All projects here are made available under the MIT license.