fish-shell/share
Fabian Boehm 81cd035950 print_apt_packages: Go back to apt-cache for non-installed packages
Unfortunately, /var/lib/dpkg/status on recent-ish Debian versions at
least only contains the *installed* packages, rendering this solution
broken.

What we do instead is:

1. Remove a useless newline from each package, so our limit would now
let more full package data sets through
2. Increase the limit by 5x

This yields a completion that runs in ~800ms instead of ~700ms on a
raspberry pi, but gives ~10x the candidates, compared to the old
apt-cache version.

This partially reverts 96deaae7d8
2023-08-22 22:17:22 +02:00
..
completions Shortens rsync completion description 2023-08-21 17:51:15 +02:00
functions print_apt_packages: Go back to apt-cache for non-installed packages 2023-08-22 22:17:22 +02:00
groff
tools Replace more escapes with quotes in man parser (#9961) 2023-08-19 17:10:22 +02:00
__fish_build_paths.fish.in
config.fish share/config.fish: Quit if job expansion hack errors 2023-06-10 15:36:36 +02:00