From 8ae529244eeefa13b43a08593eedf80cf6d3a2b3 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Mon, 10 Jan 2011 10:28:49 -0700 Subject: document history plugin and add example HISTORY_SEARCH binding --- docs/README.uzbl-event-manager | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'docs') diff --git a/docs/README.uzbl-event-manager b/docs/README.uzbl-event-manager index 074811e..92f0228 100644 --- a/docs/README.uzbl-event-manager +++ b/docs/README.uzbl-event-manager @@ -97,3 +97,22 @@ WHITELIST_COOKIE Adds a new whitelist filter. cookies where the component specified by `part` matches the regular expression `re` will be allowed. part can be any of the parts allowed for the BLACKLIST_COOKIE event + +### history.py ### +- Status bar command history +- Connects To: (KEYCMD_EXEC, HISTORY_PREV, HISTORY_NEXT, HISTORY_SEARCH) + +Records commands that are typed into the status bar so that they can be +recalled. The same history is shared by all uzbl instances connected to the +same event manager. + +HISTORY_PREV + Iterates backwards through commands that have been issued (filtered by the + last HISTORY_SEARCH if applicable). + +HISTORY_NEXT + Iterates forwards through commands that have been issued (filtered by the + last HISTORY_SEARCH if applicable). + +HISTORY_SEARCH + Searches backwards through command history for an exact string. -- cgit v1.2.3