From 153a2021b263b6f22ecb624ab56ee7de1dc14e0c Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Thu, 3 Aug 2017 18:44:42 +0200 Subject: 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. --- TODO | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 TODO (limited to 'TODO') 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. -- cgit v1.2.3