pkgxdev / pkgx

run anything
https://pkgx.sh
Apache License 2.0
8.95k stars 1.36k forks source link

Escape spaces in stubs for uninstallation #1000

Closed felipecrs closed 3 weeks ago

felipecrs commented 5 months ago

I noticed this problem when trying to uninstall Python:

image

Obviously, the source problem is something else that should be fixed. But nevertheless, the stubs should be protected. There may exist some real program name with spaces as well, for example.

Before

image

After

image

felipecrs commented 5 months ago

The -f prevents errors like these:

$ pkgx uninstall jfrog
rm: cannot remove 'jf': No such file or directory