You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The terminal plugin works for the 'obvious' terminal commands, e.g. $ ls or $ nano, but not for other commands, applications or aliases that could be launched from the terminal.
For example, as an Android developer I have frequently run 'adb' in the terminal, however when I type $ adb in spotlight, Flashlight is nowhere to be seen (top result is the wiki page for Asian Development Bank). The same goes when I use run or execute instead.
The text was updated successfully, but these errors were encountered:
A quick look into the source code of the plugin reveals, that the plugin relies on whereis to verify if the command is valid or not. That is imho no good choice. It should either do not care at all if a command is valid and just check for $ (what I would like to see → I know what command I want to execute) or at least use which to check the validity of the command.
The terminal plugin works for the 'obvious' terminal commands, e.g.
$ ls
or$ nano
, but not for other commands, applications or aliases that could be launched from the terminal.For example, as an Android developer I have frequently run 'adb' in the terminal, however when I type
$ adb
in spotlight, Flashlight is nowhere to be seen (top result is the wiki page for Asian Development Bank). The same goes when I userun
orexecute
instead.The text was updated successfully, but these errors were encountered: