Skip to content

Commit

Permalink
Bump the version number to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Jun 20, 2023
1 parent 1482b99 commit 09c6a35
Show file tree
Hide file tree
Showing 8 changed files with 90 additions and 36 deletions.
2 changes: 1 addition & 1 deletion autodescribe
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@ comment_pnm () {
###########################

if [ $# -eq 0 -o "$1" = "-h" -o "$1" = "-?" ] ; then
echo 'autodescribe ver. 5-dev'
echo 'autodescribe ver. 6'
echo 'Usage: autodescribe [-?] [-h] [-l] [-e program] [ -q ] [ -t type ] file1 [ file2 ... ]'
echo 'Extracts comments from files'
echo ' -e cmd command to run once for each file with args: comment file'
Expand Down
44 changes: 41 additions & 3 deletions autodescribe.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
.TH AUTODESCRIBE 1 "2023-03-15" "autodescribe version 5-dev"
.TH AUTODESCRIBE 1 "2023-06-19" "autodescribe version 6"
.SH NAME
autodescribe \- automatically extract descriptions from files
.SH SYNOPSIS
Expand Down Expand Up @@ -60,6 +60,8 @@ appdata (Appdata metainfo file)
.LP
arj (ARJ archive)
.LP
asciidoc (AsciiDoc text)
.LP
asm (assembly language source)
.LP
aup (Audacity Project file)
Expand All @@ -68,24 +70,34 @@ avi (Audio Video Interleave file)
.LP
c (C source code)
.LP
cmake (CMake build file)
.LP
cue (CD cue index file)
.LP
dar (Disk Archiver archive)
.LP
deb (Debian package)
.LP
desktop (XDG desktop entry file)
.LP
dll (Microsoft Windows PE dynamic link library)
.LP
docbook (DocBook document)
.LP
docx (MS Word document)
docx (Microsoft Office document)
.LP
ebook (E-book formats, epub, azw, fbz, etc.)
.LP
egg (Python egg package)
.LP
exe (Microsoft Windows PE executable)
.LP
first_line (first line of text file)
.LP
flac (FLAC audio file)
.LP
flatpakref (Flatpak Reference File)
.LP
fodf (Open Document Format flat file)
.LP
gcode (G-code machine control file)
Expand All @@ -102,12 +114,16 @@ ics (iCalendar entry)
.LP
iso (ISO-9660 CD-ROM image)
.LP
jar (Java jar)
.LP
jpeg (JPEG JFIF image)
.LP
kdenlive (Kdenlive file)
.LP
kra (Krita image)
.LP
lsm (Linux Software Map)
.LP
lzh (lzh/lha archive with desc.sdi comment)
.LP
man (man page)
Expand All @@ -134,12 +150,18 @@ pam (Portable Arbitrary Map image)
.LP
pascal (Pascal source code)
.LP
\&.patch git format-patch
patch (git format-patch)
.LP
pcap (Pcap network capture file)
.LP
pc (pkg-config library file)
.LP
pctmpl (pkg-config library file template)
.LP
pdf (Portable Document Format)
.LP
plist (Apple property list)
.LP
png (PNG image)
.LP
pnm (pbm/pgm/ppm Portable Any Map image)
Expand All @@ -152,12 +174,18 @@ py (Python source code)
.LP
rpm (rpm package)
.LP
rss (Really Simple Syndication)
.LP
sh (shell script)
.LP
sla (Scribus document)
.LP
slob (Sorted List of Blobs dictionary)
.LP
snap (Snap package)
.LP
spdx (Software Package Data Exchange)
.LP
stl (STL model file)
.LP
subject (news article or mail file)
Expand All @@ -166,6 +194,8 @@ svg (Scalable Vector Graphics image)
.LP
svgz (Compressed Scalable Vector Graphics image)
.LP
tbz2 (bzip2-compressed tar archive)
.LP
tellico (Tellico database file)
.LP
texi (Texinfo document)
Expand All @@ -176,6 +206,14 @@ tgz (compressed tar archive)
.LP
tiff (TIFF image)
.LP
tlzip (lzip-compressed tar archive)
.LP
tlzma (lzma-compressed tar archive)
.LP
txz (xzip-compressed tar archive)
.LP
tzst (zstd-compressed tar archive)
.LP
uue (UUencoded file)
.LP
wacz (Web Archive Collection Zipped)
Expand Down
2 changes: 1 addition & 1 deletion automtime
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ mtime_zpaq () {
###########################

if [ $# -eq 0 -o "$1" = "-h" -o "$1" = "-?" ] ; then
echo 'automtime ver. 5-dev'
echo 'automtime ver. 6'
echo 'Usage: automtime [-?] [-h] [-l] [-m] [-e program] [ -q ] [ -t type ] file1 [ file2 ... ]'
echo 'Extracts modification from internal file metadata'
echo ' -e cmd command to run once for each file with args: mtime file'
Expand Down
12 changes: 11 additions & 1 deletion automtime.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
.TH AUTOMTIME 1 "2023-03-15" "automtime version 5-dev"
.TH AUTOMTIME 1 "2023-06-19" "automtime version 6"
.SH NAME
automtime \- automatically extract modification times from files
.SH SYNOPSIS
Expand Down Expand Up @@ -59,6 +59,12 @@ arj (arj archive)
.LP
cab (Microsoft Cabinet archive)
.LP
cpio (CPIO Archive)
.LP
cpiogz (gzip-compressed CPIO Archive)
.LP
dar (Disk Archiver archive)
.LP
dat (Allegro4 not packed datafile)
.LP
dll (Microsoft Windows PE dynamic link library)
Expand Down Expand Up @@ -101,6 +107,8 @@ odf (Open Document Format)
.LP
otf (OpenType font/TrueType font)
.LP
patch (unified diff style patch)
.LP
pcap (Pcap network capture file)
.LP
pdf (Portable Document Format)
Expand All @@ -119,6 +127,8 @@ shar (shell archive)
.LP
sla (Scribus document)
.LP
slob (Sorted List of Blobs dictionary)
.LP
squashfs (Squashfs filesystem image)
.LP
svg (Scalable Vector Graphics image)
Expand Down
2 changes: 1 addition & 1 deletion fv
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# in the first position. These extensions are listed using the -l option.

usage () {
echo 'fv ver. 5-dev'
echo 'fv ver. 6'
echo 'Displays directory listings for many archive types.'
echo ''
echo 'Usage: fv [-v] [-?] [-h] [-l] [-t type] archive1 [ archive2 ... ]'
Expand Down
4 changes: 2 additions & 2 deletions fv.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
.TH FV 1 "2023-03-15" "fv version 5-dev"
.TH FV 1 "2023-06-19" "fv version 6"
.SH NAME
fv \- archive and package directory lister
.SH SYNOPSIS
Expand Down Expand Up @@ -66,7 +66,7 @@ This version supports the following file extensions:
.SM .tar.gz .tar.lz .tar.lzma .tar.xz .tar.Z .tar.z .tar.zst .tardist .taz
.SM .tbz .tbz2 .tc .tgz .tlz .txz .uRamdisk .uu .uua .uue .wacz .wad .wal
.SM .war .wfp .whl .wsz .x64 .xar .xlsx .xpi .xps .xz .Z .z .zip .zoo .zpaq
.SM .zst .zz .[psrud]00 winmail.dat
.SM .zst .zz .[psrud]00 gz winmail.dat xz zst
.\" End of mechanically-generated section
.LP
Not all files supported are strictly archive types; several structured
Expand Down
2 changes: 1 addition & 1 deletion fvi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# in the first position. These extensions are listed using the -l option.

usage () {
echo 'fvi ver. 5-dev'
echo 'fvi ver. 6'
echo 'Displays metadata for many file types.'
echo ''
echo 'Usage: fvi [-v] [-?] [-h] [-l] [-t type] file1 [ file2 ... ]'
Expand Down
58 changes: 32 additions & 26 deletions fvi.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
.TH FVI 1 "2023-03-15" "fvi version 5-dev"
.TH FVI 1 "2023-06-19" "fvi version 6"
.SH NAME
fvi \- File view info metadata displayer
.SH SYNOPSIS
Expand Down Expand Up @@ -49,30 +49,30 @@ This version supports the following file extensions:
.SM .3g2 .3gp .3mf .4xm .7z .a .aac .ac3 .adts .aiff .alaw .amf .amr .amv .apc
.SM .ape .apk .apkm .application .asf .asf_stream .au .avi .avs .bethsoftvid
.SM .bpb .bz2 .c93 .cacrt .cfi .cgm .cgz .chrt .class .cpm .crc .crl .crt
.SM .csr .d2m .d4m .d80 .d81 .d88 .daud .db .depot .depot.gz .der .dex .dfi
.SM .dirac .dll .dmg .dmk .dng .docm .docx .ds2 .dsc .dsicin .dsk .dtb .dti
.SM .dts .dv .dv1394 .dvd .dxa .ea .edsk .egg .epk .eps .epub .exe .f3d .fdi
.SM .ffm .fig .film_cpk .flac .flic .flv .flw .fodg .fodp .fods .fodt .fpm
.SM .fpx .framecrc .gdbm .gif .gmo .gpg .gplt .gpx .gxf .gz .h261 .h263 .h264
.SM .heic .heic .heif .hfe .hpgl .idcin .image2 .image2pipe .imd .ingenient
.SM .ipf .ipg .ipk .ipmovie .iso .jar .jbig .jfif .jp2 .jpeg .jpg .key .kfo
.SM .kil .kmz .kpr .kra .ksp .kwd .libnut .lif .lz .lzma .lzo .m1v .m2v .m4a
.SM .m4v .matroska .mbd .mgt .mj2 .mjpeg .mkv .mm .mmf .mng .mo .mov .mp2
.SM .mp3 .mp4 .mpc .mpe .mpeg .mpeg1video .mpeg2video .mpegts .mpegtsraw
.SM .mpegvideo .mpg .mpg4 .mpjpeg .msa .mts .MTV .mulaw .mxf .nif .nsv .nth
.SM .null .nut .nuv .o .odf .odg .odp .ods .odt .ogg .ogv .opd .oss .otf
.SM .otg .otp .ots .pam .par .pbm .pcl .pcx .pdf .pem .pet .pfa .pfb .pgm
.SM .pgp .pk3 .png .pnm .po .ppm .ps .psp .psxstr .pyc .pyd .pyo .qpk .qpr
.SM .qt .ram .rar .raw .rawvideo .redir .resource .rle .rm .RoQ .rpm .rsn
.SM .rtp .rtsp .rub .rz .s16be .s16le .s24 .s8 .sad .sb2 .sb3 .sbt .scl .scp
.SM .sdf .sdp .shn .siff .sig .sis .slob .slp .smk .snap .so .so.? .so.??
.SM .so.??? .sol .spm .sqlite .sqlite3 .sqsh .squashfs .stl .svcd .svg
.SM .svgz .swf .sxd .sxi .sxm .sxw .taz .tbz .tbz2 .tc .tc-compressed .td0
.SM .tdb .tgz .thp .tiertexseq .tif .tiff .tlz .torrent .trd .tta .ttf .txd
.SM .txz .typelib .u16be .u16le .u8 .udi .vc1 .vcd .video4linux .video4linux2
.SM .vmd .vob .voc .wacz .wal .war .warc.gz .wav .wc3movie .webm .webp .whl
.SM .wmf .wmv .wmz .woff .wsaud .wsvqa .wsz .wv .x11grab .xbm .xpi .xpm .xps
.SM .xz .yuv4mpegpipe .Z .z .zip .zst
.SM .csr .d2m .d4m .d80 .d81 .d88 .dar .daud .db .deb .depot .depot.gz .der
.SM .dex .dfi .dirac .dll .dmg .dmk .dng .docm .docx .ds2 .dsc .dsicin .dsk
.SM .dtb .dti .dts .dv .dv1394 .dvd .dxa .ea .edsk .egg .epk .eps .epub .exe
.SM .f3d .fdi .ffm .fig .film_cpk .flac .flic .flv .flw .fpm .fpx .framecrc
.SM .gdbm .gif .gmo .gpg .gplt .gpx .gxf .gz .h261 .h263 .h264 .heic .heic
.SM .heif .hfe .hpgl .idcin .image2 .image2pipe .imd .ingenient .ipf .ipg .ipk
.SM .ipmovie .iso .jar .jbig .jfif .jp2 .jpeg .jpg .key .kfo .kil .kmz .kpr
.SM .kra .ksp .kwd .libnut .lif .lz .lzma .lzo .m1v .m2v .m4a .m4v .matroska
.SM .mbd .mgt .mj2 .mjpeg .mkv .mm .mmf .mng .mo .mov .mp2 .mp3 .mp4 .mpc
.SM .mpe .mpeg .mpeg1video .mpeg2video .mpegts .mpegtsraw .mpegvideo .mpg
.SM .mpg4 .mpjpeg .msa .mts .MTV .mulaw .mxf .nif .nsv .nth .null .nut .nuv
.SM .o .odf .odg .odp .ods .odt .ogg .ogv .opd .opk .oss .otf .otg .otp .ots
.SM .pam .par .pbm .pcl .pcx .pdf .pem .pet .pfa .pfb .pgm .pgp .pk3 .png
.SM .pnm .po .ppm .pptx .ps .psp .psxstr .pyc .pyd .pyo .qpk .qpr .qt .ram
.SM .rar .raw .rawvideo .redir .resource .rle .rm .RoQ .rpm .rsn .rtp .rtsp
.SM .rub .rz .s16be .s16le .s24 .s8 .sad .sb2 .sb3 .sbt .scl .scp .sdf .sdp
.SM .shn .siff .sig .sis .slob .slp .smk .snap .so .so.? .so.?? .so.???
.SM .sol .spm .sqlite .sqlite3 .sqsh .squashfs .stl .svcd .svg .svgz .swf .sxd
.SM .sxi .sxm .sxw .taz .tbz .tbz2 .tc .tc-compressed .td0 .tdb .tgz .thp
.SM .tiertexseq .tif .tiff .tlz .torrent .trd .tta .ttf .txd .txz .typelib
.SM .u16be .u16le .u8 .udi .vc1 .vcd .video4linux .video4linux2 .vmd .vob
.SM .voc .wacz .wal .war .warc.gz .wav .wc3movie .webm .webp .whl .wmf .wmv
.SM .wmz .woff .wsaud .wsvqa .wsz .wv .x11grab .xbm .xlsx .xpi .xpm .xps
.SM .xz .yuv4mpegpipe .Z .z .zip .zst gz xz zst
.\" End of mechanically-generated section
.LP
It is trivial to add more file types to
Expand Down Expand Up @@ -113,12 +113,16 @@ Compressed Scalable Vector Graphic image file
.LP
Compressed Web Archive Collection file
.LP
Debian distribution archive
.LP
DER certificate
.LP
Device Tree Binary file
.LP
Digital Negative Raw Image
.LP
Disk Archiver archive
.LP
EPub Document
.LP
FLAC audio
Expand Down Expand Up @@ -209,6 +213,8 @@ OpenDocument Spreadsheet
.LP
OpenDocument Spreadsheet Template
.LP
OpenMoko package
.LP
OpenOffice Drawing
.LP
OpenOffice Impress Presentation
Expand All @@ -231,7 +237,7 @@ Private key
.LP
Python compiled file
.LP
Python package
Python egg package
.LP
Python wheel package
.LP
Expand Down

0 comments on commit 09c6a35

Please sign in to comment.