A lightweight Python utility for managing system PATH environment variables.
AddToPath is a command-line tool and importable module that simplifies the process of adding directories to your system's PATH environment variable. It provides both command-line interface and programmatic access for PATH management.
- Add directories to PATH with path normalization
- Check if directories exist in PATH
- Command-line interface support
- Importable Python module
- Cross-platform compatibility
Clone the repository and install using pip:
git clone https://github.com/yourusername/AddToPath
cd AddToPath
pip install .