WindowsPathEditor icon indicating copy to clipboard operation
WindowsPathEditor copied to clipboard

PATH editor for people who use a lot of "unixy" tools on Windows

Results 13 WindowsPathEditor issues
Sort by recently updated
recently updated
newest added

I often need to switch between two or more sets of PATH. Would be great if I could save those configurations somehow. Perhaphs drag and drop a text file into...

Paths with env variables, e.g. %USERPROFILE%\go\bin are not working. Apparently, env variables are not being substituted. However, it is very common practice to include environment variables for many different reasons....

It would be nice to replace very long path segments with `%APPDATA%` or `%LOCALAPPDATA%`. It had already happened to me that I hit the limit for the env. variable length...

Sorry for the lack of details but, having just used the "Clean Up" feature, my path now looks like this: ![image](https://user-images.githubusercontent.com/9282/31724614-27324752-b41a-11e7-8f3c-972b48694d92.png) It looks like some paths seem to have been...

When I add path `C:\Program Files (x86)\Inno Setup 6`, WPE substitutes `%ProgramFiles%/Inno Setup 6` instead. But `Program Files (x86)` must be replaced with `%ProgramFiles(x86)%`. This bug reproduces on version 1.7.

I'm not sure if you're maintaining this project. But if you are, then I would like to inform you that WPE crashes every time I click on the "Clean Up"...

Adding an ability to manually edit one of the paths (simply as a right-click menu item) would make the tool more customizable.

Hi Rico, I created the Patheditor chocolatey package (https://chocolatey.org/packages/patheditor) a few years ago, to speed up installation of the software at https://archive.codeplex.com/?p=patheditor2 That software now seems to be unmaintained, although...

The word "System" is misspelled on the GUI: ![image](https://user-images.githubusercontent.com/7143133/37919729-98b59712-30d9-11e8-8311-2a8acf633ddb.png) Relevant source code: https://github.com/rix0rrr/WindowsPathEditor/blob/master/WindowsPathEditor/MainWindow.xaml#L52 Screenshot of relevant source code: ![image](https://user-images.githubusercontent.com/7143133/37919690-7e9d77e6-30d9-11e8-977f-1604e6a68b00.png) I didn't open a PR because I don't have any C#...

It would be great if it were possible to add a path by pasting it. One way to do this might be to avoid using the "Browse for Folder" dialog...