aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Fix typo in rofi args causing Shift+Left binding to not be removedAdam Goldsmith2018-05-121-1/+1
|/
* drop find dependency, properly tab codeRasmus Steinke2018-05-102-693/+695
|
* Merge pull request #125 from agboom/masterRasmus Steinke2018-04-231-4/+4
|\ | | | | Return from mainMenu when switching root
| * Return from mainMenu when switching rootAdriaan Groenenboom2018-04-221-4/+4
|/ | | | Fixes broken autotype with multiple roots
* fix variable nameRasmus Steinke2018-03-281-1/+1
|
* add option to (not) open new password entries in editor, fixes #122Rasmus Steinke2018-03-282-2/+10
|
* re-submission of latest changes2.0.1Rasmus Steinke2018-03-251-9/+0
|
* add qrcode support2.0.0Rasmus Steinke2018-03-242-12/+21
|\
| * make rofi-pass mostly pass shellcheckRasmus Steinke2018-03-241-8/+9
| |
| * include display as alternative commandRasmus Steinke2018-03-231-0/+1
| |
| * remove unused variableRasmus Steinke2018-03-231-1/+0
| |
| * add qrcode section to config, change default viewerRasmus Steinke2018-03-222-1/+8
| |
| * change default viewer to fehRasmus Steinke2018-03-221-0/+44
| |
* | change default viewer to fehRasmus Steinke2018-03-221-0/+4
| |
* | add qrcode supportRasmus Steinke2018-03-222-0/+48
|/
* Merge pull request #119 from lsbloxx/fix-config-messRasmus Steinke2018-03-142-17/+29
|\ | | | | fixed loading multiple config files to one, see #118
| * fixed loading multiple config files to one, see #118Philip Gawehn2018-03-142-17/+29
|/
* Merge pull request #118 from lsbloxx/feature-own-config-pathRasmus Steinke2018-03-102-0/+10
|\ | | | | add ROFI_PASS_CONFIG environment variable
| * add ROFI_PASS_CONFIG environment variablePhilip Gawehn2018-03-092-0/+10
|/