2021-04-15 17:53 | update README, get rid of grep -G | realgeorgewashington | 2 | +3 | -1 |
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 |
2016-06-18 13:30 | Bump version to 1.4.4 | Klemens Nanni | 1 | +1 | -1 |
2016-06-18 12:49 | Show relative paths and use colors in 'search' | Klemens Nanni | 2 | +4 | -2 |
2016-06-16 23:35 | Do not use mkdir(1) in 'list', use shell substitutions | Klemens Nanni | 1 | +4 | -7 |
2016-06-16 21:57 | Create 'view' helper function, improve error message | Klemens Nanni | 1 | +15 | -6 |
2016-06-16 14:17 | Fix README | Klemens Nanni | 1 | +5 | -5 |
2016-06-15 23:03 | Add basic search functionality | Klemens Nanni | 2 | +8 | -4 |
2016-06-15 22:37 | Make code more modular, rename _find() to search() | Klemens Nanni | 1 | +15 | -14 |
2016-06-15 22:25 | Merge common check, remove unneeded quotes | Klemens Nanni | 1 | +2 | -4 |
2016-06-08 20:00 | README: Change wording, typofix | Klemens Nanni | 1 | +2 | -2 |
2016-06-07 12:59 | Update README, remove duplicate examples | Klemens Nanni | 2 | +13 | -45 |
2016-06-03 17:24 | Bump version to 1.4.3 | Klemens Nanni | 1 | +1 | -1 |
2016-06-03 15:14 | Prepend 'Error: ' to messages, merge full stop into die() | Klemens Nanni | 1 | +10 | -10 |
2016-06-03 15:10 | 'list' may be used without arguments | Klemens Nanni | 1 | +1 | -2 |
2016-06-03 14:58 | Print cosmetic newline at end of del() | Klemens Nanni | 1 | +1 | -0 |
2016-06-03 10:11 | Move check for empty password from add() to readpw() | Klemens Nanni | 1 | +1 | -2 |
2016-06-03 01:55 | Simplify readpw(), use &&/|| not if/else | Klemens Nanni | 1 | +4 | -11 |
2016-06-03 01:34 | Immediately stop searching on second match | Klemens Nanni | 1 | +2 | -1 |
2016-06-02 23:59 | Allow patterns in 'del', add helper function | Klemens Nanni | 2 | +19 | -17 |
2016-06-02 23:40 | Remove unneccessary check in 'show' function | Klemens Nanni | 1 | +5 | -9 |
2016-06-01 16:29 | Remove debug echo | Klemens Nanni | 1 | +0 | -1 |
2016-05-30 10:37 | Work around nested quotes | Klemens Nanni | 1 | +12 | -10 |
2016-05-29 15:45 | Break lines after 72 characters | Klemens Nanni | 1 | +2 | -1 |
2016-05-29 15:38 | Show groups first, sort by entry name on 'list' | Klemens Nanni | 1 | +2 | -1 |
2016-05-29 11:14 | Properly escape whitespaces in ${PASSWORD_STORE_KEY} | Klemens Nanni | 1 | +1 | -1 |
2016-05-29 11:07 | Do not remove ${STORE_DIR} from 'list' output | Klemens Nanni | 1 | +1 | -1 |
2016-05-29 10:32 | Use less(1) in 'list' to handle long output properly | Klemens Nanni | 1 | +2 | -1 |
2016-05-28 22:18 | Revert "Write error messages to stderr only" | Klemens Nanni | 1 | +1 | -1 |
2016-05-26 23:58 | Allow listing groups only with '-g' | Klemens Nanni | 3 | +20 | -6 |
2016-05-25 16:34 | Rename tpm to spm (simple massword manager) | Klemens Nanni | 6 | +164 | -164 |
2016-05-24 17:07 | Find symlinks on 'show' as well | Klemens Nanni | 1 | +2 | -1 |
2016-05-16 13:32 | Update reference to kl3/dotfiles | Klemens Nanni | 1 | +1 | -1 |
2016-05-16 02:12 | Add stderr, stdout and exit status sections to man page | Klemens Nanni | 1 | +13 | -1 |
2016-05-16 02:12 | Write error messages to stderr only | Klemens Nanni | 1 | +1 | -1 |
2016-05-16 00:03 | Bump version to 1.4.1 | Klemens Nanni | 1 | +1 | -1 |
2016-05-16 00:14 | Add note about listing all entries | Klemens Nanni | 1 | +1 | -0 |
2016-05-16 00:00 | Strip '.gpg' suffix from symlinks in 'list' output as well | Klemens Nanni | 1 | +1 | -1 |
2016-05-15 23:56 | Strip ${STORE_DIR} from group name on 'list' output | Klemens Nanni | 1 | +1 | -1 |
2016-05-15 23:47 | Add notes about using ln(1) | Klemens Nanni | 1 | +4 | -0 |
2016-05-15 23:20 | Do not print empty line on list command | Klemens Nanni | 1 | +0 | -1 |
2016-05-15 23:19 | Fix syntax for mentioning git(1) in man page | Klemens Nanni | 1 | +1 | -1 |
2016-05-15 23:17 | Change synposis from {insert,remove,abort} to {add,del,die} | Klemens Nanni | 3 | +24 | -24 |
2016-05-15 23:08 | Move 'help' description to the end of the man page | Klemens Nanni | 1 | +2 | -2 |
2016-05-15 23:03 | Remove negation/swap if..else blocks (style fix) | Klemens Nanni | 1 | +3 | -3 |
2016-05-15 23:01 | Reword error messages | Klemens Nanni | 1 | +4 | -7 |
2016-05-15 21:54 | Add .sh suffix to indicate tpm being shell script | Klemens Nanni | 2 | +1 | -1 |
2016-05-15 21:51 | No need for usage(), refer to man page as well | Klemens Nanni | 1 | +5 | -5 |
2016-05-15 21:40 | Update man page | Klemens Nanni | 1 | +24 | -15 |
2016-05-15 17:14 | Simplify error message | Klemens Nanni | 1 | +1 | -1 |
2016-05-14 14:39 | Bump version to 1.4 | Klemens Nanni | 1 | +1 | -1 |
2016-03-12 17:49 | No need to declare password variable | Klemens Nanni | 1 | +0 | -1 |
2016-03-12 17:16 | Fail properly on missing arguments | Klemens Nanni | 1 | +2 | -1 |
2016-03-12 17:00 | Remove superfluous #s | Klemens Nanni | 1 | +4 | -4 |
2016-03-12 16:54 | Use tabs not spaces, remove fixed vim parameters | Klemens Nanni | 1 | +48 | -50 |
2016-03-12 16:46 | Change wording, use single quotes | Klemens Nanni | 1 | +14 | -14 |
2016-03-03 14:27 | Add simple and readable README | Klemens Nanni | 1 | +45 | -0 |
2016-03-02 04:13 | Use printf not echo | Klemens Nanni | 1 | +5 | -5 |
2016-03-02 04:08 | Remove note on entry removal (rm already does that) | Klemens Nanni | 1 | +1 | -1 |
2016-03-02 04:07 | Remove txt extension from license file | Klemens Nanni | 1 | +0 | -0 |
2016-03-02 04:05 | Check permissions as well | Klemens Nanni | 1 | +2 | -2 |
2016-03-02 03:57 | Add my name to copyright/license header | Klemens Nanni | 1 | +1 | -0 |
2016-03-02 03:56 | Update manpage | Klemens Nanni | 1 | +10 | -0 |
2016-03-02 03:09 | Match entries on patterns as well | Klemens Nanni | 1 | +11 | -2 |
2016-03-02 01:28 | Use colors, follow symlinks when listing entries | Klemens Nanni | 1 | +1 | -1 |
2016-03-01 22:49 | Hide .gpg extension when listing entries | Klemens Nanni | 1 | +2 | -1 |
2016-02-29 20:24 | Sort functions alphabetically | Klemens Nanni | 1 | +19 | -19 |
2016-02-29 20:22 | Add remove function | Klemens Nanni | 1 | +9 | -1 |
2016-02-29 19:56 | Revert "No need for dirname" | Klemens Nanni | 1 | +1 | -1 |
2016-02-29 19:52 | Do not look for .gpg-id file (pass compatibility) | Klemens Nanni | 2 | +1 | -9 |
2016-02-29 19:50 | s,password-store,tpm, in README as well | Klemens Nanni | 1 | +3 | -3 |
2016-02-29 19:46 | Use ~/.tpm as default password directory | Klemens Nanni | 1 | +1 | -1 |
2016-02-29 08:06 | No need for dirname | Klemens Nanni | 1 | +1 | -1 |
2016-02-29 07:48 | Do not prune empty groups | Klemens Nanni | 1 | +1 | -1 |
2016-02-29 07:38 | Simplify case structure | Klemens Nanni | 1 | +3 | -9 |
2016-02-29 07:30 | Change comment style | Klemens Nanni | 1 | +4 | -12 |
2016-02-29 07:29 | No need for entry_name and entry_path | Klemens Nanni | 1 | +9 | -15 |
2016-02-27 19:08 | Remove brackets from usage string | Klemens Nanni | 1 | +1 | -1 |
2016-02-27 19:07 | Remove obsolete echo | Klemens Nanni | 1 | +0 | -1 |
2016-02-27 19:06 | Simplify short if-statements | Klemens Nanni | 1 | +10 | -24 |
2016-02-27 18:55 | Add missing newline | Klemens Nanni | 1 | +1 | -0 |
2016-02-27 18:44 | List entries on list command | Klemens Nanni | 2 | +19 | -9 |
2016-02-27 17:43 | Remove {Ba,Z}sh completion | Klemens Nanni | 2 | +0 | -91 |
2016-02-27 17:33 | List all entries when no command is given | Klemens Nanni | 2 | +13 | -3 |
2016-02-27 16:45 | Add help command and usage function | Klemens Nanni | 2 | +11 | -3 |
2016-02-27 16:21 | Add missing period in parsing error message | Klemens Nanni | 1 | +1 | -1 |
2016-02-27 16:21 | Use newlines in case structure | Klemens Nanni | 1 | +9 | -3 |
2015-10-12 19:35 | Don't use shift at all | Sören Tempel | 1 | +3 | -6 |
2015-09-29 12:08 | Bump version to 1.3.1 | Sören Tempel | 1 | +1 | -1 |
2015-09-29 12:07 | Revert "exit if any command fails" | Sören Tempel | 1 | +0 | -1 |
2015-09-27 18:21 | Bump version to 1.3 | Sören Tempel | 1 | +1 | -1 |
2015-09-27 18:21 | Revert "make abort behave more like echo itself" | Sören Tempel | 1 | +1 | -1 |
2015-09-27 17:59 | Don't quote PASSWORD_STORE_KEY in GPG_OPTS | Sören Tempel | 1 | +1 | -1 |
2015-09-26 21:29 | make abort behave more like echo itself | Sören Tempel | 1 | +1 | -1 |
2015-09-25 19:48 | yet another style fix | Sören Tempel | 1 | +0 | -1 |
2015-09-25 19:47 | exit if any command fails | Sören Tempel | 1 | +1 | -0 |
2015-09-25 19:44 | tpm improve input handling | Sören Tempel | 1 | +10 | -3 |
2015-09-25 11:28 | stdout -> standard output | Sören Tempel | 1 | +1 | -1 |
2015-09-24 22:02 | Implement some shellcheck suggestions | Sören Tempel | 1 | +6 | -2 |
2015-09-24 19:42 | Clarify description of show command | Sören Tempel | 1 | +2 | -2 |
2015-09-24 19:36 | Add BINDIR and MANDIR variables to Makefile | Sören Tempel | 1 | +6 | -4 |
2015-09-24 19:31 | style fixes | Sören Tempel | 1 | +3 | -3 |
2015-07-04 00:14 | Use printf instead of echo. | Otto Modinos | 1 | +2 | -1 |
2015-06-27 23:27 | Don't use variables in the printf format string | Sören Tempel | 1 | +1 | -1 |
2015-06-11 13:28 | Mention that tpm is POSIX shell compatible | Sören Tempel | 1 | +2 | -1 |
2015-06-10 12:30 | Fix syntax error | Bjarni R. Einarsson | 1 | +1 | -1 |
2015-05-26 17:35 | Don't overwrite entries by default | Sören Tempel | 1 | +2 | -2 |
2015-05-26 17:23 | Fix readpw function for non-terminal devices | Sören Tempel | 1 | +6 | -3 |
2015-03-19 10:43 | use -e to test if a file exists | Sören Tempel | 1 | +1 | -1 |
2015-03-17 23:10 | PASSWORD_STORE_KEY overwrites .gpg-id | Sören Tempel | 1 | +1 | -1 |
2015-03-14 11:44 | Fix installation of man pages | Sören Tempel | 1 | +2 | -2 |
2015-03-13 16:37 | grammar | Sören Tempel | 1 | +3 | -3 |
2015-03-13 16:24 | The entry isn't an optional argument either | Sören Tempel | 1 | +2 | -2 |
2015-03-13 16:16 | Very minimal Makefile cleanup | Sören Tempel | 1 | +3 | -6 |
2015-03-13 16:08 | typo | Sören Tempel | 1 | +1 | -1 |
2015-03-13 16:04 | Add GPL header to makefile | Sören Tempel | 1 | +17 | -1 |
2015-03-13 16:03 | style fix | Sören Tempel | 1 | +2 | -2 |
2015-03-13 15:38 | Style fixes for man page | Sören Tempel | 1 | +5 | -5 |
2015-03-13 13:27 | Command and entry aren't optional | Sören Tempel | 1 | +1 | -1 |
2015-03-12 13:39 | Only read .gpg_id if PASSWORD_STORE_KEY isn't set already | Sören Tempel | 1 | +4 | -4 |
2015-03-12 10:00 | Make tpm POSIX shell compatible | Sören Tempel | 1 | +18 | -11 |
2015-02-21 18:08 | Fix zsh completions | Sören Tempel | 1 | +2 | -0 |
2015-02-19 10:06 | Use double instead of single quotes | Sören Tempel | 2 | +3 | -3 |
2015-02-18 16:52 | Use a case | Sören Tempel | 2 | +25 | -19 |
2015-02-18 16:49 | Indent code with spaces | Sören Tempel | 3 | +24 | -17 |
2015-02-18 16:32 | Move completions to contrib/ | Sören Tempel | 2 | +0 | -0 |
2015-02-18 16:22 | Update manpage | Sören Tempel | 1 | +16 | -13 |
2015-02-18 16:15 | Use printf for writing a newline | Sören Tempel | 1 | +1 | -1 |
2015-01-02 10:00 | Add GPL file headers | Sören Tempel | 3 | +43 | -0 |
2014-12-23 20:30 | Mention that tpm is largely compatible with pass(1) | Sören Tempel | 1 | +7 | -7 |
2014-12-13 00:51 | Use the same environment variables as pass | Sören Tempel | 2 | +8 | -8 |
2014-11-30 11:55 | Revert "Set IFS to empty string" | Sören Tempel | 1 | +1 | -1 |
2014-11-30 11:35 | Be more compatible with pass(1) | Sören Tempel | 2 | +10 | -2 |
2014-05-31 10:55 | More quotes | nmeum | 1 | +5 | -5 |
2014-05-31 10:53 | Add 'all' rule to Makefile | nmeum | 1 | +2 | -1 |
2014-05-31 10:49 | Minor Makefile cleanup | nmeum | 1 | +6 | -9 |
2014-05-04 10:29 | Set IFS to empty string | nmeum | 1 | +1 | -1 |
2014-04-12 07:43 | Don't capitalize anything in the name section | nmeum | 1 | +1 | -1 |
2014-04-12 06:54 | Plural | nmeum | 1 | +1 | -1 |
2014-03-25 17:21 | Bump version to 1.2 | nmeum | 1 | +1 | -1 |
2014-03-25 17:14 | Rephrase example | nmeum | 1 | +1 | -1 |
2014-03-25 16:43 | Description should just be a single paragraph | nmeum | 1 | +4 | -6 |
2014-03-25 16:40 | Adjust see also section | nmeum | 1 | +1 | -1 |
2014-03-25 15:20 | Remove commands section from man page | nmeum | 1 | +8 | -16 |
2014-03-25 15:16 | Add EXAMPLE section to man page | nmeum | 1 | +18 | -0 |
2014-03-25 15:08 | Move the ENVIORMENT section of the man page up | nmeum | 1 | +10 | -10 |
2014-03-25 09:53 | Tabularize | nmeum | 1 | +2 | -2 |
2014-03-25 09:51 | Ignore .git in storage directory and improve find command | nmeum | 2 | +6 | -6 |
2014-03-25 09:24 | Make sure that the dir exists before invoking find | nmeum | 2 | +9 | -3 |
2014-03-25 09:22 | more zshism | nmeum | 1 | +2 | -2 |
2014-03-25 09:21 | Add primitive bash completions | nmeum | 1 | +20 | -0 |
2014-01-10 15:33 | Don't use long flags since they are only supported by the GNU corutils | nmeum | 1 | +1 | -1 |
2013-12-25 18:48 | Bump version to 1.1 | nmeum | 1 | +1 | -1 |
2013-12-24 00:24 | don't use the --no-tty option with gnupg2 | nmeum | 1 | +1 | -1 |
2013-12-24 00:23 | Updated synopsis format | nmeum | 1 | +3 | -3 |
2013-12-24 00:21 | fix zsh completions | nmeum | 1 | +1 | -1 |
2013-11-28 16:42 | more bashism | nmeum | 1 | +7 | -7 |
2013-11-15 16:40 | Bump version to 1.0 | nmeum | 1 | +1 | -1 |
2013-11-15 15:34 | Update usage instructions | nmeum | 1 | +3 | -3 |
2013-11-15 15:04 | Don't write to STDOUT when a pipe is connected to STDIN | nmeum | 1 | +2 | -2 |
2013-11-15 14:12 | fix usage instructions | nmeum | 1 | +3 | -3 |
2013-11-15 14:09 | use a restricted umask by default | nmeum | 1 | +2 | -0 |
2013-11-14 18:01 | Typo | nmeum | 1 | +1 | -1 |
2013-11-14 18:00 | Make zsh completion work with custom storage directory | nmeum | 1 | +1 | -1 |
2013-11-14 17:23 | Initialize | nmeum | 6 | +852 | -0 |