zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: bzip2 stuff for completions.
@ 1999-07-23  6:27 Tanaka Akira
  0 siblings, 0 replies; only message in thread
From: Tanaka Akira @ 1999-07-23  6:27 UTC (permalink / raw)
  To: zsh-workers

Here is bzip2 stuff for completions.
This is an adaptation of _gzip and _gunzip.

--- /dev/null	Fri Jul 23 02:59:16 1999
+++ Completion/User/_bzip2	Fri Jul 23 15:23:32 1999
@@ -0,0 +1,3 @@
+#compdef bzip2
+
+_files -g '*~*.bz2'
--- /dev/null	Fri Jul 23 02:59:16 1999
+++ Completion/User/_bunzip2	Fri Jul 23 15:23:58 1999
@@ -0,0 +1,3 @@
+#compdef bunzip2 bzcat
+
+_files -g '*.bz2'
-- 
Tanaka Akira


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-07-23  6:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-07-23  6:27 PATCH: bzip2 stuff for completions Tanaka Akira

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).