summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO.txt21
1 files changed, 3 insertions, 18 deletions
diff --git a/TODO.txt b/TODO.txt
index 8b8c706..57fdaea 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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)
#