txt2regex TODO:

  - new programs: expr, oawk, nawk, MKS awk, ruby, bash, java, html5, lua
  - add support for \<borders\>
  - support for user defined ranges as 0-5, a-f, etc
  - allow combinations as [A-Z0-9_.#]
  - more ready-to-use regexes! (ip, email, url)
  - ~/.txt2regexrc: remember programs, last histories, name REs
  - negated POSIX|special combination (Choice hack)
  - empty | check, for things like ^| or (|)
  - how to capture blanks on Get* (via menu)?

User requests:

  - undo last step (Bence Fejervari @ .hu)
  - std{in,out} mode to use it with a frontend (Robert-Claudiu Gheorghe @ .com)
  - interface to feed the programs with the RegEx (Chris Piechowicz @ .au)
  - on the fly regex test (zentara @ .com)
  - add other versions of the same program (julioB @ .edu)
  - easy way for people contribute on program's regexes rules (julioB @ .edu)
  - escape special chars when **applying** the regex (julioB @ .edu)

Extra TODO:

  - grep TODO txt2regex.sh
