dkgv / pinpoint

Keystroke launcher and personal command central. Alternative to Spotlight and Alfred for Windows. Alternative to Wox, PowerToys.
https://usepinpoint.com
GNU General Public License v3.0
154 stars 17 forks source link

pinpoint AppLauncher doesn't look in places defined in $PATH #169

Closed mgrandi closed 1 year ago

mgrandi commented 1 year ago

It seems that pinpoint doesn't look where stuff is defined in $PATH, even though windows explorer / start menu does.

an example are tools installed by Chocolatey, which by default are put in C:\ProgramData\chocolatey\bin, and when installing , chocolatey puts that location in the system $PATH, but chocolatey doesn't look there

so Chocolatey should consider both the current user and system PATH environment variables when looking for entries

image