89 Commits

Author SHA1 Message Date
Jonathan Lestrelin
6dc332843d
Merge pull request #32 from jnphilipp/fix-notification
Fix NoneType error when DISABLE_NOTIFICATIONS is not set.
2022-10-01 21:43:01 +00:00
J. Nathanael Philipp
102b7e044a
Fix NoneType error. 2022-10-01 18:17:24 +02:00
Jonathan Lestrelin
92270735c5 Merge branch 'Layerex-disable-notifications' 2022-09-30 11:41:25 +02:00
Jonathan Lestrelin
e98543973a Require DISABLE_NOTIFICATIONS to be set to True, update README. 2022-09-30 11:41:00 +02:00
Layerex
62b63dc3e1
Don't disable error notifications with environment variable 2022-09-28 11:16:45 +03:00
Layerex
d302782073
Add support for disabling notifications with enviroment variable 2022-09-28 11:09:05 +03:00
Jonathan Lestrelin
ff2d5600eb
Update README.md 2022-07-01 23:39:27 +00:00
Jonathan Lestrelin
42508b271f Add support for setting executable name through environment variables,
thus allowing to use gopass or other pass-compatible alternatives.

Make bitwarden support work without the need for prefixing queries and
without requiring GPaste.

Improve README, in particular to show how to configure behavior with env
vars.
1.1.0
2022-07-01 17:55:19 +02:00
Jonathan Lestrelin
2acdad58c0 Don't put pass/rbw stderr content in stdout so as to not add errors into clipboard. 2022-07-01 13:27:39 +02:00
Jonathan Lestrelin
7fb89aebd2
Update org.gnome.Pass.SearchProvider.desktop 2021-10-02 02:48:12 +00:00
Jonathan Lestrelin
627959e416
Update org.gnome.Pass.SearchProvider.service.systemd 2021-10-02 02:47:57 +00:00
Jonathan Lestrelin
1f7a548e87 Make it so that we can import thefuzz or fuzzywuzzy depending on which
one is available.
2021-10-02 04:39:53 +02:00
Jonathan Lestrelin
4f7c68a636
Update README.md 2021-10-02 02:33:11 +00:00
Jonathan Lestrelin
f6e42e660c
Update README.md 2021-09-28 16:18:16 +00:00
Jonathan Lestrelin
7b89f59a53
Updae release number in specfile. 2021-09-28 16:16:14 +00:00
Jonathan Lestrelin
92fac7865a
Merge pull request #28 from jle64/bitwarden
Add support for using rbw.
2021-09-28 00:43:29 +00:00
Jonathan Lestrelin
72af8bf43b Add note about bitwarden/vaultwarden in specfile. 2021-09-28 02:42:56 +02:00
Jonathan Lestrelin
54a85ff9d4 Fix showing exception. Improve README a little bit. 2021-09-28 02:36:34 +02:00
Jonathan Lestrelin
1d936552ce Improve/simplify error handling. 2021-09-17 20:26:28 +02:00
Jonathan Lestrelin
3e31a8b74f Add support for using rbw. 2021-09-16 03:17:06 +02:00
Jonathan Lestrelin
07306747c5 Use pre-commit instead of Coala. Linting. 2021-03-02 08:10:55 +01:00
Jonathan Lestrelin
f0b065bbd7 Update README. 2021-03-02 08:02:27 +01:00
Jonathan Lestrelin
bbceb716b1 Add note about Debian package and packaging status badge 1.0.0 2020-10-04 08:09:51 +02:00
Jonathan Lestrelin
43d9306341 Add Fedora installation instructions. 2020-10-03 07:42:16 +02:00
Jonathan Lestrelin
638b366b05 * Try GPaste2 API in D-Bus if GPaste1 doesn't work
* Make sure specfile builds under Fedora 33
* Cleanup/improve README
2020-10-03 07:08:04 +02:00
Jonathan Lestrelin
efe2f0aeb4
Merge pull request #24 from MartinNowak/patch-1
start together with org.gnome.GPaste.service
2020-09-23 19:34:04 +00:00
Martin Nowak
83039e213a
start together with org.gnome.GPaste.service
- this is a weak dependency and will still succeed if GPaste is not available
  (also see [systemd.unit(5)](https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Wants=))
