joshua-redfield / lauf

A lightweight application and task launcher programmed in the shell scripting language. Lauf is no longer being updated or improved.
http://github.com/joshua-redfield/lauf
GNU General Public License v3.0
3 stars 0 forks source link

lauf --plugin #12

Closed joshua-redfield closed 13 years ago

joshua-redfield commented 13 years ago

I haven't really done too much testing on Lauf's command line options, but there seems to be a problem with open.sh not allowing arguments to be passed through command line. I'm not sure how many plugins are affected by this.

lauf --plugin open <-- works lauf --plugin open /dir/to/file/file.txt <-- fails

joshua-redfield commented 13 years ago

Fixed and closed.