From 9734a7f64607099e997f8d839d9200ad2e821487 Mon Sep 17 00:00:00 2001 From: Filip Makowski Date: Fri, 2 Jun 2017 18:38:04 +0200 Subject: [PATCH] Stated "Windows support" as one of the todo items in description. --- taskwarrior/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskwarrior/info.json b/taskwarrior/info.json index 032e61f..b480e9a 100644 --- a/taskwarrior/info.json +++ b/taskwarrior/info.json @@ -5,5 +5,5 @@ "version": "0.0.1", "minAppVersion": "17.06.1", "authors": ["@fmakowski"], - "description" : "This script creates menu items and buttons to import and export Taskwarrior tasks.\n\nDependencies\n\nUnix-like OSes only!\nTaskwarrior\n\nUsage\n\nThe script takes selected text from your note and parse it to create task entries based on it. The following rules currently apply for the test to be parsed correctly:\n * the project is defined by writing \"project:\" (case-insensitive) immediately followed by the project name; the rest of the line content is skipped\n * the task is defined by making a list item, using either - (minus) or * (asterisk) at the beginning; the task description taken will be used with the most recently detected project name to create a new task\n\nTo Do\n\n * write \"import\" part of the script\n * foolproof used regexps\n * make project nesting easier\n * use headers to determine project name and nesting" + "description" : "This script creates menu items and buttons to import and export Taskwarrior tasks.\n\nDependencies\n\nUnix-like OSes only!\nTaskwarrior\n\nUsage\n\nThe script takes selected text from your note and parse it to create task entries based on it. The following rules currently apply for the test to be parsed correctly:\n * the project is defined by writing \"project:\" (case-insensitive) immediately followed by the project name; the rest of the line content is skipped\n * the task is defined by making a list item, using either - (minus) or * (asterisk) at the beginning; the task description taken will be used with the most recently detected project name to create a new task\n\nTo Do\n\n * write \"import\" part of the script\n * foolproof used regexps\n * make project nesting easier\n * use headers to determine project name and nesting\n * Windows support" }