Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix linebreak | Rasmus Steinke | 2017-07-21 | 1 | -2/+1 |
| | |||||
* | name pass2csv | Rasmus Steinke | 2017-07-21 | 1 | -1/+2 |
| | |||||
* | Remove debug echo | Rasmus Steinke | 2017-07-21 | 1 | -2/+0 |
| | |||||
* | added csv exporter | Rasmus Steinke | 2017-07-21 | 1 | -0/+75 |
| | |||||
* | fix new password dialog | Rasmus Steinke | 2017-07-18 | 1 | -5/+21 |
| | |||||
* | some more printf fixes | Rasmus Steinke | 2017-07-18 | 1 | -23/+23 |
| | |||||
* | add \n to printf calls | Rasmus Steinke | 2017-07-18 | 1 | -23/+23 |
| | |||||
* | fix username field not being set | Rasmus Steinke | 2017-07-18 | 1 | -2/+2 |
| | |||||
* | add missing bracket | Rasmus Steinke | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | replace all echo calls with printf statements | Rasmus Steinke | 2017-07-17 | 1 | -45/+79 |
| | |||||
* | fix basecommand | Rasmus Steinke | 2017-07-16 | 1 | -1/+1 |
| | |||||
* | Syntax improvements. Thanks moviuro. | Rasmus Steinke | 2017-07-16 | 1 | -49/+37 |
| | |||||
* | turn help message into herdoc | Rasmus Steinke | 2017-07-16 | 1 | -10/+11 |
| | |||||
* | Merge pull request #80 from dkasak/master | Rasmus Steinke | 2017-07-15 | 1 | -85/+86 |
|\ | | | | | Fix copy username action (and some miscellaneous cleanup). | ||||
| * | Fix copy username action. | Denis Kasak | 2017-07-15 | 1 | -1/+1 |
| | | |||||
| * | Sort action dispatching code by rofi exit code for readability. | Denis Kasak | 2017-07-15 | 1 | -5/+5 |
| | | |||||
| * | Indent main() like other functions. | Denis Kasak | 2017-07-15 | 1 | -79/+80 |
| | | |||||
| * | Remove unnecessary -e flag from echo invocation. | Denis Kasak | 2017-07-15 | 1 | -1/+1 |
|/ | |||||
* | fix self execution syntax | Rasmus Steinke | 2017-07-15 | 1 | -1/+1 |
| | |||||
* | sort entries alphabetically. Thanks alexzeitgeist. #75 | Rasmus Steinke | 2017-07-15 | 1 | -1/+1 |
| | |||||
* | Use different return code for mode change | Rasmus Steinke | 2017-07-15 | 1 | -3/+3 |
| | |||||
* | Merge pull request #79 from dkasak/fix-shellcheck-diagnostics | Rasmus Steinke | 2017-07-15 | 1 | -16/+12 |
|\ | | | | | Fix shellcheck diagnostics | ||||
| * | Exit if cd fails. | Denis Kasak | 2017-07-14 | 1 | -1/+1 |
| | | |||||
| * | Remove unused variable assignments. | Denis Kasak | 2017-07-14 | 1 | -3/+0 |
| | | |||||
| * | Remove trailing whitespace. | Denis Kasak | 2017-07-14 | 1 | -2/+2 |
| | | |||||
| * | Remove unused variable. | Denis Kasak | 2017-07-14 | 1 | -1/+0 |
| | | |||||
| * | Specify directory for find explicitly. | Denis Kasak | 2017-07-14 | 1 | -3/+3 |
| | | | | | | | | Some find implementations don't have a default directory functionality. | ||||
| * | Specify -r to read to handle backslashes properly. | Denis Kasak | 2017-07-14 | 1 | -1/+1 |
| | | |||||
| * | Remove extra $(..) to avoid executing output of shell command. | Denis Kasak | 2017-07-14 | 1 | -5/+5 |
|/ | |||||
* | Merge pull request #77 from dkasak/silence-notifications | Rasmus Steinke | 2017-07-14 | 1 | -1/+8 |
|\ | | | | | Silence remaining notification when notify is false. | ||||
| * | Silence remaining notification when notify is false (ref #76) | Denis Kasak | 2017-07-14 | 1 | -1/+8 |
| | | |||||
* | | move empty tab option to config | Rasmus Steinke | 2017-07-14 | 2 | -13/+13 |
|/ | |||||
* | check for notify variable. fixes #76 | Rasmus Steinke | 2017-07-06 | 1 | -3/+15 |
| | |||||
* | remove redundant echo | Rasmus Steinke | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | remove redundant awk call | Rasmus Steinke | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | make last commit work in other modes | Rasmus Steinke | 2017-06-22 | 2 | -35/+35 |
| | |||||
* | allow to set default autotype sequence in config file | Rasmus Steinke | 2017-06-21 | 2 | -0/+5 |
| | |||||
* | fix keybindings for latest rofi | Rasmus Steinke | 2017-06-07 | 1 | -13/+13 |
| | |||||
* | disable autoselect in default config, fixes #73 | Rasmus Steinke | 2017-06-02 | 1 | -1/+1 |
| | |||||
* | let the user enter their own setxkbmap command. more error-prone and flexible1.5.0 | Rasmus Steinke | 2017-05-21 | 2 | -31/+7 |
| | |||||
* | better help text | Rasmus Steinke | 2017-05-21 | 1 | -7/+7 |
| | |||||
* | better defaults | Rasmus Steinke | 2017-05-21 | 1 | -4/+4 |
| | |||||
* | split keyboard options | Rasmus Steinke | 2017-05-21 | 2 | -10/+30 |
| | |||||
* | Merge pull request #72 from fd0/use-find | Rasmus Steinke | 2017-05-02 | 1 | -5/+3 |
|\ | | | | | Use find instead of globstar | ||||
| * | Use find instead of globstar | Alexander Neumann | 2017-05-02 | 1 | -5/+3 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In my password store in have symlinks to other directories (pointing to a separate git repository with passwords): ~/.password-store ├── foo.txt.gpg ├── Hardware -> /home/user/repos/passwords-Hardware └── secret.txt.gpg In the "passwords-Hardware" repo the structure was as follows: ~/repos/passwords-Hardware: ├── device.txt.gpg ├── extern │ └── simple.txt.gpg └── other.txt.gpg I wondered why rofi-pass would only show some passwords stored in the other repository (namely `device.txt` and `other.txt`), but not the files from the subdir (`simple.txt`). Today I took the time to properly debug this. Turns out, the bash `globstar` option doesn't play well with symlinks (as opposed to the original zsh implementation, which I've been happily using for years): In bash, `**` matches a symlink, but nothing below the symlink (if it points to a directory). So `**/*.gpg` matches `device.txt.gpg` and `other.txt.gpg`, but not `extern/simple.txt.gpg`. Using `pass` works very well (as it has been for years), because it also traverses symlinked directories. So I propose not using `globstar` for finding the passwords in the repo. This commit switches to calling `find`. The loop used in the code is safe with filenames containing spaces. Let me know what you think. | ||||
* | Merge pull request #69 from fd0/disable-repeat | Rasmus Steinke | 2017-04-22 | 1 | -0/+24 |
|\ | | | | | Add repeat disabling for remaining fields | ||||
| * | Add repeat disabling for remaining fields | Alexander Neumann | 2017-04-22 | 1 | -0/+24 |
|/ | |||||
* | Merge pull request #68 from fd0/disable-repeat | Rasmus Steinke | 2017-04-22 | 1 | -0/+7 |
|\ | | | | | Disable keyboard repeat for autopass | ||||
| * | Disable keyboard repeat for autopass | Alexander Neumann | 2017-04-21 | 1 | -0/+7 |
|/ | | | | | | | | This commit disables keyboard auto repeat during automatic password entry with xdotool, and reenables auto repeat afterwards only if it was enabled before. This procedure reduces accidentally repeated keys a lot. Closes #67 | ||||
* | add -kb-accept-entry "!Return" to default arguments | Rasmus Steinke | 2017-04-09 | 1 | -1/+1 |
| |