Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Add .tif as valid extension for TIFF files in _imagemagick, _graphicsmagick, _okular
- X-seq: zsh-workers 39226
- From: Antony Lee <antony.lee@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Add .tif as valid extension for TIFF files in _imagemagick, _graphicsmagick, _okular
- Date: Wed, 7 Sep 2016 10:48:09 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to; bh=qdPJPVPjsAythibvK8mZawfkgXq8l/SqkS/tkxBfw+0=; b=BHReWVrWzi/CMzHWzUbnWtZ/MOVhxMCY1kV/WIwHI4Avw5AfCkmybEZFmpAsM29Gmd qx1C2tnDdsTE+Cf6XNytFdPmx9SbbxSd0PS3cZSOTZYyAunf3nuA9wi5NMxGQZVsWxRA Lke7xqpJZSuVADf1qlFFCwoHywmF3EzLSqvt708r1qjUm3ROAYeW+AQahRclItnC1zGr PCEHDHFpOjZkIBE6yjK8xotfPVK55pPF+/y4q8wstROTzBrytlEiGoeus4kAk2Q7DxXb E0YudxRfpfestAnDt2MvAV+SWpTPv918SpmMzHZEY7DxFh5VYMH6i92t40t1AbKZYqZK e2uA==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Sender: anntzer.lee@xxxxxxxxx
Hi,
Currently, the Unix/_imagemagick, Unix/_graphicsmagic and X/_okular
completers only recognize .tiff, but not .tif, as the extension of a TIFF
file (the latter is common for files generated on Windows due to 8.3
filenames). Compare with X/_{gqview,xv} which do recognize .tif as well.
I have checked that the underlying utilities do recognize .tif as an
extension, so could it be added to the respective completers? Another
completer which may be enhanced is the `-exportlanguage` flag in `X/_xfig`
but I have not checked that xfig does actually suppport ".tif" instead of
".tiff".
Thanks,
Antony
Messages sorted by:
Reverse Date,
Date,
Thread,
Author