WinPath
WinPath copied to clipboard
A cli tool to quickly and safely manage your Path variable.
PS D:\> .\WinPath_win-x64.exe You must install or update .NET to run this application. App: D:\WinPath_win-x64.exe Architecture: x64 Framework: 'Microsoft.NETCore.App', version '5.0.0' (x64) .NET location: C:\Program Files\dotnet\ The following frameworks were...
Categorize commands into their own folder and sub-folders. Like so: ``` WinPath/src/Commands/ ├───Core/ ├───Backup/ └───Update/ ```
I think a great addition to WInPath would be LinuxPath. Many people use Linux so it would be awesome!
Currently, only user-based paths can be modified. This is limiting WinPath.
If, say some installer, fails to work, but it already adds a value to the Path, it may add a duplicate value. To tackle this, the installer itself should handle...
Please see [dotnet/runtime#1442](https://github.com/dotnet/runtime/issues/1442) for more information. This issue is just a place holder as a reference on this status, the `Path` variable is really important and safety is important. In...
A repair command to repair potential flaws and issues in the `Path` variable, used like: ``` winpath repair ``` Of course, part of an extension.
An option to remove the path variable. Usage example: ```ps1 > winpath remove --value "PathValue" --user --all ``` All flag is used to remove all occurrences, by default, it will...
Usage example: ```ps1 > winpath exists --value "PathValue" --system ```