aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_print_pacman_repos.fish
Commit message (Collapse)AuthorAge
* Stringify many completions and functions, with --invert stringification.Gravatar Aaron Gyes2016-04-08
| | | | | | | | I believe apm must have been buggy - example output that I found online showed `tr` was mangling paths with spaces in it. Should be fixed. Also, use dscl on OS X in __fish_complete_users.fish like __fish_print_users.fish already does.
* Introduce __fish_print_pacman_repos helperGravatar Fabian Homborg2015-09-25
This is used in at least 4 places, all of which have a bug in that they print "options" as a valid repo. It seems better to fix it once, especially given that there are tons of AUR helpers and pacman wrappers, all of which might need this info.