Kevin Velghe
e9e780ac56
Focus fields before filling them
2016-07-26 16:12:19 +02:00
Kevin Velghe
0f07198271
Don't pass 2 arguments to shebang
...
On most platforms (according to shellcheck), you can't pass two
arguments in a shebang. I.e. on Debian you get:
/usr/bin/env: ‘bash -e’: No such file or directory
2016-07-26 11:48:26 +02:00
Florian Bruhin
dfbd31f35f
Use /usr/bin/env shebang for bash userscripts
...
See #1665
2016-07-20 11:06:35 +02:00
Florian Bruhin
70117265d6
Fix some a/an misspellings
...
Thanks to https://github.com/jwilk/anorack
2016-07-05 08:34:03 +02:00
Florian Bruhin
1e55db0630
Follow the American way(tm) of spelling things
2016-05-29 10:57:41 +02:00
Florian Bruhin
afcb018ee2
Fix some spelling mistakes
...
Found via http://jwilk.net/software/mwic
2016-05-27 12:07:00 +02:00
Kevin Velghe
35fa7b3989
Implement libsecret password backend
2016-04-01 22:52:32 +02:00
Thorsten Wißmann
26f2ae5ad0
Do proper javascript escaping in password_fill
2015-12-11 17:04:50 +01:00
Thorsten Wißmann
9592eb0c69
Add documentation in password_fill
...
Describe usage and configuration. Also allow "login:" as a prefix for
login name in pass entries.
2015-12-11 16:54:16 +01:00
Tobias Werth
e4b809927f
Escape password properly in generated JS.
2015-12-11 16:23:47 +01:00
Thorsten Wißmann
497a6e0720
Fixup url simplifier loop
...
Now, the loop which successively simplifies the url, always terminates.
2015-12-09 23:26:29 +01:00
Thorsten Wißmann
ffdc0f664f
Ask for confirmation on fuzzy entry matching
2015-12-09 23:26:29 +01:00
Thorsten Wißmann
fb5e6e6c35
More sane defaults
...
- Remove Port from URL
- Use zenity per default
- Allow customization of handling of no entries are found
2015-12-09 23:26:29 +01:00
Thorsten Wißmann
d73491b0c8
Add password_fill userscript
...
Add a configurable userscript that fills login forms (i.e. the fiels
"Username" and "Password) of websites using a configurable backend where
the actual passwords are stored. The only backend yet is using the
password store "pass".
2015-12-09 23:26:29 +01:00