2b91bc52460ca31fd85dfac0a236665a131be0af
[uzbl-mobile] / TODO
1 * implement all the ideas from README
2 * get a logo
3 * improve site
4 * get rid of segfaults for --config -> barrucadu
5 * Support for binding keyboard shortcuts in config file.
6 * where to put proxy config? webkit support?
7 * improve commandline arguments
8 * implement XDG basedir spec
9 * check configured commands if they end on .sh so users don't need to prepend /bin/<shell>
10 * implement a more advanced dmenu alike that behaves like FF's awesomebar and where you can search in url + window title
11 * recognize -h with GOption?
12 * fix config loading from arg
13 * implement a vimperator-like link following scheme.  but let user pick his favorite characters to construct the "link identifiers" with.
14 * 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
15
16 SOMEDAY:
17 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)
18 figure out caching with webkit and in general how we can speed up everything
19 figure out how webkit intercepts key input