From 5b7ce8e6f34a5c6fe680c30c65ec2f7102a61b27 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 2 Apr 2024 15:22:37 +0200 Subject: [PATCH] Write readme file --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..b73201b --- /dev/null +++ b/readme.md @@ -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.