aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
blob: 2b91bc52460ca31fd85dfac0a236665a131be0af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
* implement all the ideas from README
* get a logo
* improve site
* get rid of segfaults for --config -> barrucadu
* Support for binding keyboard shortcuts in config file.
* where to put proxy config? webkit support?
* improve commandline arguments
* 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?
* fix config loading from arg
* 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:
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