forked from grodzik/uzbl-scripts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
27 lines (18 loc) · 885 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Copy the eFormFiller.sh to $XDG_DATA_HOME/uzbl/scripts/
In the Uzbl config file add bindings(for example):
set eFormFiller = spawn @scripts_dir/eFormFiller.sh
@bind za = @eFormFiller add
@bind ze = @eFormFiller edit
@bind zn = @eFormFiller new
@bind zl = @eFormFiller load
scripts_dir is set by default in uzbl config
If NEW action is taken, then the script will generate
new file with formfields for current domain or will
overrite existing one.
EDIT action will call an editor (configure it in the script)
with curent domain profiles
ADD action add another profile to current domain. Remember to name
the profiles, by default the have a name with random numbers
LOAD will load formfields or if there is more then one profile, it will
call dmenu first to choose the profile you want to fill in the form
Enjoy