diff options
author | mbornet-hl <mbornet.pro@wanadoo.fr> | 2015-07-27 23:34:41 +0200 |
---|---|---|
committer | mbornet-hl <mbornet.pro@wanadoo.fr> | 2015-07-27 23:34:41 +0200 |
commit | 47da5c63ce0de395553e68236f54bbc4762897ea (patch) | |
tree | 3f9d3d4d0f7b2941d23e6bc16daf867534d3d30d | |
parent | 5d15d341c14c6d02187df9b463e7efc513a0af44 (diff) | |
download | hl-47da5c63ce0de395553e68236f54bbc4762897ea.zip hl-47da5c63ce0de395553e68236f54bbc4762897ea.tar.gz hl-47da5c63ce0de395553e68236f54bbc4762897ea.tar.bz2 |
Updated TODO file
-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) # |