nate-parrott / Flashlight

The missing Spotlight plugin system
http://flashlight.nateparrott.com
Other
5.39k stars 411 forks source link

Fixes #435: Validity check of terminal plugin optional #523

Open benjamin-weiss opened 9 years ago

benjamin-weiss commented 9 years ago

If the preferences check "Validity check" is disabled the terminal plugin only checks whether the first char of the original_query is $ or > or if the original_query starts with run. If this is the case the command is interpreted as a terminal command. In this mode the dont_force_top_hit is not disabled.