summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Collapse)Author
2019-01-20update shell completion and documentationErick Cafferata
2018-11-08bash-completion: change to asp32(2/2)Erick Cafferata
2018-11-03bash-completion: change to asp32Erick Cafferata
2017-07-08add set-git-protocol commandDave Reisner
While we're at it, separate our help output into two sections, since we're accumulating a growing list of subcommands which operate not on packages, but on the meta level of the asp repo. Closes #15.
2017-04-04avoid leaking git output for completionsDave Reisner
completions might trigger tracking of a new package. it all goes to stderr, but let's not crowd the output regardless.
2017-04-04add ls-files to shell completionDave Reisner
2017-03-12dump stderr when calling ls-files through completionDave Reisner
2017-03-12add ls-files subcommand, allow showing files other than PKGBUILDDave Reisner
2014-08-29add 'show' verb, to display a PKGBUILD for a packageDave Reisner
2014-08-20Initial commit of zsh completionJason Ryan
2014-08-17bash-completion: add list-local to verb listDave Reisner
2014-08-16add bash-completionDave Reisner