diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-20 19:07:07 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-20 19:07:07 +0100 |
commit | bdb01c2c068df326f5a8328ed1492ab1bea388c5 (patch) | |
tree | 25c2ee1b29bc481b6914c244ed9ca194b1415d16 /sinksh/TODO | |
parent | 17e7ee40c9185c0505883853345fd6024c675b1a (diff) | |
download | sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.tar.gz sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.zip |
Renamed Akonadi2 to Sink
(except for documentation).
Diffstat (limited to 'sinksh/TODO')
-rw-r--r-- | sinksh/TODO | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sinksh/TODO b/sinksh/TODO new file mode 100644 index 0000000..93c4ff1 --- /dev/null +++ b/sinksh/TODO | |||
@@ -0,0 +1,11 @@ | |||
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 | * confirm deletions in remove | ||
7 | * handle env vars and similar for scripting purposes | ||
8 | * key/value syntax objects | ||
9 | * json objects! (set json on; ...) | ||
10 | * make the shell generic and have it load a plugin matching the name of argv[0] for syntax | ||
11 | |||