aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_complete_pids.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.
* Replace `sed -E` with `string replace`Gravatar Fabian Homborg2015-09-28
| | | | | | | | | This is to the benefit of systems with ancient GNU sed, which does not recognize "-E", but only "-r". Fixes #2305 - even if it doesn't replace all `sed -E` invocations in the codebase, the others are unlikely to occur on CentOS and other similarly crusty systems.
* Fix proc and pid completion on OS X, and improve it on Linux.Gravatar ridiculousfish2013-01-16
| | | | https://github.com/fish-shell/fish-shell/pull/129
* Fix various uses of the GNUism of allowing backslash escapes in the second ↵Gravatar axel2006-03-02
| | | | | | half of a sed regexp substitution darcs-hash:20060302112808-ac50b-46cdf8e99f8f6e8cab0d54f32cf4e4d309775aa1.gz
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17
darcs-hash:20060217101339-ac50b-d93d2c620a4b7f75f05ff461a6edbee001da7613.gz