When I disconnect a USB drive, I get the warning as "This device is currently in use. Close any programs or windows that might be using the device, and then try again". This warning drives me crazy. This program aims to find all open file handles with a specific pattern.
When it finds processes open files, Uexit can kill process or close file handle.
- create a new python env: python >= 3.7
- install the required packages
pip install -r requirements.txt
- run
src/main.py
to debug(make sure setglobal_seting.set_path(True)
insrc/main.py
), or runsrc/build.py
to build binary which will locate atdist/Uexit.exe
(to build correctly need changeglobal_seting.set_path(True)
toglobal_seting.set_path(False)
, which will set up resource files right)
If you find bugs or some features wanted just make an issue. I will respond as soon as possible.
- OpenedFilesView I think this is better than Uexit
- USB Safely Remove better GUI and response fast, better than Uexit too
- LockHunter better than Uexit too. (●'◡'●)
- file widget
- build-in search
- close handle
- file icon
- improve file icon
- kill process tree
- select search type
- case sensitive
- after kill fast refresh(status bar)
- file path enter finish input
- font issue