aboutsummaryrefslogtreecommitdiff
path: root/internal (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fetching and parsing the feedsRené 'Necoro' Neumann2020-04-192-0/+66
* Tests for `buildFeeds` and corresponding fixesRené 'Necoro' Neumann2020-04-183-3/+141
* Error if unnamed feedRené 'Necoro' Neumann2020-04-181-0/+4
* Move to yaml_testRené 'Necoro' Neumann2020-04-181-26/+0
* Fix dup key detectionRené 'Necoro' Neumann2020-04-181-1/+2
* TestsRené 'Necoro' Neumann2020-04-183-21/+197
* Split up main.goRené 'Necoro' Neumann2020-04-172-0/+123
r-highlight'> 2012-09-22Add libdir mention to INSTALL.Jason A. Donenfeld1-1/+2 2012-09-22Normalize copyright headers.Jason A. Donenfeld7-23/+18 2012-09-22Bring zsh completion up to parity with bash completionBrian Mattern1-59/+92 2012-09-22EDITOR should be italicized.Jason A. Donenfeld1-2/+2 2012-09-22Allow git repo to be elsewhere via env var.Jason A. Donenfeld2-9/+24 2012-09-22I don't want --help or --version in bash completion.Jason A. Donenfeld1-1/+1 2012-09-22Vastly simplify GPG secret key finding logic.Jason A. Donenfeld1-1/+1 - Only use secret keys - Use entire UID - --with-colons makes parsing easy 2012-09-22simplify logic slightlyBrian Mattern1-9/+12 2012-09-22turn -o filenames back onBrian Mattern1-10/+6 only auto-expand if there is a single completion match 2012-09-22bash completion - Fix UTF8, escape spaces, inverted commas, brackets, and ↵Jeffrey Ratcliffe1-14/+10 ampersands, and clean up 2012-09-21Better gpg key completion for `pass init`Brian Mattern1-2/+15 2012-09-21Append to COMPREPLY instead of inserting by indexBrian Mattern1-3/+1