diff options
author | Aaron Seigo <aseigo@kde.org> | 2015-12-25 19:55:21 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2015-12-25 19:55:21 +0100 |
commit | 6517af4a8cb6223893ddf805ae5193f715d661a6 (patch) | |
tree | 2e284c3c7737b9713e550f99f1316df8a40e516c | |
parent | 55e5d310fb1cf1c85359bbb6f3d64120da9b226b (diff) | |
download | sink-6517af4a8cb6223893ddf805ae5193f715d661a6.tar.gz sink-6517af4a8cb6223893ddf805ae5193f715d661a6.zip |
add my little list of things to contemplate
-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 | |||