aki-mcycle 0.1.21

mark up text with cycling color
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# aki-mcycle

## Todos

- [ ] multiple match algorithm. like a glob, plain.

+ idea 1:
  * -e "r:..." regular expression match
  * -e "g:..." glob match
  * -e "s:..." plain string match
+ idea 2:
  * -r "..." regular expression match.
  * -g "..." glob match.
  * -s "..." plain string match