summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-01Bump version.1.6.3Jason A. Donenfeld1-1/+1
2014-06-30edit: bsd mktemp needs nothing after the XsJason A. Donenfeld1-1/+2
2014-06-30darwin: allow for gnu mktemp in pathJason A. Donenfeld1-1/+1
2014-06-30tmpdir: more cross platform solution, and .txt file endingJason A. Donenfeld1-4/+3
2014-06-29edit: Don't go into a crazy loop. Instead prompt.Jason A. Donenfeld1-2/+1
2014-06-29git: do not trap tmpdir removalJason A. Donenfeld1-1/+0
2014-06-29darwin: fix mktemp argument orderJason A. Donenfeld1-1/+1
2014-06-29darwin: properly ejects ramdisksJason A. Donenfeld2-15/+20
2014-06-29Allow options in EDITOR variableJason A. Donenfeld1-1/+1
2014-05-27Update for new URL.Jason A. Donenfeld1-1/+1
2014-05-14Bump version1.6.2Jason A. Donenfeld1-1/+1
2014-05-14Don't define tmpdir on git init.Jason A. Donenfeld1-4/+3
2014-05-14Disable secmem warning when discovering keysmilki1-1/+1
2014-05-10edit: Quote editor so tests work in spaced directories.Jason A. Donenfeld1-1/+1
2014-05-10reencryption: Properly escape input to sedJason A. Donenfeld1-1/+1
2014-05-10git: use secure tmp directoryJason A. Donenfeld1-4/+11
2014-05-10configure git to decrypt gpg files automaticallySamuel Le Thiec1-0/+5
2014-05-08completion: add new generate flagsJason A. Donenfeld3-2/+7
2014-05-08inplace: mutually exclusive with forceJason A. Donenfeld1-2/+2
2014-05-08usage: tab to spacesJason A. Donenfeld1-1/+1
2014-05-08generate: use nice ansi colors instead.Jason A. Donenfeld1-3/+2
2014-05-08zsh: posix compatible sed fix for zsh-completionJason A. Donenfeld1-1/+1
2014-05-06Force sane sort order.Jason A. Donenfeld1-2/+2
2014-05-06generate: add --in-place optionJason A. Donenfeld1-7/+21
2014-05-06Mute git-commit messages to make pass insert readableMikhail Gusarov1-1/+1
2014-05-06zsh-completion: regression when using BSD sedKyle Marek-Spartz1-1/+1
2014-04-29edit: pass local variable to trap functionJason A. Donenfeld1-2/+6
2014-04-27base64: better justificationJason A. Donenfeld1-3/+3
2014-04-24Use die function instead of boring if else everywhere.Jason A. Donenfeld1-69/+23
2014-04-24version: bump1.6.1Jason A. Donenfeld1-1/+1
2014-04-24show: error out if password store is empty.Jason A. Donenfeld1-1/+4
2014-04-24find: proper segmenting of terms1.6Jason A. Donenfeld1-3/+3
2014-04-24Don't prompt for questions when stdin is not a tty.Jason A. Donenfeld1-2/+3
2014-04-24Allow overridable bash.Jason A. Donenfeld1-1/+1
2014-04-24Turns out aliases were a bad idea.Jason A. Donenfeld3-27/+26
2014-04-24Make gpg_opts an array.Jason A. Donenfeld1-12/+12
2014-04-24Shellcheck errors.Jason A. Donenfeld1-6/+6
2014-04-24git: the grammar nazis winJason A. Donenfeld1-10/+10
2014-04-23find: support tree 1.7.0Jason A. Donenfeld1-14/+2
2014-04-23grep: we need to not throw away the return valueJason A. Donenfeld1-2/+2
2014-04-23Use aliases instead of variables for command portability.Jason A. Donenfeld3-26/+27
2014-04-23reencrypt: More concise hack.Jason A. Donenfeld1-1/+1
2014-04-23reencrypt: Don't bother to save IFSJason A. Donenfeld1-4/+1
2014-04-23While loops don't make variables local.Jason A. Donenfeld1-2/+3
2014-04-23Elide more variables.Jason A. Donenfeld1-26/+16
2014-04-23reencrypt: support bash 3Jason A. Donenfeld1-9/+5
2014-04-22Elide variable declarations.Jason A. Donenfeld1-29/+8
2014-04-22reencryption: take into account groupsJason A. Donenfeld1-10/+26
2014-04-22zsh-completion: only remove next char if /Jason A. Donenfeld1-3/+2
2014-04-22insert: exit with error if EOFJason A. Donenfeld1-2/+2