Write readme file
This commit is contained in:
parent
506713711e
commit
5b7ce8e6f3
1 changed files with 9 additions and 0 deletions
9
readme.md
Normal file
9
readme.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Taskwarrior Lua
|
||||
|
||||
A simple lua helper to import and export task data to and from taskwarrior using
|
||||
its builtin `import` and `export` commands.
|
||||
|
||||
The `import` function imports data into Lua using `task export` and vice versa.
|
||||
|
||||
The `import` function takes an optional list of filters to pass on to task
|
||||
warrior to limit which tasks are to be updated.
|
Loading…
Reference in a new issue