jschlatow / taskopen

Tool for taking notes and open urls with taskwarrior
GNU General Public License v2.0
368 stars 32 forks source link

inline configuration overrides (rc.VARIABLE=VALUE) #66

Closed linuxcaffe closed 11 years ago

linuxcaffe commented 11 years ago

Just like taskwarrior, it would be handy if taskopen recognized "rc.something:something" as a one-time configuration variable override at the command-line.

jschlatow commented 11 years ago

This will be incompatible with the use of aliases in taskwarrior. Given that you have an alias "open" which executes taskopen, passing "rc.VARIABLE=VALUE" will already be evaluated (and removed) by taskwarrior.

linuxcaffe commented 11 years ago

yup, that makes sense!