aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| * README.md: add documentation for OTPsMoviuro2017-12-051-1/+15
| |
| * Merge remote-tracking branch 'upstream/master' into otpMoviuro2017-12-052-45/+68
| |\
| * | rofi-pass: the "OTP" field will appear in rofi when applicableMoviuro2017-12-051-4/+1
| | | | | | | | | | | | | | | * when there is an otpauth:// line * when there is an otp_method: line
| * | rofi-pass: we don't show otp_method among the fields that we can typeMoviuro2017-12-051-1/+7
| | |
| * | rofi-pass: introduce the otp_method fieldMoviuro2017-12-051-2/+18
| | |
| * | rofi-pass: add the ":otp" keyword to autopass()Moviuro2017-11-291-0/+1
| | |
| * | rofi-pass: now, we only use pass-otp(1) when we type the OTPMoviuro2017-11-121-2/+9
| | | | | | | | | | | | | | | | | | | | | This prevents: * increasing the counter for HOTP * generating a TOTP too far in the past
| * | rofi-pass: first integration of pass-otp(1)Moviuro2017-11-121-3/+11
| | |
* | | Merge pull request #109 from nilcons-contrib/pass-typo-fixRasmus Steinke2017-12-221-1/+1
|\ \ \ | |_|/ |/| | Fix password -> pass typo in typeMenu
| * | Fix password -> pass typo in typeMenuGergely Risko2017-12-011-1/+1
|/ / | | | | | | | | | | This was not causing any big problems, because the only difference between typeField (the default fallback of the switch statement) and typePass functions is the handling of notifications.
* | Merge pull request #103 from blueyed/pass-showRasmus Steinke2017-11-181-3/+3
|\ \ | | | | | | Use "pass show" to be more explicit
| * | Use "pass show" to be more explicitDaniel Hahler2017-11-181-3/+3
| | | | | | | | | | | | Allows for better grepping.
* | | Merge pull request #104 from blueyed/minorRasmus Steinke2017-11-181-8/+8
|\ \ \ | | | | | | | | Minor code cleanup / rephrasing for --bmarks