| Crates.io | pathmaster |
| lib.rs | pathmaster |
| version | 0.3.0 |
| created_at | 2024-10-23 03:28:42.988237+00 |
| updated_at | 2025-08-18 01:05:15.218139+00 |
| description | pathmaster is a powerful command-line tool written in Rust for managing your system's PATH environment variable. |
| homepage | |
| repository | https://github.com/jwliles/pathmaster |
| max_upload_size | |
| id | 1419635 |
| size | 183,350 |
A powerful command-line tool for managing your system's PATH environment variable, providing safe and efficient PATH manipulation with automatic backups and validation.
Version: 0.3.0
See our Roadmap for more details.
cargo install pathmaster
After installing with Cargo, you can install the man page with:
pathmaster-install-man $HOME/.local
Or build from source:
git clone https://github.com/jwliles/pathmaster.git
cd pathmaster
cargo build --release
# Add a directory to PATH
pathmaster add ~/bin
# List current PATH entries
pathmaster list
# Remove invalid entries
pathmaster flush
# Show backup history
pathmaster history
man pathmasterpathmaster --helpContributions are welcome! Please read our Contributing Guide for details on:
This project is licensed under the MIT License - see the LICENSE file for details.