carnager / rofi-pass

rofi frontend for pass
GNU General Public License v3.0
696 stars 122 forks source link

Fix handling of filenames with spaces (regression #179) + clean formating #198

Closed chrko closed 4 years ago

chrko commented 4 years ago

In addition to #179 I stumbled through the code before checking for bug reports or pull requests (reworded my commit messages afterwards) and came up with a different solution than proposed in #194. Before fixing the issue itself I stumbled over different indentations, therefore added an editorconfig file and reindent with vim. Afterwards, I usually check shell scripts with https://github.com/koalaman/shellcheck and came up with some quick fixes which are also included in this pull request.