63b0859 - realgeorgewashington2021-04-15 10:53
update README, get rid of grep -G
f920ab3 - Klemens Nanni2017-10-22 14:26
Echo back characters after password prompt
74bc75b - Klemens Nanni2017-10-22 14:20
Define view as function not alias
ff5090c - Klemens Nanni2017-10-22 13:06
Simplify README
156e049 - Klemens Nanni2017-10-22 12:56
Fix umask regression introduced in last commit
3de9f20 - Klemens Nanni2017-08-15 15:53
Fix umask for zsh and bash
5553a36 - Klemens Nanni2017-04-22 01:46
Prevent directory traversals outside of $PASSWORD_STORE_DIR
e0d7a47 - Klemens Nanni2017-04-22 01:27
Make sure rm(1) is called directly, style fixes
9d0021f - Klemens Nanni2017-04-10 23:41
Use more appropiate umask, change order of checks
ffef685 - Klemens Nanni2017-03-27 14:17
Fix mdoc(7) formatting
6fb3a31 - Klemens Nanni2017-03-27 12:51
Add dmenu(1) example
e2827a8 - Klemens Nanni2017-03-24 13:48
Improve/update manual page
7cd6d00 - Klemens Nanni2017-03-23 02:49
Simplify Makefile, remove sh extension
e5e9f53 - Klemens Nanni2017-03-23 02:33
Drop obsolete parantheses in find()
ac2f4ad - Klemens Nanni2017-03-23 02:00
Small fixes, drop gpg filename extension
1b7ee2a - Klemens Nanni2017-03-22 21:39
Rewrite manual page
9cc429f - Klemens Nanni2017-03-21 01:07
Simplify find(), stylefixes
f78ad33 - Klemens Nanni2016-11-20 02:52
Fix $ (regex) in entry names
2ac8d19 - Klemens Nanni2016-11-06 02:12
Bump version to 1.5.0
f74ef5c - Klemens Nanni2016-11-02 02:14
Use basic regular expressions, simplify code
25089a9 - Klemens Nanni2016-09-16 03:21
Bump version to 1.4.7
62546d4 - Klemens Nanni2016-09-16 03:10
Fix off-by-one, use && not '-a'
96cd2f6 - Klemens Nanni2016-09-16 01:30
Add password only if directory exists
238e74c - Klemens Nanni2016-09-15 23:29
Clarify ambigious check() call, remove line break
bc26db5 - Klemens Nanni2016-09-15 01:09
Test line count before checking files in check()
17cc560 - Klemens Nanni2016-08-15 22:10
Fix regression in 'list' command when used with '-g'
63ad505 - Klemens Nanni2016-08-05 17:50
Bump version to 1.4.6
6d22886 - Klemens Nanni2016-08-05 18:13
Use find(1)'s printf not sed(1)
82e26fd - Klemens Nanni2016-08-05 17:41
Fix parsing of 'list', change wording
203ea65 - Klemens Nanni2016-07-31 11:07
Always print usage on error
dc2cb0c - Klemens Nanni2016-07-31 00:34
Quote 'group' variable
9492135 - Sören Tempel2016-05-25 00:02
Use conditional assignment operator in Makefile
c5c5449 - Klemens Nanni2016-07-19 17:37
Fix qouting, rename die() to abort()
e936e9c - Klemens Nanni2016-07-19 16:47
Strip $STORE_DIR from 'search' output, add example
b70e5ff - Klemens Nanni2016-07-12 12:48
Fix empty directories being created
cea14f0 - Klemens Nanni2016-07-05 03:24
Bump version to 1.4.5
14692d4 - Klemens Nanni2016-07-05 03:23
Restructure man page, Use OPTIONS section
4324e70 - Klemens Nanni2016-07-05 02:45
Ship man page directly, no need for pod2man(1)
63ad458 - Klemens Nanni2016-06-30 11:41
Remove colors from 'search', add example to manpage
3b43ce5 - Klemens Nanni2016-06-18 15:30
Bump version to 1.4.4
d239c4d - Klemens Nanni2016-06-18 14:49
Show relative paths and use colors in 'search'
de26bd2 - Klemens Nanni2016-06-17 01:35
Do not use mkdir(1) in 'list', use shell substitutions
5aa72ae - Klemens Nanni2016-06-16 23:57
Create 'view' helper function, improve error message
66fdd2c - Klemens Nanni2016-06-16 16:17
Fix README
c82959c - Klemens Nanni2016-06-16 01:03
Add basic search functionality
2327a12 - Klemens Nanni2016-06-16 00:37
Make code more modular, rename _find() to search()
9b0d87b - Klemens Nanni2016-06-16 00:25
Merge common check, remove unneeded quotes
5e65a54 - Klemens Nanni2016-06-08 22:00
README: Change wording, typofix
4901355 - Klemens Nanni2016-06-07 14:59
Update README, remove duplicate examples
c32c9bb - Klemens Nanni2016-06-03 19:24
Bump version to 1.4.3
e36ef45 - Klemens Nanni2016-06-03 17:14
Prepend 'Error: ' to messages, merge full stop into die()
fcdc5dc - Klemens Nanni2016-06-03 17:10
'list' may be used without arguments
4a52711 - Klemens Nanni2016-06-03 16:58
Print cosmetic newline at end of del()
5177309 - Klemens Nanni2016-06-03 12:11
Move check for empty password from add() to readpw()
16a7ee3 - Klemens Nanni2016-06-03 03:55
Simplify readpw(), use &&/|| not if/else
369bd73 - Klemens Nanni2016-06-03 03:34
Immediately stop searching on second match
9c319f1 - Klemens Nanni2016-06-03 01:59
Allow patterns in 'del', add helper function
5f384cd - Klemens Nanni2016-06-03 01:40
Remove unneccessary check in 'show' function
7fb7e5e - Klemens Nanni2016-06-01 18:29
Remove debug echo
a94f0f3 - Klemens Nanni2016-05-30 12:37
Work around nested quotes
b34b62b - Klemens Nanni2016-05-29 17:45
Break lines after 72 characters
cfc675b - Klemens Nanni2016-05-29 17:38
Show groups first, sort by entry name on 'list'
fb0ee58 - Klemens Nanni2016-05-29 13:14
Properly escape whitespaces in ${PASSWORD_STORE_KEY}
4b216a4 - Klemens Nanni2016-05-29 13:07
Do not remove ${STORE_DIR} from 'list' output
e90b46f - Klemens Nanni2016-05-29 12:32
Use less(1) in 'list' to handle long output properly
47fc1fb - Klemens Nanni2016-05-29 00:18
Revert "Write error messages to stderr only"
01f5b8e - Klemens Nanni2016-05-27 01:58
Allow listing groups only with '-g'
604da37 - Klemens Nanni2016-05-25 18:34
Rename tpm to spm (simple massword manager)
76b0711 - Klemens Nanni2016-05-24 19:07
Find symlinks on 'show' as well
0d9f2de - Klemens Nanni2016-05-16 15:32
Update reference to kl3/dotfiles
37f1290 - Klemens Nanni2016-05-16 04:12
Add stderr, stdout and exit status sections to man page
2ce3615 - Klemens Nanni2016-05-16 04:12
Write error messages to stderr only
a489eed - Klemens Nanni2016-05-16 02:03
Bump version to 1.4.1
a085d22 - Klemens Nanni2016-05-16 02:14
Add note about listing all entries
3812d8a - Klemens Nanni2016-05-16 02:00
Strip '.gpg' suffix from symlinks in 'list' output as well
bdf336c - Klemens Nanni2016-05-16 01:56
Strip ${STORE_DIR} from group name on 'list' output
3ad594d - Klemens Nanni2016-05-16 01:47
Add notes about using ln(1)
723efbe - Klemens Nanni2016-05-16 01:20
Do not print empty line on list command
6698664 - Klemens Nanni2016-05-16 01:19
Fix syntax for mentioning git(1) in man page
1c2ed54 - Klemens Nanni2016-05-16 01:17
Change synposis from {insert,remove,abort} to {add,del,die}
5e385e1 - Klemens Nanni2016-05-16 01:08
Move 'help' description to the end of the man page
bfe9925 - Klemens Nanni2016-05-16 01:03
Remove negation/swap if..else blocks (style fix)
cfb81e8 - Klemens Nanni2016-05-16 01:01
Reword error messages
414bfc6 - Klemens Nanni2016-05-15 23:54
Add .sh suffix to indicate tpm being shell script
d7962a1 - Klemens Nanni2016-05-15 23:51
No need for usage(), refer to man page as well
e0b79cc - Klemens Nanni2016-05-15 23:40
Update man page
e758cfd - Klemens Nanni2016-05-15 19:14
Simplify error message
30d27cd - Klemens Nanni2016-05-14 16:39
Bump version to 1.4
6608514 - Klemens Nanni2016-03-12 18:49
No need to declare password variable
0cbf53f - Klemens Nanni2016-03-12 18:16
Fail properly on missing arguments
64e7a0d - Klemens Nanni2016-03-12 18:00
Remove superfluous #s
1c7d239 - Klemens Nanni2016-03-12 17:54
Use tabs not spaces, remove fixed vim parameters
fdcef65 - Klemens Nanni2016-03-12 17:46
Change wording, use single quotes
d48a560 - Klemens Nanni2016-03-03 15:27
Add simple and readable README
115e463 - Klemens Nanni2016-03-02 05:13
Use printf not echo
d98b71f - Klemens Nanni2016-03-02 05:08
Remove note on entry removal (rm already does that)
78c0b27 - Klemens Nanni2016-03-02 05:07
Remove txt extension from license file
39eeb5c - Klemens Nanni2016-03-02 05:05
Check permissions as well
1195a1c - Klemens Nanni2016-03-02 04:57
Add my name to copyright/license header
c80a28b - Klemens Nanni2016-03-02 04:56
Update manpage
83db637 - Klemens Nanni2016-03-02 04:09
Match entries on patterns as well
65de030 - Klemens Nanni2016-03-02 02:28
Use colors, follow symlinks when listing entries
56c1d7b - Klemens Nanni2016-03-01 23:49
Hide .gpg extension when listing entries
cebb086 - Klemens Nanni2016-02-29 21:24
Sort functions alphabetically
e7c383e - Klemens Nanni2016-02-29 21:22
Add remove function
8346d75 - Klemens Nanni2016-02-29 20:56
Revert "No need for dirname"
4a8356c - Klemens Nanni2016-02-29 20:52
Do not look for .gpg-id file (pass compatibility)
ec1d6d7 - Klemens Nanni2016-02-29 20:50
s,password-store,tpm, in README as well
17b5a4d - Klemens Nanni2016-02-29 20:46
Use ~/.tpm as default password directory
0a66d59 - Klemens Nanni2016-02-29 09:06
No need for dirname
edd0085 - Klemens Nanni2016-02-29 08:48
Do not prune empty groups
48162ee - Klemens Nanni2016-02-29 08:38
Simplify case structure
65a5b7b - Klemens Nanni2016-02-29 08:30
Change comment style
7af28bc - Klemens Nanni2016-02-29 08:29
No need for entry_name and entry_path
a06079f - Klemens Nanni2016-02-27 20:08
Remove brackets from usage string
74c7bd2 - Klemens Nanni2016-02-27 20:07
Remove obsolete echo
68b9220 - Klemens Nanni2016-02-27 20:06
Simplify short if-statements
362ea0a - Klemens Nanni2016-02-27 19:55
Add missing newline
135cf33 - Klemens Nanni2016-02-27 19:44
List entries on list command
2f2dc99 - Klemens Nanni2016-02-27 18:43
Remove {Ba,Z}sh completion
f337aad - Klemens Nanni2016-02-27 18:33
List all entries when no command is given
ff7f52a - Klemens Nanni2016-02-27 17:45
Add help command and usage function
7c9c6c3 - Klemens Nanni2016-02-27 17:21
Add missing period in parsing error message
2b117e0 - Klemens Nanni2016-02-27 17:21
Use newlines in case structure
ffd5a3e - Sören Tempel2015-10-12 21:35
Don't use shift at all
ecb67d9 - Sören Tempel2015-09-29 14:08
Bump version to 1.3.1
b38c7f8 - Sören Tempel2015-09-29 14:07
Revert "exit if any command fails"
6b04947 - Sören Tempel2015-09-27 20:21
Bump version to 1.3
c5ccac8 - Sören Tempel2015-09-27 20:21
Revert "make abort behave more like echo itself"
4e2dded - Sören Tempel2015-09-27 19:59
Don't quote PASSWORD_STORE_KEY in GPG_OPTS
8c2f8d5 - Sören Tempel2015-09-26 23:29
make abort behave more like echo itself
7b6ed89 - Sören Tempel2015-09-25 21:48
yet another style fix
ffe3080 - Sören Tempel2015-09-25 21:47
exit if any command fails
44475a2 - Sören Tempel2015-09-25 21:44
tpm improve input handling
5e6676a - Sören Tempel2015-09-25 13:28
stdout -> standard output
a3e9af3 - Sören Tempel2015-09-25 00:02
Implement some shellcheck suggestions
c41cfe9 - Sören Tempel2015-09-24 21:42
Clarify description of show command
0974387 - Sören Tempel2015-09-24 21:36
Add BINDIR and MANDIR variables to Makefile
6c4dd8c - Sören Tempel2015-09-24 21:31
style fixes
128a135 - Otto Modinos2015-07-04 03:14
Use printf instead of echo.
d4c9e19 - Sören Tempel2015-06-28 01:27
Don't use variables in the printf format string
67ebac1 - Sören Tempel2015-06-11 15:28
Mention that tpm is POSIX shell compatible
e106984 - Bjarni R. Einarsson2015-06-10 13:30
Fix syntax error
4731385 - Sören Tempel2015-05-26 19:35
Don't overwrite entries by default
bad9c32 - Sören Tempel2015-05-26 19:23
Fix readpw function for non-terminal devices
1268209 - Sören Tempel2015-03-19 11:43
use -e to test if a file exists
b949afa - Sören Tempel2015-03-18 00:10
PASSWORD_STORE_KEY overwrites .gpg-id
ab4c8b5 - Sören Tempel2015-03-14 12:44
Fix installation of man pages
f6a5d54 - Sören Tempel2015-03-13 17:37
grammar
fbc3a6a - Sören Tempel2015-03-13 17:24
The entry isn't an optional argument either
38aef7c - Sören Tempel2015-03-13 17:16
Very minimal Makefile cleanup
fcc8f78 - Sören Tempel2015-03-13 17:08
typo
bca3f66 - Sören Tempel2015-03-13 17:04
Add GPL header to makefile
d01fd11 - Sören Tempel2015-03-13 17:03
style fix
6a15e7f - Sören Tempel2015-03-13 16:38
Style fixes for man page
d831e4c - Sören Tempel2015-03-13 14:27
Command and entry aren't optional
26868cc - Sören Tempel2015-03-12 14:39
Only read .gpg_id if PASSWORD_STORE_KEY isn't set already
b93a49b - Sören Tempel2015-03-12 11:00
Make tpm POSIX shell compatible
7526a46 - Sören Tempel2015-02-21 19:08
Fix zsh completions
80e7ab6 - Sören Tempel2015-02-19 11:06
Use double instead of single quotes
e0c3ae3 - Sören Tempel2015-02-18 17:52
Use a case
296a9b0 - Sören Tempel2015-02-18 17:49
Indent code with spaces
3ecae8a - Sören Tempel2015-02-18 17:32
Move completions to contrib/
49ccbbc - Sören Tempel2015-02-18 17:22
Update manpage
70aeb91 - Sören Tempel2015-02-18 17:15
Use printf for writing a newline
666022b - Sören Tempel2015-01-02 11:00
Add GPL file headers
105486d - Sören Tempel2014-12-23 21:30
Mention that tpm is largely compatible with pass(1)
411c6d9 - Sören Tempel2014-12-13 01:51
Use the same environment variables as pass
a13749a - Sören Tempel2014-11-30 12:55
Revert "Set IFS to empty string"
7b62edd - Sören Tempel2014-11-30 12:35
Be more compatible with pass(1)
9e1dc0e - nmeum2014-05-31 12:55
More quotes
8be7487 - nmeum2014-05-31 12:53
Add 'all' rule to Makefile
9af8ddb - nmeum2014-05-31 12:49
Minor Makefile cleanup
139f0f3 - nmeum2014-05-04 12:29
Set IFS to empty string
7e01e61 - nmeum2014-04-12 09:43
Don't capitalize anything in the name section
ac885bd - nmeum2014-04-12 08:54
Plural
1da4855 - nmeum2014-03-25 18:21
Bump version to 1.2
2e3d647 - nmeum2014-03-25 18:14
Rephrase example
1749c35 - nmeum2014-03-25 17:43
Description should just be a single paragraph
2fa5088 - nmeum2014-03-25 17:40
Adjust see also section
0dcf97b - nmeum2014-03-25 16:20
Remove commands section from man page
894229c - nmeum2014-03-25 16:16
Add EXAMPLE section to man page
67ccb7b - nmeum2014-03-25 16:08
Move the ENVIORMENT section of the man page up
a8ac480 - nmeum2014-03-25 10:53
Tabularize
9753c46 - nmeum2014-03-25 10:51
Ignore .git in storage directory and improve find command
eb588fd - nmeum2014-03-25 10:24
Make sure that the dir exists before invoking find
5834cd5 - nmeum2014-03-25 10:22
more zshism
470bc8a - nmeum2014-03-25 10:21
Add primitive bash completions
46e615c - nmeum2014-01-10 16:33
Don't use long flags since they are only supported by the GNU corutils
ad7a30d - nmeum2013-12-25 19:48
Bump version to 1.1
48662a6 - nmeum2013-12-24 01:24
don't use the --no-tty option with gnupg2
4d5cf4b - nmeum2013-12-24 01:23
Updated synopsis format
acd5caf - nmeum2013-12-24 01:21
fix zsh completions
2dddd80 - nmeum2013-11-28 17:42
more bashism
326766e - nmeum2013-11-15 17:40
Bump version to 1.0
3580835 - nmeum2013-11-15 16:34
Update usage instructions
c4fddfb - nmeum2013-11-15 16:04
Don't write to STDOUT when a pipe is connected to STDIN
300bb4a - nmeum2013-11-15 15:12
fix usage instructions
99d7710 - nmeum2013-11-15 15:09
use a restricted umask by default
34b70c2 - nmeum2013-11-14 19:01
Typo
fb2f007 - nmeum2013-11-14 19:00
Make zsh completion work with custom storage directory
98cc485 - nmeum2013-11-14 18:23
Initialize