aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #232 from WalterSmuts/mastermasterRasmus Steinke2023-07-071-0/+19
|\ | | | | Add FAQ on tty pinentry hang
| * Add FAQ on tty pinentry hangWalter Smuts2023-07-051-0/+19
|/ | | | Fix: https://github.com/carnager/rofi-pass/issues/230
* Merge pull request #231 from lilyinstarlight/feature/native-waylandRasmus Steinke2023-07-043-62/+181
|\ | | | | add native wayland support
| * add native wayland supportLily Foster2023-07-043-62/+181
|/ | | | Co-Authored-By: Fredrik Salomonsson <plattfot@posteo.net>
* Merge pull request #204 from tiregram/correct_edit_new_passRasmus Steinke2021-04-051-7/+10
|\ | | | | add a function edit_pass to facilitate the utilisation of edit_new_pa…
| * add a function edit_pass to facilitate the utilisation of edit_new_pass ↵ruhtra2021-01-181-7/+10
| | | | | | | | | | | | option parameter and correct when it's unused modifié : rofi-pass
* | Merge pull request #205 from bjonnh/feature/generic-clipboard-supportRasmus Steinke2021-01-252-8/+50
|\ \ | |/ |/| [Feature] Customization of clipboard commands.
| * [Feature] Customization of clipboard commandsJonathan Bisson2021-01-252-8/+50
|/ | | | | | | This allows Wayland users to specify which commands handle their clipboard. An example is provided in config.example. This should not change default behavior of rofi-pass.
* Merge pull request #198 from chrko/cleanupRasmus Steinke2020-07-233-68/+97
|\ | | | | Fix handling of filenames with spaces (regression #179) + clean formating
| * Fix shellcheck warningsChristian Kohlstedde2020-07-221-4/+4
| |
| * Fix password listing regression (#179)Christian Kohlstedde2020-07-222-12/+9
| |
| * Fix help with heredoc statementChristian Kohlstedde2020-07-221-9/+10
| |
| * Reindent with vimChristian Kohlstedde2020-07-221-45/+57
| |
| * Add editorconfigChristian Kohlstedde2020-07-221-0/+19
|/
* Merge pull request #179 from didjcodt/symlinkRasmus Steinke2020-06-121-1/+1
|\ | | | | Follow symlinks while listing keys
| * Follow symlinks while listing keysClément Decoodt2019-09-261-1/+1
| |
* | Merge pull request #189 from darnir/xdg-base-dirRasmus Steinke2020-05-101-12/+15
|\ \ | | | | | | Add support for XDG Base Directory Specification
| * | Follow XDG Base Directory Specification for Config DirectoriesDarshit Shah2020-05-071-1/+2
| | |
| * | Make the entire directory tree when creating the cache directoryDarshit Shah2020-05-071-1/+1
| | |
| * | Follow XDG Base Directory Specification for Cache DirectoriesDarshit Shah2020-05-071-11/+13
|/ /
* | Merge pull request #180 from cincodenada/pwgen-default-implRasmus Steinke2019-10-301-0/+4
|\ \ | |/ |/| Add default _pwgen() implementation
| * Add default _pwgen() implementationJoel Bradshaw2019-10-291-0/+4
|/ | | | This seems to have been an oversight when this was added
* Merge pull request #171 from knatsakis/fix-indentationRasmus Steinke2019-06-081-17/+17
|\ | | | | Fix help menu identation
| * Fix help menu identationKonstantinos Natsakis2019-06-071-17/+17
|/
* Merge pull request #167 from isaaclo123/masterRasmus Steinke2019-04-281-3/+3
|\ | | | | (fix #166): password hidden
| * (fix #166): password hiddenIsaac Lo2019-04-231-3/+3
|/ | | | * used -password option to hide password when entering it in rofi-pass
* Merge pull request #163 from blueyed/readmeRasmus Steinke2019-03-041-6/+13
|\ | | | | README.md: style fixes (using mdl [1])
| * README.md: style fixes (using mdl [1])Daniel Hahler2019-03-041-6/+13
|/ | | | 1: https://github.com/markdownlint/markdownlint
* Merge pull request #154 from Sh4d1/master2.0.2Rasmus Steinke2019-01-182-0/+9
|\ | | | | Add path autotype feature
| * Add path autotype featurePatrik Cyvoct2019-01-182-0/+9
|/ | | | Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
* Merge branch 'master' of https://github.com/carnager/rofi-passRasmus Steinke2018-11-153-7/+11
|\
| * Merge pull request #149 from Nukesor/patch-1Rasmus Steinke2018-11-031-1/+1
| |\ | | | | | | Fix typo in Readme
| | * Fix typo in ReadmeArne Beer2018-11-021-1/+1
| |/ | | | | It should be `user` instead of `UserName`
| * Merge pull request #147 from ofpau/masterRasmus Steinke2018-10-052-6/+10
| |\ | | | | | | add config variable for pass clearing delay
| | * add config variable for pass clearing delayPau Oliver2018-10-052-6/+10
| |/
* / fix parsing of root variable. Fixes #150Rasmus Steinke2018-11-151-1/+1
|/
* quick workaround to add new entries with custom password generator. fixes #144Rasmus Steinke2018-08-282-1/+6
|
* fix formatting, as mentioned in #140Rasmus Steinke2018-08-121-4/+4
|
* Merge pull request #143 from steinex/masterRasmus Steinke2018-08-122-6/+10
|\ | | | | when typing, make delay between keypresses configurable
| * when typing, make delay between keypresses configurableFrank Steinborn2018-08-122-6/+10
|/
* Merge pull request #142 from nymous/patch-1Rasmus Steinke2018-08-081-6/+6
|\ | | | | Reorder incorrectly placed section in README
| * Reorder incorrectly placed section in READMEThomas Gaudin2018-08-081-6/+6
|/
* Merge pull request #140 from takuyozora/pr/filename_as_userRasmus Steinke2018-08-022-1/+11
|\ | | | | Allow to use the password filename as user
| * add documentation about user from filename functionnalityOlivier@Portable2018-08-021-0/+6
| |
| * change %filename in :filename for user from filename functionnalityOlivier@Portable2018-08-021-1/+1
| |
| * allow to use the password filename as userOlivier@Portable2018-08-021-1/+5
|/
* Merge pull request #129 from aminb/patch-1Rasmus Steinke2018-05-151-3/+3
|\ | | | | get rid of the empty line after autotype, replace remaining echo calls with printf
| * replace remaining uses of echo(1) with printf(1)Amin Bandali2018-05-141-3/+3
| | | | | | See https://unix.stackexchange.com/questions/65803/why-is-printf-better-than-echo/65819#65819
| * get rid of the empty line after autotypeAmin Bandali2018-05-131-1/+1
|/
* Merge pull request #128 from ad1217/fix-typoRasmus Steinke2018-05-131-1/+1
|\ | | | | Fix typo in rofi args causing Shift+Left binding to not be removed