-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/sh | ||
# autodescribe - automatically extract comments from files | ||
# | ||
# Copyright (c) 2023 Dan Fandrich <[email protected]> | ||
# Copyright (c) 1998-2024 Dan Fandrich <[email protected]> | ||
# Licensed under the MIT license (see LICENSE). | ||
|
||
if [ -n "$ZSH_VERSION" ]; then | ||
|
@@ -1276,7 +1276,7 @@ comment_pnm () { | |
########################### | ||
|
||
if [ $# -eq 0 -o "$1" = "-h" -o "$1" = "-?" ] ; then | ||
echo 'autodescribe ver. 7-dev' | ||
echo 'autodescribe ver. 7' | ||
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' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.\" -*- nroff -*- | ||
.TH AUTODESCRIBE 1 "2023-06-19" "autodescribe version 7-dev" | ||
.TH AUTODESCRIBE 1 "2024-01-10" "autodescribe version 7" | ||
.SH NAME | ||
autodescribe \- automatically extract descriptions from files | ||
.SH SYNOPSIS | ||
|
@@ -343,5 +343,5 @@ See https://github.com/dfandrich/fileviewinfo/ | |
.\" --------------------------------------------------------------------------- | ||
.SH COPYRIGHT | ||
.B autodescribe | ||
is Copyright (c) 2023 Dan Fandrich <[email protected]>. | ||
is Copyright (c) 2021\(en2024 Dan Fandrich <[email protected]>. | ||
Licensed under the MIT license (see LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/sh | ||
# automtime - automatically get modification time from internal file metadata | ||
# | ||
# Copyright (c) 2023 Dan Fandrich <[email protected]> | ||
# Copyright (c) 2023-2024 Dan Fandrich <[email protected]> | ||
# Licensed under the MIT license (see LICENSE). | ||
|
||
########################### | ||
|
@@ -859,7 +859,7 @@ mtime_zpaq () { | |
########################### | ||
|
||
if [ $# -eq 0 -o "$1" = "-h" -o "$1" = "-?" ] ; then | ||
echo 'automtime ver. 7-dev' | ||
echo 'automtime ver. 7' | ||
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' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.\" -*- nroff -*- | ||
.TH AUTOMTIME 1 "2023-06-19" "automtime version 7-dev" | ||
.TH AUTOMTIME 1 "2024-01-10" "automtime version 7" | ||
.SH NAME | ||
automtime \- automatically extract modification times from files | ||
.SH SYNOPSIS | ||
|
@@ -274,5 +274,5 @@ See https://github.com/dfandrich/fileviewinfo/ | |
.\" --------------------------------------------------------------------------- | ||
.SH COPYRIGHT | ||
.B automtime | ||
is Copyright (c) 2023 Dan Fandrich <[email protected]>. | ||
is Copyright (c) 2023\(en2024 Dan Fandrich <[email protected]>. | ||
Licensed under the MIT license (see LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/sh | ||
# fv - archive and package directory lister | ||
# | ||
# Copyright (c) 2023 Dan Fandrich <[email protected]> | ||
# Copyright (c) 2003-2024 Dan Fandrich <[email protected]> | ||
# Licensed under the MIT license (see LICENSE). | ||
# | ||
# Format of archive entries in this file: | ||
|
@@ -31,7 +31,7 @@ | |
# in the first position. These extensions are listed using the -l option. | ||
|
||
usage () { | ||
echo 'fv ver. 7-dev' | ||
echo 'fv ver. 7' | ||
echo 'Displays directory listings for many archive types.' | ||
echo '' | ||
echo 'Usage: fv [-v] [-?] [-h] [-l] [-t type] archive1 [ archive2 ... ]' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.\" -*- nroff -*- | ||
.TH FV 1 "2023-06-19" "fv version 7-dev" | ||
.TH FV 1 "2024-01-10" "fv version 7" | ||
.SH NAME | ||
fv \- archive and package directory lister | ||
.SH SYNOPSIS | ||
|
@@ -439,7 +439,7 @@ for displaying directories of MS-DOS archives. | |
.\" --------------------------------------------------------------------------- | ||
.SH COPYRIGHT | ||
.B fv | ||
is Copyright (c) 2023 Dan Fandrich <[email protected]>. | ||
is Copyright (c) 2003\(en2024 Dan Fandrich <[email protected]>. | ||
Licensed under the MIT license (see LICENSE). | ||
.\" --------------------------------------------------------------------------- | ||
.SH "SEE ALSO" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/sh | ||
# fvi - file metainformation lister | ||
# | ||
# Copyright (c) 2023 Dan Fandrich <[email protected]> | ||
# Copyright (c) 2009-2024 Dan Fandrich <[email protected]> | ||
# Licensed under the MIT license (see LICENSE). | ||
# | ||
# Format of file type entries in this file: | ||
|
@@ -31,7 +31,7 @@ | |
# in the first position. These extensions are listed using the -l option. | ||
|
||
usage () { | ||
echo 'fvi ver. 7-dev' | ||
echo 'fvi ver. 7' | ||
echo 'Displays metadata for many file types.' | ||
echo '' | ||
echo 'Usage: fvi [-v] [-?] [-h] [-l] [-t type] file1 [ file2 ... ]' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.\" -*- nroff -*- | ||
.TH FVI 1 "2023-06-19" "fvi version 7-dev" | ||
.TH FVI 1 "2024-01-10" "fvi version 7" | ||
.SH NAME | ||
fvi \- File view info metadata displayer | ||
.SH SYNOPSIS | ||
|
@@ -404,5 +404,5 @@ See https://github.com/dfandrich/fileviewinfo/ | |
.\" --------------------------------------------------------------------------- | ||
.SH COPYRIGHT | ||
.B fvi | ||
is Copyright (c) 2023 Dan Fandrich <[email protected]>. | ||
is Copyright (c) 2021\(en2024 Dan Fandrich <[email protected]>. | ||
Licensed under the MIT license (see LICENSE). |