aboutsummaryrefslogtreecommitdiffstats
path: root/rofi-pass
Commit message (Expand)AuthorAgeFilesLines
* Fix password listing regression (#179)Christian Kohlstedde2020-07-221-12/+8
* Fix help with heredoc statementChristian Kohlstedde2020-07-221-9/+10
* Reindent with vimChristian Kohlstedde2020-07-221-45/+57
* Merge pull request #179 from didjcodt/symlinkRasmus Steinke2020-06-121-1/+1
|\
| * Follow symlinks while listing keysClément Decoodt2019-09-261-1/+1
* | Follow XDG Base Directory Specification for Config DirectoriesDarshit Shah2020-05-071-1/+2
* | Make the entire directory tree when creating the cache directoryDarshit Shah2020-05-071-1/+1
* | Follow XDG Base Directory Specification for Cache DirectoriesDarshit Shah2020-05-071-11/+13
* | Add default _pwgen() implementationJoel Bradshaw2019-10-291-0/+4
|/
* Fix help menu identationKonstantinos Natsakis2019-06-071-17/+17
* (fix #166): password hiddenIsaac Lo2019-04-231-3/+3
* Add path autotype featurePatrik Cyvoct2019-01-181-0/+1
* Merge branch 'master' of https://github.com/carnager/rofi-passRasmus Steinke2018-11-151-6/+7
|\
| * add config variable for pass clearing delayPau Oliver2018-10-051-6/+7
* | 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-281-1/+1
* fix formatting, as mentioned in #140Rasmus Steinke2018-08-121-4/+4
* when typing, make delay between keypresses configurableFrank Steinborn2018-08-121-6/+7
* 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
* replace remaining uses of echo(1) with printf(1)Amin Bandali2018-05-141-3/+3
* get rid of the empty line after autotypeAmin Bandali2018-05-131-1/+1
* 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-101-692/+694
* Return from mainMenu when switching rootAdriaan Groenenboom2018-04-221-4/+4
* add option to (not) open new password entries in editor, fixes #122Rasmus Steinke2018-03-281-1/+5
* re-submission of latest changes2.0.1Rasmus Steinke2018-03-251-9/+0
* add qrcode support2.0.0Rasmus Steinke2018-03-241-7/+16
|\
| * make rofi-pass mostly pass shellcheckRasmus Steinke2018-03-241-8/+9
| * remove unused variableRasmus Steinke2018-03-231-1/+0
| * add qrcode section to config, change default viewerRasmus Steinke2018-03-221-1/+1
| * 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-221-0/+40
|/
* fixed loading multiple config files to one, see #118Philip Gawehn2018-03-141-14/+20
* add ROFI_PASS_CONFIG environment variablePhilip Gawehn2018-03-091-0/+5
* Merge branch 'master' of https://github.com/carnager/rofi-passRasmus Steinke2018-02-041-1/+1
|\
| * Add ROFI_PASS_DEFAULT_USER environment variableIvan Malison2018-01-181-1/+1
* | fix missing fields with FILE=Rasmus Steinke2018-02-041-2/+2
|/
* show line breaks for --show-lastRasmus Steinke2018-01-141-3/+3
* Merge pull request #101 from moviuro/otpRasmus Steinke2017-12-221-5/+40
|\
| * Merge remote-tracking branch 'upstream/master' into otpMoviuro2017-12-051-13/+12
| |\
| * | rofi-pass: the "OTP" field will appear in rofi when applicableMoviuro2017-12-051-4/+1
| * | 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
| * | rofi-pass: first integration of pass-otp(1)Moviuro2017-11-121-3/+11
* | | Fix password -> pass typo in typeMenuGergely Risko2017-12-011-1/+1
| |/ |/|
* | Merge pull request #103 from blueyed/pass-showRasmus Steinke2017-11-181-3/+3
|\ \