diff options
-rw-r--r-- | TODO.txt | 21 |
1 files changed, 3 insertions, 18 deletions
@@ -1,26 +1,11 @@ # -# @(#) [MB] cr_TODO.txt Version 1.1 du 15/04/11 - +# @(#) [MB] cr_TODO.txt Version 1.2 du 15/07/27 - # # To do : # ~~~~~~~ # -# - implement a configuration file (~/.hl.cfg) -# in which names could define the options passed to hl, -# => no need to write multiple scripts such as those in -# example_scripts +# - implement option -0 to pop intensity # -# => write a parser in lex/yacc to parse the config file -# -# - define the syntax for the selection of the configuration -# to use with hl, -# for example : -# hl -Kr ip -Kg mac -Kc iface -# (-K for Keyword ???) -# (-Kr => red, -Kg => green, -Kc => cyan) -# or : -# hl -S ifconfig -# hl -S diff -# hl -S ethtool -# (-S for Standard configuration ???) +# - implement option -f (for first RE only) # |