-
Notifications
You must be signed in to change notification settings - Fork 27
/
TODO
24 lines (19 loc) · 896 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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)
- escape special chars when **applying** the regex (julioB @ .edu)
Extra TODO:
- grep TODO txt2regex.sh