aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rwxr-xr-xextra/history.sh2
2 files changed, 1 insertions, 3 deletions
diff --git a/TODO b/TODO
index 2f5bef8..f0afc9a 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,7 @@
* implement all the ideas from README
* Support for binding keyboard shortcuts in config file.
* where to put proxy config? webkit support?
-* do not store the 'http://' part in the history file
* improve commandline arguments
-* have a better look at /merge the fifo code from barrucadu and friends
* history logging broken. logs always starting url because i made uri const
SOMEDAY:
diff --git a/extra/history.sh b/extra/history.sh
index 4047476..afad942 100755
--- a/extra/history.sh
+++ b/extra/history.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-
+#TODO: strip 'http://' part
echo "$7 $5" >> /tmp/uzbl.history