aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * copy username properlyMidov2017-09-261-1/+1
| |
* | Use message for password store indication. remove general help headerRasmus Steinke2017-10-182-8/+2
| |
* | Merge pull request #90 from nilcons-contrib/masterRasmus Steinke2017-10-182-12/+27
|\ \ | | | | | | Add support for multiple roots
| * | Add support for multiple rootsGergely Risko2017-10-182-9/+24
| | | | | | | | | | | | | | | These multiple roots can be given with --root (colon separated) and navigation is supported with Shift+Left and Shift+Right.
| * | Fix places, where root was not properly exportedGergely Risko2017-10-181-3/+3
|/ /
* | Merge pull request #91 from nilcons-contrib/find-symlinkRasmus Steinke2017-10-181-4/+4
|\ \ | | | | | | Follow symlinks in the pass store
| * | Follow symlinks in the pass storeGergely Risko2017-10-171-4/+4
|/ /
* | make delay configurable and make sure it is always used. fixes and enhances #881.5.2Rasmus Steinke2017-10-032-7/+11
| |
* | fix rofi calls ignoring custom options from config fileRasmus Steinke2017-10-031-6/+6
|/
* use spaces instead of tabsRasmus Steinke2017-09-201-12/+12
|
* add option to hide help messageRasmus Steinke2017-09-142-19/+28
|
* reduce _rofi to a minimumRasmus Steinke2017-08-022-3/+3
|
* prepare for release1.5.1Rasmus Steinke2017-07-301-1/+1
|
* add exit codes to generatePass function. Mention domain for insertPassRasmus Steinke2017-07-291-14/+35
|
* Mention pwgenRasmus Steinke2017-07-281-0/+1
|
* Merge pull request #82 from AlexDaniel/masterRasmus Steinke2017-07-281-1/+0
|\ | | | | Remove double definition of password_length
| * Remove double definition of password_lengthAleks-Daniel Jakimenko-Aleksejev2017-07-281-1/+0
|/ | | | | Second definition (a few lines below) makes this one effectively useless.
* fix version stringRasmus Steinke2017-07-271-1/+1
|
* fix linebreakRasmus Steinke2017-07-211-2/+1
|
* name pass2csvRasmus Steinke2017-07-211-1/+2
|
* Remove debug echoRasmus Steinke2017-07-211-2/+0
|
* added csv exporterRasmus Steinke2017-07-211-0/+75
|
* fix new password dialogRasmus Steinke2017-07-181-5/+21
|
* some more printf fixesRasmus Steinke2017-07-181-23/+23
|
* add \n to printf callsRasmus Steinke2017-07-181-23/+23
|
* fix username field not being setRasmus Steinke2017-07-181-2/+2
|
* add missing bracketRasmus Steinke2017-07-171-1/+1
|
* replace all echo calls with printf statementsRasmus Steinke2017-07-171-45/+79
|
* fix basecommandRasmus Steinke2017-07-161-1/+1
|
* Syntax improvements. Thanks moviuro.Rasmus Steinke2017-07-161-49/+37
|
* turn help message into herdocRasmus Steinke2017-07-161-10/+11
|
* Merge pull request #80 from dkasak/masterRasmus Steinke2017-07-151-85/+86
|\ | | | | Fix copy username action (and some miscellaneous cleanup).
| * Fix copy username action.Denis Kasak2017-07-151-1/+1
| |
| * Sort action dispatching code by rofi exit code for readability.Denis Kasak2017-07-151-5/+5
| |
| * Indent main() like other functions.Denis Kasak2017-07-151-79/+80
| |
| * Remove unnecessary -e flag from echo invocation.Denis Kasak2017-07-151-1/+1
|/
* fix self execution syntaxRasmus Steinke2017-07-151-1/+1
|
* sort entries alphabetically. Thanks alexzeitgeist. #75Rasmus Steinke2017-07-151-1/+1
|
* Use different return code for mode changeRasmus Steinke2017-07-151-3/+3
|
* Merge pull request #79 from dkasak/fix-shellcheck-diagnosticsRasmus Steinke2017-07-151-16/+12
|\ | | | | Fix shellcheck diagnostics
| * Exit if cd fails.Denis Kasak2017-07-141-1/+1
| |