spm

simple password manager
git clone anongit@rnpnr.xyz:spm.git
Log | Files | Refs | Feed | README | LICENSE

DateCommit messageAuthorFiles+-
2023-01-16 04:55remove '-g' flag. this was a flag exclusively for tree(1)Randy Palamar2+4-10
2023-01-16 03:52update spm.1Randy Palamar1+16-21
2023-01-16 03:44replace usage() with die() and prefix errors with "spm:"Randy Palamar1+12-20
2023-01-16 03:37remove view() function. output can be piped to $PAGER if neededRandy Palamar1+2-6
2023-01-16 03:33remove dependency on non-standard tree(1)Randy Palamar2+2-3
2023-01-16 03:29only search/list gpg filesRandy Palamar1+1-1
2023-01-15 19:25remove munge() fn its not really usefulRandy Palamar1+1-13
2023-01-15 17:00don't call eval in munge()Randy Palamar1+2-2
2023-01-15 05:02don't specify 'set -e' its not being used correctlyRandy Palamar1+1-1
2023-01-15 05:01explicitly add .gpg to gpg output fileRandy Palamar1+1-1
2023-01-15 04:49don't use 'rm -i' or 'grep -G'Randy Palamar1+2-2
2023-01-15 04:42update READMERandy Palamar1+4-4
2017-10-22 12:26Echo back characters after password promptKlemens Nanni1+1-0
2017-10-22 12:20Define view as function not aliasKlemens Nanni1+3-1
2017-10-22 11:06Simplify READMEKlemens Nanni1+8-14
2017-10-22 10:56Fix umask regression introduced in last commitKlemens Nanni1+1-1
2017-08-15 13:53Fix umask for zsh and bashKlemens Nanni1+1-1
2017-04-21 23:46Prevent directory traversals outside of $PASSWORD_STORE_DIRKlemens Nanni2+14-11
2017-04-21 23:27Make sure rm(1) is called directly, style fixesKlemens Nanni1+17-22
2017-04-10 21:41Use more appropiate umask, change order of checksKlemens Nanni1+3-3
2017-03-27 12:17Fix mdoc(7) formattingKlemens Nanni1+26-17
2017-03-27 10:51Add dmenu(1) exampleKlemens Nanni1+7-0
2017-03-24 12:48Improve/update manual pageKlemens Nanni2+35-22
2017-03-23 01:49Simplify Makefile, remove sh extensionKlemens Nanni2+8-9
2017-03-23 01:33Drop obsolete parantheses in find()Klemens Nanni1+1-2
2017-03-23 01:00Small fixes, drop gpg filename extensionKlemens Nanni1+9-9
2017-03-22 20:39Rewrite manual pageKlemens Nanni2+135-116
2017-03-21 00:07Simplify find(), stylefixesKlemens Nanni1+38-40
2016-11-20 01:52Fix $ (regex) in entry namesKlemens Nanni1+1-1
2016-11-06 01:12Bump version to 1.5.0Klemens Nanni2+2-2
2016-11-02 01:14Use basic regular expressions, simplify codeKlemens Nanni2+11-9
2016-09-16 01:21Bump version to 1.4.7Klemens Nanni2+2-2
2016-09-16 01:10Fix off-by-one, use && not '-a'Klemens Nanni1+2-2
2016-09-15 23:30Add password only if directory existsKlemens Nanni1+3-3
2016-09-15 21:29Clarify ambigious check() call, remove line breakKlemens Nanni1+5-8
2016-09-14 23:09Test line count before checking files in check()Klemens Nanni1+3-3
2016-08-15 20:10Fix regression in 'list' command when used with '-g'Klemens Nanni1+5-4
2016-08-05 15:50Bump version to 1.4.6Klemens Nanni2+2-2
2016-08-05 16:13Use find(1)'s printf not sed(1)Klemens Nanni1+6-6
2016-08-05 15:41Fix parsing of 'list', change wordingKlemens Nanni1+10-7
2016-07-31 09:07Always print usage on errorKlemens Nanni1+17-16
2016-07-30 22:34Quote 'group' variableKlemens Nanni1+1-1
2016-05-24 22:02Use conditional assignment operator in MakefileSören Tempel1+4-4
2016-07-19 15:37Fix qouting, rename die() to abort()Klemens Nanni1+10-10
2016-07-19 14:47Strip $STORE_DIR from 'search' output, add exampleKlemens Nanni2+11-3
2016-07-12 10:48Fix empty directories being createdKlemens Nanni1+4-1
2016-07-05 01:24Bump version to 1.4.5Klemens Nanni2+2-2
2016-07-05 01:23Restructure man page, Use OPTIONS sectionKlemens Nanni2+29-26
2016-07-05 00:45Ship man page directly, no need for pod2man(1)Klemens Nanni4+108-128
2016-06-30 09:41Remove colors from 'search', add example to manpageKlemens Nanni2+6-6
163 more commits remaining, fetch the repository