2 releases
0.1.1 | May 25, 2024 |
---|---|
0.1.0 | May 25, 2024 |
#656 in Filesystem
22KB
436 lines
Rust Env Sorter ๐
Overview
The Rust Env Sorter is a utility tool designed to sort the Windows environment PATH variable. It helps in organizing the PATH by sorting its entries, making it easier to detect duplicates. This tool is particularly useful for programmers who appreciate a well-organized environment, such as those with ADHD who might benefit from reduced clutter in their system paths. ๐งน
Features
- Sorts both User and Machine environment PATH variables. ๐
- Requires administrative privileges to modify the Machine PATH. ๐
- Simple command-line interface to confirm before making changes. ๐ป
Prerequisites
This program is only supported on Windows. ๐ช It requires Rust and administrative privileges to run effectively.
Installation
To install Rust Env Sorter, you need to have Rust installed on your machine. If you don't have Rust installed, you can install it from the official Rust site. ๐ฆ
Once Rust is installed, you can install Rust Env Sorter by cloning the repository and building the project:
cargo install rust-env-sorter --locked
Usage
- Open a command prompt as Administrator. ๐จโ๐ป
- Run the executable:
env-sorter-rs // run it from everywhere
- Follow the on-screen prompts to sort the PATH variables. ๐
Contributing
Contributions are welcome! If you have suggestions or improvements, please feel free to fork the repository and submit a pull request. ๐ค
Support
If you find this tool helpful, consider supporting by:
- Starring this repository. โญ
- Visiting fatihaziz.com for more tools and resources. ๐
Author
- Fatih Aziz ๐จโ๐ป
Thank you for using Rust Env Sorter! ๐
Dependencies
~3.5โ8.5MB
~75K SLoC