Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | change default viewer to feh | Rasmus Steinke | 2018-03-22 | 1 | -0/+4 | |
| | | ||||||
* | | add qrcode support | Rasmus Steinke | 2018-03-22 | 2 | -0/+48 | |
|/ | ||||||
* | Merge pull request #119 from lsbloxx/fix-config-mess | Rasmus Steinke | 2018-03-14 | 2 | -17/+29 | |
|\ | | | | | fixed loading multiple config files to one, see #118 | |||||
| * | fixed loading multiple config files to one, see #118 | Philip Gawehn | 2018-03-14 | 2 | -17/+29 | |
|/ | ||||||
* | Merge pull request #118 from lsbloxx/feature-own-config-path | Rasmus Steinke | 2018-03-10 | 2 | -0/+10 | |
|\ | | | | | add ROFI_PASS_CONFIG environment variable | |||||
| * | add ROFI_PASS_CONFIG environment variable | Philip Gawehn | 2018-03-09 | 2 | -0/+10 | |
|/ | ||||||
* | Merge branch 'master' of https://github.com/carnager/rofi-pass | Rasmus Steinke | 2018-02-04 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge pull request #112 from IvanMalison/custom_default_user | Rasmus Steinke | 2018-01-19 | 1 | -1/+1 | |
| |\ | | | | | | | Add ROFI_PASS_DEFAULT_USER environment variable | |||||
| | * | Add ROFI_PASS_DEFAULT_USER environment variable | Ivan Malison | 2018-01-18 | 1 | -1/+1 | |
| |/ | ||||||
* / | fix missing fields with FILE= | Rasmus Steinke | 2018-02-04 | 2 | -3/+3 | |
|/ | ||||||
* | show line breaks for --show-last | Rasmus Steinke | 2018-01-14 | 1 | -3/+3 | |
| | ||||||
* | re-add missing otp section | Rasmus Steinke | 2018-01-14 | 1 | -1/+15 | |
| | ||||||
* | use xdg-open as default | Rasmus Steinke | 2018-01-08 | 1 | -1/+1 | |
| | ||||||
* | fix filename | Rasmus Steinke | 2018-01-08 | 1 | -16/+2 | |
| | ||||||
* | Merge pull request #101 from moviuro/otp | Rasmus Steinke | 2017-12-22 | 2 | -6/+55 | |
|\ | | | | | Integrate OTPs into rofi-pass | |||||
| * | README.md: add documentation for OTPs | Moviuro | 2017-12-05 | 1 | -1/+15 | |
| | | ||||||
| * | Merge remote-tracking branch 'upstream/master' into otp | Moviuro | 2017-12-05 | 2 | -45/+68 | |
| |\ | ||||||
| * | | rofi-pass: the "OTP" field will appear in rofi when applicable | Moviuro | 2017-12-05 | 1 | -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 type | Moviuro | 2017-12-05 | 1 | -1/+7 | |
| | | | ||||||
| * | | rofi-pass: introduce the otp_method field | Moviuro | 2017-12-05 | 1 | -2/+18 | |
| | | | ||||||
| * | | rofi-pass: add the ":otp" keyword to autopass() | Moviuro | 2017-11-29 | 1 | -0/+1 | |
| | | | ||||||
| * | | rofi-pass: now, we only use pass-otp(1) when we type the OTP | Moviuro | 2017-11-12 | 1 | -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) | Moviuro | 2017-11-12 | 1 | -3/+11 | |
| | | | ||||||
* | | | Merge pull request #109 from nilcons-contrib/pass-typo-fix | Rasmus Steinke | 2017-12-22 | 1 | -1/+1 | |
|\ \ \ | |_|/ |/| | | Fix password -> pass typo in typeMenu | |||||
| * | | Fix password -> pass typo in typeMenu | Gergely Risko | 2017-12-01 | 1 | -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-show | Rasmus Steinke | 2017-11-18 | 1 | -3/+3 | |
|\ \ | | | | | | | Use "pass show" to be more explicit | |||||
| * | | Use "pass show" to be more explicit | Daniel Hahler | 2017-11-18 | 1 | -3/+3 | |
| | | | | | | | | | | | | Allows for better grepping. | |||||
* | | | Merge pull request #104 from blueyed/minor | Rasmus Steinke | 2017-11-18 | 1 | -8/+8 | |
|\ \ \ | | | | | | | | | Minor code cleanup / rephrasing for --bmarks | |||||
| * | | | Update rofi-pass | Rasmus Steinke | 2017-11-18 | 1 | -1/+2 | |
| | | | | | | | | | | | | There are occasions when $? shows the exit code of something else. While this is not one of these situations I'd rather have this consistent. | |||||
| * | | | Minor code cleanup / rephrasing for --bmarks | Daniel Hahler | 2017-11-18 | 1 | -8/+7 | |
| |/ / | ||||||
* | | | Merge pull request #105 from blueyed/checkIfPass-no-rm | Rasmus Steinke | 2017-11-18 | 1 | -2/+1 | |
|\ \ \ | |/ / |/| | | checkIfPass: remove unnecessary `rm` | |||||
| * | | checkIfPass: remove unnecessary `rm` | Daniel Hahler | 2017-11-18 | 1 | -2/+1 | |
|/ / | | | | | | | Uses `>|` to work also with the `noclobber` option being enabled. | |||||
* | | Merge pull request #102 from blueyed/readme | Rasmus Steinke | 2017-11-18 | 1 | -32/+56 | |
|\ \ | |/ |/| | Revisit README | |||||
| * | Update README.md | Rasmus Steinke | 2017-11-18 | 1 | -1/+8 | |
| | | ||||||
| * | Revisit README | Daniel Hahler | 2017-11-18 | 1 | -32/+49 | |
|/ | ||||||
* | also remove in --help output | Rasmus Steinke | 2017-11-01 | 1 | -1/+0 | |
| | ||||||
* | remove unused manageEntry option, fixes #96 | Rasmus Steinke | 2017-11-01 | 1 | -11/+11 | |
| | ||||||
* | show custom root in -mesg, when set via command line | Rasmus Steinke | 2017-11-01 | 1 | -2/+2 | |
| | ||||||
* | add notice about services | Rasmus Steinke | 2017-10-31 | 1 | -0/+1 | |
| | ||||||
* | use greater than operator | Rasmus Steinke | 2017-10-31 | 1 | -1/+1 | |
| | ||||||
* | only show help message if more than one root is specified. fixes #100 | Rasmus Steinke | 2017-10-31 | 1 | -1/+5 | |
| | ||||||
* | rephrase a bit | Rasmus Steinke | 2017-10-29 | 1 | -4/+1 | |
| | ||||||
* | Merge pull request #99 from zeltak/master | Rasmus Steinke | 2017-10-29 | 1 | -0/+16 | |
|\ | | | | | Update README.md | |||||
| * | Update README.md | Rasmus Steinke | 2017-10-29 | 1 | -1/+2 | |
| | | ||||||
| * | Update README.md | zeltak | 2017-10-29 | 1 | -0/+15 | |
|/ | ||||||
* | update screenshot | Rasmus Steinke | 2017-10-29 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of https://github.com/carnager/rofi-pass | Rasmus Steinke | 2017-10-28 | 1 | -13/+17 | |
|\ | ||||||
| * | Merge pull request #98 from blueyed/minor1.5.3 | Rasmus Steinke | 2017-10-26 | 1 | -2/+1 | |
| |\ | | | | | | | minor: remove unused copy_entry, quote entry in mainMenu | |||||
| | * | minor: remove unused copy_entry, quote entry in mainMenu | Daniel Hahler | 2017-10-25 | 1 | -2/+1 | |
| | | | ||||||
| * | | Merge pull request #97 from blueyed/mainmenu-performance | Rasmus Steinke | 2017-10-26 | 1 | -5/+12 | |
| |\ \ | | | | | | | | | Improve performance in mainMenu: short-circuit actions without entries |