zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users mailing list <zsh-users@sunsite.dk>
Subject: Re: About completion w/ tar.bz2-files
Date: Sun, 14 Oct 2001 16:04:58 +0000	[thread overview]
Message-ID: <1011014160458.ZM6057@candle.brasslantern.com> (raw)
In-Reply-To: <20011014155903.A24698@silmu.st.jyu.fi>

On Oct 14,  3:59pm, Juhapekka Tolvanen wrote:
}
} On Sun, 14 Oct 2001, +15:38:04 EEST (UTC +0300),
} Clint Adams <clint@zsh.org> pressed some keys:
} 
} > > It seems, that it does not work with tar.bz2 -files yet.
} > 
} > It has for quite some time.  What version are you using?
} 
} zsh 4.0.2 (i586-pc-linux-gnu)

You'll have to explain a little further why you think it doesn't work
with .bz2 files.  Completion of names from inside the archive is keyed
off the extraction arguments in the tar command, not off the file name,
so `tar Ixf foo.tar.bz2 <TAB>' will complete files from the .bz2, and
`tar zxf foo.tar.gz <TAB>' will complete files from the .gz.

You have to use the 1-letter short forms of the tar options; the _tar
function does not yet handle the long-word forms.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


  reply	other threads:[~2001-10-14 16:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-14  4:42 Juhapekka Tolvanen
2001-10-14 12:37 ` Clint Adams
2001-10-14 12:59   ` Juhapekka Tolvanen
2001-10-14 16:04     ` Bart Schaefer [this message]
     [not found]       ` <3BC9B856.8080003@davh.dk>
2001-10-14 18:16         ` Bart Schaefer
2001-10-15 17:20           ` Phil Pennock
2001-10-15 17:23             ` Will Yardley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1011014160458.ZM6057@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).