https://github.com/rix0rrr/WindowsPathEditor
PATH editor for people who use a lot of "unixy" tools on Windows
https://github.com/rix0rrr/WindowsPathEditor
Last synced: 29 days ago
JSON representation
PATH editor for people who use a lot of "unixy" tools on Windows
- Host: GitHub
- URL: https://github.com/rix0rrr/WindowsPathEditor
- Owner: rix0rrr
- Created: 2012-02-25T15:56:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T16:22:24.000Z (over 6 years ago)
- Last Synced: 2024-11-13T14:42:29.900Z (7 months ago)
- Language: C#
- Homepage:
- Size: 180 KB
- Stars: 286
- Watchers: 11
- Forks: 27
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - rix0rrr/WindowsPathEditor - PATH editor for people who use a lot of "unixy" tools on Windows (C# #)
README
Windows Path Editor
===================This tool helps you manage your PATH on Windows.
[Download Latest Version (1.7)](https://github.com/rix0rrr/WindowsPathEditor/releases/download/1.7/windowspatheditor-1.7.zip)
Introduction
-----------In a fit of horrible irony, on Windows you'll both have the most need to edit
your PATH (since all applications insist on creating their own `bin`
directories instead of installing to a global `bin` directory like on Unices),
and you're also equipped with the absolute worst tools to deal with this. The
default environment editor dialog where you get to see 30 characters at once if
you're lucky? Yuck.*Windows Path Editor* (a horribly creative name, I know) gives you a
better overview and easier ways to manipulate your path settings.Features
------------ Edit your path using drag and drop.
- Detect conflicts between directories on your path (diagnose issues like the
wrong executable being launched or the wrong DLL being loaded).
- Remove bogus entries from your path with a single click.
- Scan your disk for tools that have a `bin` directory and automatically add
them to your path.
- UAC aware.