jysperm / homebrew-leftover-scanner

Use rules from Homebrew Cask to scan for leftover files from uninstalled software.
138 stars 7 forks source link

Error report for ClashX #3

Closed woyin closed 1 year ago

woyin commented 1 year ago

When I run the command to find the leftover, i saw this one: ==> Found leftovers from clashx, get rid of them via: brew uninstall -f --zap clashx

In fact, ClashX is no removed, I still need to use it.

And when I run the command brew uninstall -f --zap clashx and ru-run the ClashX, all the external sources are removed. I need to re-download all the external sources(includes the proxy and rules) to use ClashX.

woyin commented 1 year ago

Here is the running result.

image
jysperm commented 1 year ago

According to clashx.rb, did you install it to /Applications/ClashX.app (not other paths)? If not, the scanner can't know that ClashX is installed.

woyin commented 1 year ago

Yeah, I installed it to /Applications/ClashX.app, so should I use brew install --cask clashx to install it?