aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Barrucadu <mike@barrucadu.co.uk>2009-04-25 00:13:30 +0100
committerGravatar Barrucadu <mike@barrucadu.co.uk>2009-04-25 00:13:30 +0100
commit41b9f54404614a33b328354f17d955829ad8e534 (patch)
tree5e9e768612e2f7870b93c9f608f997a246a3ddb3 /README
parentda08f4b6889c396ca39ebc5986207a7d686611d5 (diff)
Merged config support from Dieter. Added a couple of new functions. Merged support for history from Dieter. Added TODO.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index a771e03..1f91cd0 100644
--- a/README
+++ b/README
@@ -15,3 +15,11 @@ Bugs:
Notes:
- I push the code most times I save any changes, regardless of whether it actually compiles or not. Thus, the code here should be regarded as highly experimental.
- If you use any of my code in another fork of uzbl (or anything really) it'd be nice to get a mention.
+
+Todo:
+ - Change commands to a few characters long.
+ - Command/insert modes (ESC to switch, methinks).
+ - Automatically run a command when typed (no need to press enter).
+ - Support for arguments to commands (argc/argv-like structure?).
+ - Support for binding keyboard shortcuts in config file.
+ - Support for setting home page in config file. \ No newline at end of file