Find which applications are currently using a path
pm install Used-By by isnandar1471
- Find applications with absolute file/folder path or with regular expression (regex)
- Copy Name, CWD, Exe, & Create Time of the application
- Terminate / Kill the application
used <full path>
: Find applications using the specified pathused :r <regex>
: Find applications using the specified regexused :i <case insensitive path>
: Find applications using the specified path in a case-insensitive mannerused :f <folder path>
: Find applications using the specified file/folder path
You can combine the options, for example:
used :ri <case insensitive regex>
: Find applications using the specified regex in a case-insensitive mannerused :ifr <case insensitive folder regex>
: Find applications using the specified file/folder path or regex in a case-insensitive manner
Note: This plugin was developed using Python 3.11. If you encounter any issues, try updating your Python version to that version or higher.
- Python
- flowlauncher
- psutil
- Windows 10
- Windows 11
This project is licensed under the terms of the MIT license. See the LICENSE file for details.