aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* try to fix password-only entries1.4.2Rasmus Steinke2016-08-171-10/+12
|
* fix password copyRasmus Steinke2016-08-171-2/+2
|
* remove redundant echoRasmus Steinke2016-08-062-5/+4
|
* remove leading whitespaceRasmus Steinke2016-08-051-8/+6
|
* also allow "autotype"Rasmus Steinke2016-08-051-0/+2
|
* mention autopass valueRasmus Steinke2016-08-052-3/+1
|
* fix autotype1.4.1Rasmus Steinke2016-08-051-4/+7
|
* get rid of unused count variableRasmus Steinke2016-08-052-9/+0
|
* get rid of duplicate settingRasmus Steinke2016-08-052-4/+3
|
* show current default_do in help messageRasmus Steinke2016-08-051-1/+1
|
* add missing typemenu hotkeyRasmus Steinke2016-08-051-0/+2
|
* Remove leading whitespace from fields, fixes #51Rasmus Steinke2016-08-051-3/+3
|
* Respect default_do config setting and allow "menu" value. Fixes #52Rasmus Steinke2016-08-052-17/+25
|
* fix --show-lastRasmus Steinke2016-08-041-1/+20
|
* dont run setxkbmap if keyboard variable is unset1.4Rasmus Steinke2016-08-042-2/+4
|
* let user set keyboard layout, hopefully fixes #34Rasmus Steinke2016-07-312-0/+4
|
* set default config valuesRasmus Steinke2016-07-311-0/+36
|
* remove strange while loopRasmus Steinke2016-07-281-1/+1
|
* simplify show menuRasmus Steinke2016-07-281-11/+13
|
* check for ESC before creating arrayRasmus Steinke2016-07-281-2/+4
|
* dont rely on perl regex for grepRasmus Steinke2016-07-281-56/+14
|
* add darwin to list of supported osRasmus Steinke2016-07-281-0/+1
|
* Merge pull request #47 from gregf/bsd_supportRasmus Steinke2016-07-283-5/+14
|\ | | | | Add support for BSD
| * Add support for BSDGreg Fitzgerald2016-07-283-5/+14
|/
* remove pngRasmus Steinke2016-07-271-0/+0
|
* update screenshotRasmus Steinke2016-07-271-0/+0
|
* update shotRasmus Steinke2016-07-272-1/+1
|
* add small delayRasmus Steinke2016-07-261-15/+23
|
* get rid of awk calls for generation of arrayRasmus Steinke2016-07-261-10/+7
|
* change message stringRasmus Steinke2016-07-261-1/+1
|
* remove trailing white spaceRasmus Steinke2016-07-261-2/+2
|
* change defaults. Enter shows menu with fields to type now. Hotkeys 1-3 ↵Rasmus Steinke2016-07-261-98/+86
| | | | remain (autotype, type user, type password)
* quote variableRasmus Steinke2016-07-161-1/+1
|
* write temporary files to ~/.cacheRasmus Steinke2016-07-161-12/+14
|
* Merge pull request #44 from qbit/masterRasmus Steinke2016-06-291-1/+1
|\ | | | | remove static path to bash
| * remove static path to bashAaron Bieber2016-06-281-1/+1
|/ | | | | Not all systems install bash into /bin (FreeBSD and OpenBSD for example). This switches to `env` which lets us find bash anywhere in $PATH. `/usr/bin/env` exists on virtually every system claiming to be POSIX compliant.
* change help messageRasmus Steinke2016-06-151-1/+1
|
* modernize UIRasmus Steinke2016-06-151-374/+407
|
* put url in new password files, if clipboard content starts with httpRasmus Steinke2016-06-151-12/+39
|
* put quotesRasmus Steinke2016-05-271-6/+6
|
* remove -z optionRasmus Steinke2016-05-271-1/+1
|
* combine sed calls into oneRasmus Steinke2016-05-271-1/+1
|
* dont show groups for files in root directoryRasmus Steinke2016-05-271-1/+1
|
* add missing bracketRasmus Steinke2016-05-271-1/+1
|
* make dialog fasterRasmus Steinke2016-05-271-1/+1
|
* use USERNAME_field in --insert dialogRasmus Steinke2016-05-271-3/+3
|
* fix firefox and roundcubeRasmus Steinke2016-05-261-6/+6
|
* Merge pull request #42 from carnager/templateRasmus Steinke2016-05-252-96/+25
|\ | | | | merge Template branch
| * merging of master into template branchRasmus Steinke2016-05-251-10/+10
| |\ | |/ |/|
* | Merge pull request #41 from dhxgit/masterRasmus Steinke2016-05-251-14/+24
|\ \ | | | | | | This really fixes #39