From 6517af4a8cb6223893ddf805ae5193f715d661a6 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Fri, 25 Dec 2015 19:55:21 +0100 Subject: add my little list of things to contemplate --- akonadish/TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 akonadish/TODO (limited to 'akonadish/TODO') diff --git a/akonadish/TODO b/akonadish/TODO new file mode 100644 index 0000000..81187e3 --- /dev/null +++ b/akonadish/TODO @@ -0,0 +1,10 @@ +* commands + * create (non-resource types) + * modify + * remove (non-resource types) +* provide a setting to turn on/off user interaction during commands (e.g. deletion confirmations) + * add a "ask the user a question" helper in State +* key/value syntax objects +* json objects! (set json on; ...) +* make the shell generic and have it load a plugin matching the name of argv[0] for syntax + -- cgit v1.2.3 From 23f0de019b76cc3552fa7b03a7ff343b6f1c1b2d Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Fri, 25 Dec 2015 20:11:00 +0100 Subject: update --- akonadish/TODO | 2 -- 1 file changed, 2 deletions(-) (limited to 'akonadish/TODO') diff --git a/akonadish/TODO b/akonadish/TODO index 81187e3..985bf21 100644 --- a/akonadish/TODO +++ b/akonadish/TODO @@ -1,7 +1,5 @@ * commands - * create (non-resource types) * modify - * remove (non-resource types) * provide a setting to turn on/off user interaction during commands (e.g. deletion confirmations) * add a "ask the user a question" helper in State * key/value syntax objects -- cgit v1.2.3 From 0489b7f975881aa445a635dc97a7b8f32c3d6319 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Fri, 25 Dec 2015 22:46:43 +0100 Subject: update --- akonadish/TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'akonadish/TODO') diff --git a/akonadish/TODO b/akonadish/TODO index 985bf21..469dbf2 100644 --- a/akonadish/TODO +++ b/akonadish/TODO @@ -1,5 +1,6 @@ * commands - * modify + * improve modify/remove/create to dynamically add syntax items for each type + * improve modify/remove/create to autocomplete resource names * provide a setting to turn on/off user interaction during commands (e.g. deletion confirmations) * add a "ask the user a question" helper in State * key/value syntax objects -- cgit v1.2.3