aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-16 10:02:54 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-16 10:02:54 +0200
commit24c2b3186c7cd1ad2f451500caa6c7d94fbc144d (patch)
tree651d1ac8e27be62ac0e63308c490467673eef2f2 /TODO
parente327c8daddc661cb4d95b6beff89f1849191e692 (diff)
parent262ccb5f3e120f1d48a63dc46ad7e7689a46ad83 (diff)
Merge branch 'config-refactor' into experimental
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index f757a2d..6e4004d 100644
--- a/TODO
+++ b/TODO
@@ -52,6 +52,11 @@
+* config: check in the default place (XDG_CONFIG_HOME/..) for a config file, and if needed, do file reading (interpret line by line). not ini-based.
+* readd the --config flag to allow entering the same commands either through the file/stdin/fifo/socket
+* check for real command name, not just the first letter.
+
+
SOMEDAY:
check if we can make the settings loading less hard coded. eg( keep a list of all settings, and for each one, try to load it)
figure out caching with webkit and in general how we can speed up everything