diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-26 19:19:11 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-26 19:19:11 +0100 |
commit | 8ef8b8dee60aa0a81fbb2cbba30c00d3b15bb771 (patch) | |
tree | 06be3618505d45e6e2886fb614c96689a5555364 /akonadish/TODO | |
parent | fc7052f0970465d41dfd67c7e5db080498fd060f (diff) | |
parent | 67a19008d078a067ceb3424c00553c33b918970e (diff) | |
download | sink-8ef8b8dee60aa0a81fbb2cbba30c00d3b15bb771.tar.gz sink-8ef8b8dee60aa0a81fbb2cbba30c00d3b15bb771.zip |
Merge branch 'feature/new_cli' into develop
Diffstat (limited to 'akonadish/TODO')
-rw-r--r-- | akonadish/TODO | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/akonadish/TODO b/akonadish/TODO new file mode 100644 index 0000000..469dbf2 --- /dev/null +++ b/akonadish/TODO | |||
@@ -0,0 +1,9 @@ | |||
1 | * commands | ||
2 | * improve modify/remove/create to dynamically add syntax items for each type | ||
3 | * improve modify/remove/create to autocomplete resource names | ||
4 | * provide a setting to turn on/off user interaction during commands (e.g. deletion confirmations) | ||
5 | * add a "ask the user a question" helper in State | ||
6 | * key/value syntax objects | ||
7 | * json objects! (set json on; ...) | ||
8 | * make the shell generic and have it load a plugin matching the name of argv[0] for syntax | ||
9 | |||