1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2025-12-10 05:52:46 +00:00

Added Taskwarrior import/export script.

This commit is contained in:
Filip Makowski 2017-06-02 17:34:42 +02:00
parent e791f0380e
commit 77d9208399
2 changed files with 88 additions and 0 deletions

9
taskwarrior/info.json Normal file
View file

@ -0,0 +1,9 @@
{
"name": "Taskwarrior import/export",
"identifier": "taskwarrior",
"script": "taskwarrior.qml",
"version": "0.0.1",
"minAppVersion": "17.06.1",
"authors": ["@fmakowski"],
"description" : "This script creates menu items and buttons to import and export Taskwarrior tasks."
}