aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 2 insertions, 9 deletions
diff --git a/TODO b/TODO
index 1c732c5..01f78b8 100644
--- a/TODO
+++ b/TODO
@@ -1,16 +1,10 @@
TODO file for ctct
[GENERAL]
-* consider using an array for *_program to specify arguments
- `- to circumvent the necessity for eval
* Honor $VISUAL.
+* Honor XDG user dirs.
* Use git tags for future versions.
-* On `ctct -s <pattern>', do not match illegal sequences (e.g. a+b).
-* On `ctct -l', do only list legal names (e.g. not a+b).
-* Use the EXIT_* variables.
-* [consider] On `ctct -d', check format of string.
* [consider] Remove character restriction except '.', '/'.
-* [consider] Use `grep -F' for --search-by-name.
* [consider] Require at least one argument for --search-by-*.
[CONFIGURE SCRIPT]
@@ -26,12 +20,11 @@ TODO file for ctct
`- should be made customizable
* [optional] Do not create a new entry if nothing is entered in the editor.
* Support templates.
-* Different return types for errors and non-matches.
* Quiet option for --search-by-*.
* [consider] Use another default editor.
`- nano, easily understandable.
`- ed, the editor.
-* Honor XDG user dirs.
+* [consider] Use regexes for --search-by-name.
[MANUAL]
* Add an EXAMPLE section to ctct(1).