aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-22 21:36:33 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-22 21:36:33 +0200
commitb8a1e862224ca2ee6bdcd127bfc549946da6e3f9 (patch)
tree3f3b4af0a3aa44eab3d29f240c7df3bcbd0a6398 /README
parentbcd4616f16471e71660577af6309bc29598df1e2 (diff)
more ideas and stuff
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 7 insertions, 3 deletions
diff --git a/README b/README
index 18d3645..2c1faf7 100644
--- a/README
+++ b/README
@@ -8,8 +8,9 @@ Right now uzbl is in a very early state but here are some ideas I would like to
- simple ini config file ("profile") for keyboard, network,.. settings
- implement some basic keyboard shortcuts for going up, down, refresh etc
- listen to signals and do useful stuff when triggered.
-- 1 control application called uzblctrl or something. use this to modify the behavior of a uzbl instance (change url, refresh). use xdotool to get the window with focus. eg uzblctrl -win <id> -url <http://>.
-- use xbindkeys to bind keys to call uzblctrl.
+- open up a socket file/fifo/.. so we can easily control each instance by writing things like 'uri <foo>' to /tmp/uzbl-pid
+- MAYBE (if needed): 1 control application called uzblctrl or something. use this to modify the behavior of a uzbl instance (change url, refresh). use xdotool to get the window with focus. eg uzblctrl -win <id> -url <http://>.
+ use xbindkeys to bind keys to call uzblctrl.
- no bookmark management builtin. make your own solution. for pulling a bookmark a plaintxt-based program using dmenu would work great here. combine with uzbltcrl and xbindkeys.
uzblctrl should support an option to query the current page so you can script something to add to your bookmarks. use zenity or something to add tags.
- similar story for history.
@@ -23,4 +24,7 @@ to figure out:
-For more thoughts & ideas see http://bbs.archlinux.org/viewtopic.php?id=67463 \ No newline at end of file
+For more thoughts & ideas see http://bbs.archlinux.org/viewtopic.php?id=67463
+
+NOTE:
+- My c skills are very rusty, it will take me a while to get back up to speed