Commit Graph

9 Commits

Author SHA1 Message Date
Florian Bruhin 45d02d7903 Update missed URL 2021-01-26 15:23:13 +01:00
Bryan Bugyi 18146e2fbc Fix: prevent unmatched quote (#3726) 2018-03-16 06:16:16 -04:00
Bryan Bugyi fa282d574d Fix: preserve exit status of `task` command (#3726) 2018-03-16 03:44:22 -04:00
Bryan Bugyi 3b0b4ffe66 Fix: restrict output of `task` to one line (closes #3726) 2018-03-16 03:28:44 -04:00
François Chavant dd589f180b Fix remaining shellcheck warnings 2017-12-02 21:09:24 +01:00
François Chavant 595a53ad3b Apply patch from #1697 2017-12-02 19:37:18 +01:00
Florian Bruhin dfbd31f35f Use /usr/bin/env shebang for bash userscripts
See #1665
2016-07-20 11:06:35 +02:00
Ryan Roden-Corrent 06adfc5bff Leverage +LATEST in taskadd userscript.
This is cleaner than parsing the output of `task`.
2016-07-06 08:04:06 -04:00
Ryan Roden-Corrent 6ce3ad68f8 Add a userscript to integrate with taskwarrior.
The `taskadd` userscript adds a task based on the current title and URL.
It passes additional arguments along to `task`.

For example:
    :spawn --userscript taskadd due:eod pri:H
will add a task with high priority due at the end of the day.
The description will be the current page title and it will be annotated
with the current page url.

If used with hints, the hint text is used as the description.

Unfortunately, there is currently no way to use :hint fill and maintain
the hint text, which limits the ability to provide additional args in
hint mode.
2016-07-01 22:38:25 -04:00