[Pkg-electronics-devel] Bug#806417: provide zsh completion for gschem and pcb
chrysn
chrysn at fsfe.org
Fri Nov 27 10:04:51 UTC 2015
Package: geda-gaf
Version: 1:1.9.1-1
Severity: wishlist
please consider shipping zsh vendor completion files for gschem and pcb.
those would limit tab completion to the respectively accepted file
types, speeding up workflows in which .sch/.pcb files are opened from
the command line; this is particularly useful for gschem/pcb, as files
often share a base name.
the attached files have the described effect when placed in
/usr/share/zsh/vendor-completions/ by a package without further action.
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.2.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
Versions of packages geda-gaf depends on:
ii geda-symbols 1:1.9.1-1
ii guile-2.0-libs 2.0.11+1-10
ii libc6 2.19-22
ii libcairo2 1.14.4-1
ii libgeda44 1:1.9.1-1
ii libgedacairo1 1:1.9.1-1
ii libglib2.0-0 2.46.2-1
ii libgtk2.0-0 2.24.28-1
geda-gaf recommends no packages.
geda-gaf suggests no packages.
-- no debconf information
--
To use raw power is to make yourself infinitely vulnerable to greater powers.
-- Bene Gesserit axiom
-------------- next part --------------
#compdef pcb
_files -g '*.(fp|pcb)'
-------------- next part --------------
#compdef gschem
_files -g '*.(sym|sch)'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-electronics-devel/attachments/20151127/047151aa/attachment.sig>
More information about the Pkg-electronics-devel
mailing list