Skip to content

Version 2.0 - Finally!

Compare
Choose a tag to compare
@HorridModz HorridModz released this 31 Jul 18:16
· 9 commits to master since this release

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.