Commit Briefs

Sören Tempel

Bump version to 1.3.2 (tags/1.3.2)


Sören Tempel

Update copyright year



Sören Tempel

Workaround for field splitting issue

Not perfect but good enough for now I guess. See #6


Sören Tempel

Add a missing punctuation mark



Sören Tempel

Don't use shift at all

Both available commands (insert and show) only accept a single argument so handling the command line arguments this way is easier and more foolproof. This fixes issue #5.


Sören Tempel

Bump version to 1.3.1 (tags/1.3.1)


Sören Tempel

Revert "exit if any command fails"

This reverts commit ffe30805eadc42fd1fed4b8e37b4e8a8712c3efb.


Sören Tempel

Bump version to 1.3 (tags/1.3)


Sören Tempel

Revert "make abort behave more like echo itself"

This reverts commit 8c2f8d546a5097ee77977ecb74907b6ad0eae686.



Sören Tempel

make abort behave more like echo itself


Sören Tempel

yet another style fix


Sören Tempel

exit if any command fails


Sören Tempel

tpm improve input handling


Sören Tempel

stdout -> standard output


Sören Tempel

Implement some shellcheck suggestions


Sören Tempel

Clarify description of show command



Sören Tempel

style fixes


Sören Tempel

Use printf instead of echo.

`echo` is [quirky][posix-echo]. Backslashes may (or may not) be expanded and using `-n` as a password (I hope you don't, but still) could (or could not) work. `printf` solves all those problems! Was the ending newline needed? [posix-echo]: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/echo.html




Sören Tempel

Fix syntax error