aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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.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
|\
| * Exit if cd fails.Denis Kasak2017-07-141-1/+1
| * Remove unused variable assignments.Denis Kasak2017-07-141-3/+0
| * Remove trailing whitespace.Denis Kasak2017-07-141-2/+2
| * Remove unused variable.Denis Kasak2017-07-141-1/+0
| * Specify directory for find explicitly.Denis Kasak2017-07-141-3/+3
| * Specify -r to read to handle backslashes properly.Denis Kasak2017-07-141-1/+1
| * Remove extra $(..) to avoid executing output of shell command.Denis Kasak2017-07-141-5/+5
|/
* Merge pull request #77 from dkasak/silence-notificationsRasmus Steinke2017-07-141-1/+8
|\
| * Silence remaining notification when notify is false (ref #76)Denis Kasak2017-07-141-1/+8
* | move empty tab option to configRasmus Steinke2017-07-142-13/+13
|/
* check for notify variable. fixes #76Rasmus Steinke2017-07-061-3/+15
* remove redundant echoRasmus Steinke2017-06-221-1/+1
* remove redundant awk callRasmus Steinke2017-06-221-1/+1
* make last commit work in other modesRasmus Steinke2017-06-222-35/+35
* allow to set default autotype sequence in config fileRasmus Steinke2017-06-212-0/+5
* fix keybindings for latest rofiRasmus Steinke2017-06-071-13/+13
* disable autoselect in default config, fixes #73Rasmus Steinke2017-06-021-1/+1
* let the user enter their own setxkbmap command. more error-prone and flexible1.5.0Rasmus Steinke2017-05-212-31/+7
* better help textRasmus Steinke2017-05-211-7/+7
* better defaultsRasmus Steinke2017-05-211-4/+4
* split keyboard optionsRasmus Steinke2017-05-212-10/+30
* Merge pull request #72 from fd0/use-findRasmus Steinke2017-05-021-5/+3
|\
| * Use find instead of globstarAlexander Neumann2017-05-021-5/+3
|/
* Merge pull request #69 from fd0/disable-repeatRasmus Steinke2017-04-221-0/+24
|\
| * Add repeat disabling for remaining fieldsAlexander Neumann2017-04-221-0/+24
|/
* Merge pull request #68 from fd0/disable-repeatRasmus Steinke2017-04-221-0/+7
|\
| * Disable keyboard repeat for autopassAlexander Neumann2017-04-211-0/+7
|/
* add -kb-accept-entry "!Return" to default argumentsRasmus Steinke2017-04-091-1/+1