Jay Kamat
f7287890d4
Merge branch 'master' into qute-pass-fix
2019-01-27 12:44:04 -08:00
Florian Bruhin
5790857b95
Make shellcheck happy
2019-01-13 10:40:27 +01:00
Florian Bruhin
060489f1bc
Fix new shellcheck issues
2019-01-03 22:11:58 +01:00
Jay Kamat
73be27ac13
Add org-capture by alcah to userscripts README
2018-11-27 22:57:50 -08:00
Vicente Reyes
bd887ce988
allow password_fill to work without final newline
2018-11-11 18:09:13 -03:00
Jan Holthuis
4166e50764
Add support for per-domain secret files in qute-pass
...
This adds support for password stores where the domain is not the
directory name, but the filename of a gpg file.
This solves problems when using a password store folder structure
like this reddit user does:
https://www.reddit.com/r/qutebrowser/comments/7owzl2/cant_get_qutepass_working/
2018-10-28 15:27:02 +01:00
Florian Bruhin
51c9e0c1c6
Merge pull request #4029 from sim590/qurlshare-userscript
...
userscripts: README page and qurlshare userscript
2018-09-18 21:05:24 +02:00
wildente
b1e2a1ec2d
add proper multiline support for qute-pass
...
when using the 'username-taget secret' option, the supplied
regex 'username-pattern' will only scan the first line of the
secret file.
you could specify a username-pattern with '\n', but this will
break if the position of the username is not consistent.
this change will implement re.search and the re.MULTILINE
option to search every line in a secrect file.
example:
--secret file
my_secret_password
username: my_username
--secret file
spawn --userscript qute-pass --username-target secret --username-pattern "^username: (.*)"
2018-09-09 22:16:48 +02:00
Simon Désaulniers
b4789e454a
userscripts/readme: other userscripts (own repos)
...
Other userscripts found on their own repository listed under the section
"Other".
2018-08-19 17:23:29 -04:00
Simon Désaulniers
d98e5f86c8
userscripts/readme: list userscripts in markdown
2018-07-21 18:49:06 -04:00
cryzed
9ea6f4acf4
Follow symlinks when finding pass candidates
2018-07-18 16:18:56 +02:00
murchik
a5c1903247
OTP for qute-pass.
2018-07-10 20:42:28 +08:00
Florian Bruhin
22f05e3ca5
Merge remote-tracking branch 'origin/pr/3929'
2018-06-09 20:40:32 +02:00
Florian Bruhin
5635639ed4
view-in-mpv: Remove --yes-playlist argument for youtube-dl
...
Reverts #3057
Fixes #3977
2018-06-06 09:59:03 +02:00
Wayne Cheng
9a85796ac3
CR changes
2018-05-20 20:30:24 -04:00
Wayne Cheng
36ddf3a328
Code review changes
2018-05-20 05:35:48 -04:00
Wayne Cheng
7130f863cb
Create lastpass implementation based off qute-pass code
2018-05-19 15:53:08 -04:00
Florian Bruhin
5436e27e41
Merge remote-tracking branch 'origin/pr/3756'
2018-05-03 13:21:45 +02:00
cryzed
801e9e0334
qute-pass: Improve fake_key_raw()
2018-04-29 15:22:52 +02:00
cryzed
92aedf84f5
qute-pass: Don't use f-strings
2018-04-23 19:16:51 +02:00
cryzed
6825dfb8d8
qute-pass: Fake strings letter-by-letter to avoid issues
2018-04-23 19:01:12 +02:00
cryzed
2de6428830
qute-pass: Also escape backslashes in the username
2018-04-20 18:23:50 +02:00
cryzed
c2472d88f1
qute-pass: Escape backslashes, so that they are inserted correctly
2018-04-20 18:21:55 +02:00
pylipp
599a3d75a4
Add userscript to download bibtex for DOI scraped from current tab
2018-03-31 21:43:20 +02:00
Jay Kamat
b873cfb18a
Fix style issues in qute-keepass
2018-03-27 23:43:40 -04:00
Jay Kamat
a1776087e0
Fix login when only one entry is available
2018-03-22 21:35:00 -04:00
Jay Kamat
948866f4f2
Add support for keepass keyfiles
2018-03-22 21:21:59 -04:00
Jay Kamat
a9a7f5da45
Fix choking on passwords with <x> syntax in them
2018-03-22 03:01:50 -04:00
Jay Kamat
b169a1c802
Add raw first draft of qute-keepass
...
This needs a lot more work...
2018-03-22 02:43:15 -04:00
Bryan Bugyi
18146e2fbc
Fix: prevent unmatched quote ( #3726 )
2018-03-16 06:16:16 -04:00
Bryan Bugyi
fa282d574d
Fix: preserve exit status of task
command ( #3726 )
2018-03-16 03:44:22 -04:00
Bryan Bugyi
3b0b4ffe66
Fix: restrict output of task
to one line ( closes #3726 )
2018-03-16 03:28:44 -04:00
Florian Bruhin
bc3e1b316d
Use "command -v" instead of "which" in bash scripts
...
shellcheck recently added SC2330 checking for this. "which" is non-standard, and
not guaranteed by POSIX to have a meaningful exit status, while "command -v" is
specified by POSIX: https://stackoverflow.com/q/592620
2018-02-27 06:23:00 +01:00
Florian Bruhin
d2e996a3b3
Merge remote-tracking branch 'origin/pr/3610'
2018-02-21 11:06:05 +01:00
Jay Kamat
84907d5a2e
Simplify readability logic using get defaults
...
:D
2018-02-18 14:49:09 -05:00
Jay Kamat
c844023077
Use QUTE_DATA_DIR in readability userscript
2018-02-18 14:28:46 -05:00
jnphilipp
60a7e483af
Add import error message for stem.
2018-02-17 19:57:44 +01:00
jnphilipp
6219119476
Update output.
2018-02-17 09:48:39 +01:00
jnphilipp
3ee765869d
Add tor_identity userscript.
2018-02-16 14:22:08 +01:00
Florian Bruhin
4e4a1d01c4
Remove qutebrowser_viewsource userscript
...
:view-source --edit can now be used instead.
2018-02-10 10:37:05 +01:00
Kevin Velghe
cc4e8c1aae
fix password_fill using libsecret
2017-12-13 21:06:09 +01:00
François Chavant
4467f51e42
Use 'language: generic' for shellcheck, fix typo, correct indentation
2017-12-04 18:15:02 +01:00
François Chavant
22e4a800a1
Refactor format_json userscript to not parse 'ls' output
...
The script now also works under MacOS
2017-12-03 10:50:54 +01:00
François Chavant
dd589f180b
Fix remaining shellcheck warnings
2017-12-02 21:09:24 +01:00
François Chavant
31710b7045
Trivial fixes for shellcheck warnings
2017-12-02 19:37:20 +01:00
François Chavant
595a53ad3b
Apply patch from #1697
2017-12-02 19:37:18 +01:00
cryzed
d8887f12c0
Deduplicate documentation
2017-11-17 21:40:08 +01:00
cryzed
274c92a64b
Add documentation additionally to the help page of qute-pass (complaint from the Arch wiki)
2017-11-17 12:42:25 +01:00
Simon Désaulniers
3cb06f9a81
userscripts/cast: effectively kill old proc
...
Custom location installed castnow can't be killed with the command
`pkill -f /usr/bin/castnow`. Now recover the path to the binary in the path for
calling and killing the program.
2017-11-05 00:19:06 -04:00
cryzed
600d2a543d
Exit successfully when the user makes no selection
2017-11-03 13:54:43 +01:00