Add a very simple plugin to call issue Dash queries from the command-line

This commit is contained in:
Matthew Lewin 2016-03-26 20:12:13 -07:00
commit c88f8b299c
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# Send everything on the command line to Dash, without having to
# type the whole 'open "dash://" business
function dash() {
open "dash://$1"
}