aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEinhard Leichtfuß <inbound@respiranto.de>2017-08-03 18:44:42 +0200
committerEinhard Leichtfuß <inbound@respiranto.de>2017-08-03 18:44:42 +0200
commit153a2021b263b6f22ecb624ab56ee7de1dc14e0c (patch)
tree0306a95cb63d17f26c8b1906e7db7efce9a620eb /TODO
Initial commit of ctct
Somewhere after version 0.2.2. Most notably, ctct can now be properly installed on OpenBSD and most likely other BSDs.
Diffstat (limited to 'TODO')
-rw-r--r--TODO23
1 files changed, 23 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..08e860e
--- /dev/null
+++ b/TODO
@@ -0,0 +1,23 @@
+TODO file for ctct
+
+[GENERAL]
+* consider using an array for *_program to specify arguments
+ `- to circumvent the necessity for eval
+
+[FEATURES]
+* care about pictures/ subdirectory
+* care about directories in general
+* autocompletion for '--search-by-name' (questionable)
+* upon a single result ('--search-by-*), directly display the contents of the
+ entry
+ `- should be made customizable
+
+[BUGS]
+* strange behaviour:
+ `- `ctct -S $'mobile\nabc'
+ `- `ctct -S $'mobile\na'
+* Does not build on OpenBSD
+ `- Both autoconf and a remotely generated ./configure fail.
+
+[MISC]
+* Merge the many versions' different CHANGELOGs.