aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| * | | Update rofi-passRasmus Steinke2017-11-181-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 --bmarksDaniel Hahler2017-11-181-8/+7
| |/ /
* | | Merge pull request #105 from blueyed/checkIfPass-no-rmRasmus Steinke2017-11-181-2/+1
|\ \ \ | |/ / |/| | checkIfPass: remove unnecessary `rm`
| * | checkIfPass: remove unnecessary `rm`Daniel Hahler2017-11-181-2/+1
|/ / | | | | | | Uses `>|` to work also with the `noclobber` option being enabled.
* | Merge pull request #102 from blueyed/readmeRasmus Steinke2017-11-181-32/+56
|\ \ | |/ |/| Revisit README
| * Update README.mdRasmus Steinke2017-11-181-1/+8
| |
| * Revisit READMEDaniel Hahler2017-11-181-32/+49
|/
* also remove in --help outputRasmus Steinke2017-11-011-1/+0
|
* remove unused manageEntry option, fixes #96Rasmus Steinke2017-11-011-11/+11
|
* show custom root in -mesg, when set via command lineRasmus Steinke2017-11-011-2/+2
|
* add notice about servicesRasmus Steinke2017-10-311-0/+1
|
* use greater than operatorRasmus Steinke2017-10-311-1/+1
|
* only show help message if more than one root is specified. fixes #100Rasmus Steinke2017-10-311-1/+5
|
* rephrase a bitRasmus Steinke2017-10-291-4/+1
|
* Merge pull request #99 from zeltak/masterRasmus Steinke2017-10-291-0/+16
|\ | | | | Update README.md
| * Update README.mdRasmus Steinke2017-10-291-1/+2
| |
| * Update README.mdzeltak2017-10-291-0/+15
|/
* update screenshotRasmus Steinke2017-10-291-1/+1
|
* Merge branch 'master' of https://github.com/carnager/rofi-passRasmus Steinke2017-10-281-13/+17
|\
| * Merge pull request #98 from blueyed/minor1.5.3Rasmus Steinke2017-10-261-2/+1
| |\ | | | | | | minor: remove unused copy_entry, quote entry in mainMenu
| | * minor: remove unused copy_entry, quote entry in mainMenuDaniel Hahler2017-10-251-2/+1
| | |
| * | Merge pull request #97 from blueyed/mainmenu-performanceRasmus Steinke2017-10-261-5/+12
| |\ \ | | | | | | | | Improve performance in mainMenu: short-circuit actions without entries
| | * | Improve performance in mainMenu: short-circuit actions without entriesDaniel Hahler2017-10-251-5/+12
| | |/ | | | | | | | | | This makes e.g. displaying the help faster.
| * | Merge pull request #93 from nilcons-contrib/autotype-firstRasmus Steinke2017-10-261-1/+3
| |\ \ | | |/ | |/| Sort autotype to be always the first entry in type menu
| | * Sort autotype to be always the first entry in type menuGergely Risko2017-10-251-1/+3
| | |
| * | Merge pull request #92 from nilcons-contrib/masterRasmus Steinke2017-10-181-4/+0
| |\ \ | | | | | | | | Cleanup: remove unused HELP variables
| | * | Cleanup: remove unused HELP variablesGergely Risko2017-10-181-4/+0
| | |/
| * | Merge pull request #86 from Midek/masterRasmus Steinke2017-10-181-1/+1
| |\ \ | | |/ | |/| copy username properly