aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_print_packages.fish
Commit message (Collapse)AuthorAge
* __fish_print_packages: use libzypp builtin cache for zypperGravatar Sam Yu2016-03-30
|
* Fix package listing for zypperGravatar Spittie2016-02-12
| | | | | -E is only supported by BSD sed, switch to -r which is also supported by GNU sed
* Rename sgrep to __fish_sgrepGravatar Fabian Homborg2015-09-09
| | | | Makes it harder to cause issues with aliases, see fish-shell#2245
* __fish_print_packages: add support for zypperGravatar David Adam2014-11-13
| | | | Closes #1787.
* Adopt the new type -q flag in the other functionsGravatar Kevin Ballard2014-07-13
|
* avoid symlink attacks in __fish_print_packages and spawning fishdGravatar David Adam2014-05-12
| | | | | | | | | | * use $XDG_CACHE_HOME for __fish_print_packages completion caches * when starting fishd, redirect fishd output to /dev/null, not a predictable path Fix for CVE-2014-3219. Closes #1440.
* Caching for pacman packages.Gravatar Eric Mrak2014-02-16
|
* adding completion for aura. adding pacman integration for __fish_print_packagesGravatar Eric Mrak2014-02-16
|
* __fish_print_packages: correct syntax for yum, improve yum/rpm pipelinesGravatar David Adam2014-01-29
| | | | | | | Closes #1269 (output to cache file). Reworks the editing pipeline for both yum and rpm completions down to a single sed command.
* Fix __fish_print_packages for rpmGravatar Max Gonzih2014-01-13
|
* __fish_print_packages: ignore errors, do less manipulationGravatar David Adam2013-09-17
| | | | | | | | Closes #479 by piping STDERR to /dev/null. Also does much less manipulation of the package list; there are no packages in any of the archives containing the names that are stripped out as far as I can see.
* __fish_print_packages: whitespace fixGravatar David Adam2013-09-17
|
* Portmaster completionsGravatar James French2013-06-17
| | | | | | | * Added FreeBSD's pkg to __fish_print_packages * Portmaster completes on installed packages and ports * Options list as per fish_generate_completions, needs to be tidied up further but will suffice for now
* recreate yum-cache file every six hours.Gravatar aliva2013-03-02
|
* autocomplete 'yum install' using yum cacheGravatar aliva2013-03-01
|
* Use eix instead of emerge when possibleGravatar James Bowlin2010-12-02
| | | | | | | | | On Gentoo the eix program is MUCH faster than emerge for listing package names. I've left the emerge code in as a 2nd choice because not every Gentoo system has eix installed (although they should). Also, the emerge code didn't seem to produce any output on my system. Signed-off-by: Grissiom <chaos.proton@gmail.com>
* remove trialing spaces #2Gravatar Grissiom2010-09-18
|
* Use the math function instead of calling bc directly in various placesGravatar axel2006-12-13
| | | | darcs-hash:20061212171118-ac50b-a40709edf008f3d725e3755d5282ae5a84818c88.gz
* Replace all internal uses of grep with sgrep, which is a wrapper around grep ↵Gravatar axel2006-11-30
| | | | | | that strips away any GREP_OPTIONS. This is needed to avoid users who have added arbitrary switches to GREP_OPTIONS, thus changing its behaviour. darcs-hash:20061129140004-ac50b-485ff6bfd71e9459ba62461f6e093ca5c9ddd664.gz
* Use 'type -f' instead of 'which' to test for presense of command, since the ↵Gravatar axel2006-03-14
| | | | | | latter does not set the exit status correctly on all platforms darcs-hash:20060314002127-ac50b-6ed726bdcc9e3a7a9608a904c382973799dc73ef.gz
* 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