aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Merge branch 'master' of https://github.com/carnager/rofi-passRasmus Steinke2018-02-041-1/+1
|\
| * Merge pull request #112 from IvanMalison/custom_default_userRasmus Steinke2018-01-191-1/+1
| |\ | | | | | | Add ROFI_PASS_DEFAULT_USER environment variable
| | * Add ROFI_PASS_DEFAULT_USER environment variableIvan Malison2018-01-181-1/+1
| |/
* / fix missing fields with FILE=Rasmus Steinke2018-02-042-3/+3
|/
* show line breaks for --show-lastRasmus Steinke2018-01-141-3/+3
|
* re-add missing otp sectionRasmus Steinke2018-01-141-1/+15
|
* use xdg-open as defaultRasmus Steinke2018-01-081-1/+1
|
* fix filenameRasmus Steinke2018-01-081-16/+2
|
* Merge pull request #101 from moviuro/otpRasmus Steinke2017-12-222-6/+55
|\ | | | | Integrate OTPs into rofi-pass