- avoids having to manually start GPaste
- also see https://github.com/Keruspe/GPaste/pull/323
2020-09-23 20:53:44 +02:00
Jonathan Lestrelin
da2db4130e Linting with black. 2019-11-15 15:17:14 +01:00
Jonathan Lestrelin
2ffc11ce05
Merge pull request #21 from jnphilipp/dbus
Fix dbus.glib deprecation warning.
2019-11-15 14:15:02 +00:00
J. Nathanael Philipp
df76a14752
Fix dbus.glib deprecation warning.
Minor styling improvements.
2019-11-15 11:39:40 +01:00
Jonathan Lestrelin
f81cd8cab5
Merge pull request #20 from jnphilipp/issue-19
Check for gpaste earlier to prevent repeated call to pass. #19
2019-11-13 17:09:18 +00:00
J. Nathanael Philipp
ac8002ae24
Check for gpaste earlier to prevent repeated call to pass. #19 2019-11-13 17:06:37 +01:00
Jonathan Lestrelin
b114e12f51 Merge branch 'master' of github.com:jle64/gnome-pass-search-provider 2019-10-08 19:57:58 +02:00
Jonathan Lestrelin
25381220fc Remove NoDisplay=true from .desktop as it seems to cause issues with Gnome 3.34 2019-10-08 19:57:45 +02:00
Jonathan Lestrelin
f12076dc51
Merge pull request #17 from jnphilipp/copy-fields
Copy other fields
2019-09-23 12:42:34 +00:00
J. Nathanael Philipp
2ca2ad54c7
Improvements. 2019-09-19 14:59:18 +02:00
J. Nathanael Philipp
1e53479189
Update README. 2019-09-13 13:14:29 +02:00
J. Nathanael Philipp
706bee9e36
Add option to copy other field values. 2019-09-13 00:17:19 +02:00
J. Nathanael Philipp
e275953813
Fix result icon. 2019-09-13 00:14:15 +02:00
Jonathan Lestrelin
8ee8af3d7e Revert changes breaking install from AUR 2019-06-01 05:22:32 +02:00
Jonathan Lestrelin
79a0c36a05 Add specfile. 2019-05-20 13:00:58 +02:00
Jonathan Lestrelin
56f3e25756 * Change icon to one that GNOME installs by default
* Remove option to install to different dirs as that is broken due to
hardcoded paths in D-bus service files.
* Don't install fuzzywuzzy through pip from install.sh as it may be preferable to
install it from distribution packages
* Improve README a bit
2019-05-12 00:07:39 +02:00
Jonathan Lestrelin
45cea53ef4 Move OTP section in README. 2019-01-16 14:08:54 +01:00
jle64
7ac22cb2bd
Merge pull request #13 from jnphilipp/pass-otp
Add pass-otp support.
2019-01-16 14:01:00 +01:00
Unknown
690dba0426 Update readme. 2019-01-15 21:40:29 +01:00
jnphilipp
47ab26d892 Merge branch 'master' of github.com:jle64/gnome-pass-search-provider into pass-otp 2019-01-15 21:34:59 +01:00
Jonathan Lestrelin
225e4e066b Update doc. 2019-01-15 19:09:03 +01:00
Jonathan Lestrelin
570dc8d12f Update GIF 2019-01-15 19:06:18 +01:00
jle64
dd1bdcc062
Merge pull request #11 from dmo60/improve-notifications
Improve notifications style
2019-01-15 17:47:12 +01:00
jle64
d2e472abc5
Merge branch 'master' into improve-notifications 2019-01-15 17:45:21 +01:00