A Flow Launcher plugin to manage Windows user environment variables directly from the Flow Launcher interface.
- List all user environment variables
- Add or update a user environment variable (just by setting:
KEY VALUE) - Delete a user environment variable
- Special handling for the PATH variable:
- List all PATH entries
- Append a new entry to PATH
- Delete a PATH entry using fuzzy search
Type env in Flow Launcher to activate the plugin, then use the following commands:
- no arguments — List all user environment variables
KEY— List the value of a specific variable, and copy it to the clipboard (e.g.,MY_VAR)KEY VALUE— Add or update a variable (e.g.,MY_VAR hello). If the variable does not exist, it will be created.del/delete KEY— Delete a variable (e.g.,delete MY_VAR)path— List all PATH entries, each as a separate result, with a filter.path KEY— List PATH entries matchingKEY, each as a separate result, copying the entry to the clipboard.path add KEY— AppendKEYto the PATH variable.path del/delete KEY— Delete a PATH entry matchingKEY(fuzzy search)
MIT License