Skip to content

Releases: HorridModz/Flow.Launcher.Plugin.Add2Path

v2.0.4

19 May 03:20
f51fa2a

Choose a tag to compare

v2.0.2

18 May 04:55
0dd52b5

Choose a tag to compare

Merge #8 - huge thanks to @ahmetoozcan for all the help! Now, the program will not break PATH for Powershell (as in #7).

v2.0.1

20 Aug 10:42
967f99f

Choose a tag to compare

  • Fixed GitHub Action workflow
  • This release includes all the goodies from version 2

Version 2.0 - Finally!

31 Jul 18:16

Choose a tag to compare

Version 2.0 adds the ability to specify system PATH.
While user PATH remains the default, you can now add !system to the query, and the command will operate on the system PATH rather than the user PATH. This works for all commands.

For example, instead of path add C:\foo, you can type path add !system C:\foo.

The !sytem flag is case-sensitive. Make sure there are no spaces in it, and that it is a separate term (surrounded with spaces).

The !system flag must appear directly after the command (e.g. add or get), or else it will be interpreted as part of the
inputted folder path - for example, path add C:\foo !system will not trigger the flag; instead, the literal path C:\foo !system will be added to the user PATH.

Important

Editing system PATH requires administrator privileges.
This means that Flow Launcher will show a popup requesting administrator privileges
every time this plugin is used with the !system flag.
To make FlowLauncher always run as administrator, see Running as Administrator.

Other Changes

Besides the addition of the !system flag, several major changes are included in this version. These include:

  • An entirely new and reworked interface that makes using the plugin more intuitive
  • A batch script to configure FlowLauncher to always run as administrator (to
    allow editing of the system PATH)
  • Several major bug fixes (including input sanitization)
  • Improved error handling and messages
  • Folder path validation
  • A feature to avoid and fix corruption of the PATH environmental variable.
    Along with all these new features, the code has been fully refactored and improved.

V1.0 (Initial Release)

21 Aug 08:43

Choose a tag to compare

Initial Release

Thoroughly Tested.

Warning: Dealing with environment variables is dangerous and can break things. Though I have tried to make this plugin as safe to use as I can, I cannot guarantee that it won't break or corrupt your PATH environment variable.

Use at your own risk. I am not responsible if this plugin breaks things for you.