Reaktor plugins: +taskwarrior
This commit is contained in:
parent
93365727ce
commit
8cde86561a
|
@ -141,6 +141,13 @@ rec {
|
|||
'';
|
||||
});
|
||||
|
||||
taskwarrior = buildSimpleReaktorPlugin "task" {
|
||||
pattern = "^task: (?P<args>.*)$$";
|
||||
script = pkgs.writeDash "task-wrapper" ''
|
||||
task "$*"
|
||||
'';
|
||||
};
|
||||
|
||||
todo = name: {
|
||||
add = buildSimpleReaktorPlugin "${name}-add" {
|
||||
pattern = "^${name}-add: (?P<args>.*)$$";
|
||||
|
|
Loading…
Reference in a new issue