taskwarrior-lua/readme.md

10 lines
349 B
Markdown
Raw Permalink Normal View History

2024-04-02 13:22:37 +00:00
# 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.