diff options
-rw-r--r-- | akonadish/TODO | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/akonadish/TODO b/akonadish/TODO new file mode 100644 index 0000000..81187e3 --- /dev/null +++ b/akonadish/TODO | |||
@@ -0,0 +1,10 @@ | |||
1 | * commands | ||
2 | * create (non-resource types) | ||
3 | * modify | ||
4 | * remove (non-resource types) | ||
5 | * provide a setting to turn on/off user interaction during commands (e.g. deletion confirmations) | ||
6 | * add a "ask the user a question" helper in State | ||
7 | * key/value syntax objects | ||
8 | * json objects! (set json on; ...) | ||
9 | * make the shell generic and have it load a plugin matching the name of argv[0] for syntax | ||
10 | |||