Made makefile more robust
[uzbl-mobile] / TODO
diff --git a/TODO b/TODO
index 8380d4f..1b0a0f2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,12 +1,16 @@
 * implement all the ideas from README
-* Support for arguments to commands (argc/argv-like structure?).
+* get a logo
+* improve site
 * 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
+* implement XDG basedir spec
+* check configured commands if they end on .sh so users don't need to prepend /bin/<shell>
+* implement a more advanced dmenu alike that behaves like FF's awesomebar and where you can search in url + window title
+* recognize -h with GOption?
+* implement a vimperator-like link following scheme.  but let user pick his favorite characters to construct the "link identifiers" with.
+* add a keybind to hand the current url to an external scrips, so you can edit it and/or store it in the primary and secondary clipboards
 
 SOMEDAY:
-figure out caching with webkit and in general how we can speed everything
+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
 figure out how webkit intercepts key input