2023-01-16 04:55 | remove '-g' flag. this was a flag exclusively for tree(1) | Randy Palamar | 2 | +4 | -10 |
2023-01-16 03:52 | update spm.1 | Randy Palamar | 1 | +16 | -21 |
2023-01-16 03:44 | replace usage() with die() and prefix errors with "spm:" | Randy Palamar | 1 | +12 | -20 |
2023-01-16 03:37 | remove view() function. output can be piped to $PAGER if needed | Randy Palamar | 1 | +2 | -6 |
2023-01-16 03:33 | remove dependency on non-standard tree(1) | Randy Palamar | 2 | +2 | -3 |
2023-01-16 03:29 | only search/list gpg files | Randy Palamar | 1 | +1 | -1 |
2023-01-15 19:25 | remove munge() fn its not really useful | Randy Palamar | 1 | +1 | -13 |
2023-01-15 17:00 | don't call eval in munge() | Randy Palamar | 1 | +2 | -2 |
2023-01-15 05:02 | don't specify 'set -e' its not being used correctly | Randy Palamar | 1 | +1 | -1 |
2023-01-15 05:01 | explicitly add .gpg to gpg output file | Randy Palamar | 1 | +1 | -1 |
2023-01-15 04:49 | don't use 'rm -i' or 'grep -G' | Randy Palamar | 1 | +2 | -2 |
2023-01-15 04:42 | update README | Randy Palamar | 1 | +4 | -4 |
2017-10-22 12:26 | Echo back characters after password prompt | Klemens Nanni | 1 | +1 | -0 |
2017-10-22 12:20 | Define view as function not alias | Klemens Nanni | 1 | +3 | -1 |
2017-10-22 11:06 | Simplify README | Klemens Nanni | 1 | +8 | -14 |
2017-10-22 10:56 | Fix umask regression introduced in last commit | Klemens Nanni | 1 | +1 | -1 |
2017-08-15 13:53 | Fix umask for zsh and bash | Klemens Nanni | 1 | +1 | -1 |
2017-04-21 23:46 | Prevent directory traversals outside of $PASSWORD_STORE_DIR | Klemens Nanni | 2 | +14 | -11 |
2017-04-21 23:27 | Make sure rm(1) is called directly, style fixes | Klemens Nanni | 1 | +17 | -22 |
2017-04-10 21:41 | Use more appropiate umask, change order of checks | Klemens Nanni | 1 | +3 | -3 |
2017-03-27 12:17 | Fix mdoc(7) formatting | Klemens Nanni | 1 | +26 | -17 |
2017-03-27 10:51 | Add dmenu(1) example | Klemens Nanni | 1 | +7 | -0 |
2017-03-24 12:48 | Improve/update manual page | Klemens Nanni | 2 | +35 | -22 |
2017-03-23 01:49 | Simplify Makefile, remove sh extension | Klemens Nanni | 2 | +8 | -9 |
2017-03-23 01:33 | Drop obsolete parantheses in find() | Klemens Nanni | 1 | +1 | -2 |
2017-03-23 01:00 | Small fixes, drop gpg filename extension | Klemens Nanni | 1 | +9 | -9 |
2017-03-22 20:39 | Rewrite manual page | Klemens Nanni | 2 | +135 | -116 |
2017-03-21 00:07 | Simplify find(), stylefixes | Klemens Nanni | 1 | +38 | -40 |
2016-11-20 01:52 | Fix $ (regex) in entry names | Klemens Nanni | 1 | +1 | -1 |
2016-11-06 01:12 | Bump version to 1.5.0 | Klemens Nanni | 2 | +2 | -2 |
2016-11-02 01:14 | Use basic regular expressions, simplify code | Klemens Nanni | 2 | +11 | -9 |
2016-09-16 01:21 | Bump version to 1.4.7 | Klemens Nanni | 2 | +2 | -2 |
2016-09-16 01:10 | Fix off-by-one, use && not '-a' | Klemens Nanni | 1 | +2 | -2 |
2016-09-15 23:30 | Add password only if directory exists | Klemens Nanni | 1 | +3 | -3 |
2016-09-15 21:29 | Clarify ambigious check() call, remove line break | Klemens Nanni | 1 | +5 | -8 |
2016-09-14 23:09 | Test line count before checking files in check() | Klemens Nanni | 1 | +3 | -3 |
2016-08-15 20:10 | Fix regression in 'list' command when used with '-g' | Klemens Nanni | 1 | +5 | -4 |
2016-08-05 15:50 | Bump version to 1.4.6 | Klemens Nanni | 2 | +2 | -2 |
2016-08-05 16:13 | Use find(1)'s printf not sed(1) | Klemens Nanni | 1 | +6 | -6 |
2016-08-05 15:41 | Fix parsing of 'list', change wording | Klemens Nanni | 1 | +10 | -7 |
2016-07-31 09:07 | Always print usage on error | Klemens Nanni | 1 | +17 | -16 |
2016-07-30 22:34 | Quote 'group' variable | Klemens Nanni | 1 | +1 | -1 |
2016-05-24 22:02 | Use conditional assignment operator in Makefile | Sören Tempel | 1 | +4 | -4 |
2016-07-19 15:37 | Fix qouting, rename die() to abort() | Klemens Nanni | 1 | +10 | -10 |
2016-07-19 14:47 | Strip $STORE_DIR from 'search' output, add example | Klemens Nanni | 2 | +11 | -3 |
2016-07-12 10:48 | Fix empty directories being created | Klemens Nanni | 1 | +4 | -1 |
2016-07-05 01:24 | Bump version to 1.4.5 | Klemens Nanni | 2 | +2 | -2 |
2016-07-05 01:23 | Restructure man page, Use OPTIONS section | Klemens Nanni | 2 | +29 | -26 |
2016-07-05 00:45 | Ship man page directly, no need for pod2man(1) | Klemens Nanni | 4 | +108 | -128 |
2016-06-30 09:41 | Remove colors from 'search', add example to manpage | Klemens Nanni | 2 | +6 | -6 |
| 163 more commits remaining, fetch the repository |