103 Commits

Author SHA1 Message Date
d844f1de04
Added starting and containing results individual sorting
Updated spec file to work on gitea releases
1.3.3
2025-03-25 01:32:54 +03:00
96f7a83e1e
Automatic commit of package [gnome-pass-search-provider] release [1.3.2-1].
Created by command:

/usr/bin/tito tag --use-version 1.3.2
2023-11-13 04:18:41 +03:00
34e297592a
New specfile 2023-11-13 04:17:17 +03:00
375feac8a0
Initialized to use tito. 2023-11-13 04:11:48 +03:00
101c833db2
Merge branch 'master' into clever-fuzz 1.3.2 2023-11-13 03:11:18 +03:00
bf053eda24
Added multistep pattern matching 2023-11-13 02:24:20 +03:00
522436fdfb
Added alphabetic sort of passwords within directory 2023-06-20 23:42:14 +03:00
72fe6f3007 Replaced fuzzy search with exact string start match 1.3.1 2023-03-28 21:30:03 +03:00
Jonathan Lestrelin
6789843eeb
Merge pull request #36 from electrickite/rbw-clipboard-copy
Enable field searches for rbw when using native clipboard
2022-11-04 01:07:49 +00:00
Corey Hinshaw
3406972e21 Enable field searches for rbw when using native clipboard 2022-11-03 17:10:04 -04:00
Jonathan Lestrelin
005a161bb1
Merge pull request #35 from electrickite/rbw-fields
Support field searches for Bitwarden/rbw
1.3.0
2022-10-28 01:14:13 +00:00
Corey Hinshaw
973ad49c33 Add support for field searches to Bitwarden/rbw 2022-10-26 20:27:33 -04:00
Jonathan Lestrelin
8a973038ab
Merge pull request #33 from jnphilipp/fix-notifications
Default in getenv needs to be str not bool.
1.2.0
2022-10-07 09:49:06 +00:00
J. Nathanael Philipp
2ced9fe955
Default in getenv needs to be str not bool. 2022-10-02 18:26:14 +02:00
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