zsh-workers
 help / color / mirror / code / Atom feed
* Minimal patch to _pdf
@ 2008-12-02  1:26 Richard Hartmann
  2008-12-02  2:21 ` Allan Caffee
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Hartmann @ 2008-12-02  1:26 UTC (permalink / raw)
  To: Zsh Workers

[-- Attachment #1: Type: text/plain, Size: 13 bytes --]

See attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: _pdf.patch --]
[-- Type: text/x-diff; name=_pdf.patch, Size: 576 bytes --]

--- /usr/share/zsh/functions/Completion/Unix/_pdf	2008-08-09 00:51:01.000000000 +0200
+++ killme/_pdf	2008-12-02 02:20:58.928949050 +0100
@@ -1,4 +1,4 @@
-#compdef pdf2dsc pdf2ps pdfimages pdfinfo pdftopbm pdftops pdftotext pdfopt pdffonts kpdf
+#compdef pdf2dsc pdf2ps pdfimages pdfinfo pdftopbm pdftops pdftotext pdfopt pdffonts kpdf okular
 
 local expl ext=''
 
@@ -6,6 +6,10 @@
 #  pdf2dsc pdf2ps pdfopt
 # xpdf:
 #  pdfimages pdfinfo pdftopbm pdftops pdftotext xpdf pdffonts
+# KDE 3:
+#  kpdf
+# KDE 4:
+#  okular
 
 if [[ "$1" == '-z' ]]; then
   ext='(|.gz|.bz2|.Z)'

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-12-02  9:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-02  1:26 Minimal patch to _pdf Richard Hartmann
2008-12-02  2:21 ` Allan Caffee
2008-12-02  9:09   ` Richard Hartmann

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).