aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjozan <jozan@noemail.net>2020-11-14 22:35:56 +0000
committerjozan <jozan@noemail.net>2020-11-14 22:35:56 +0000
commit7f1507233e30dd2544ead47e48c04522166b0e17 (patch)
tree77da0dc4579d6c103496808ad80e0d8ab5f60c16
parentNew rule for aa, documentation in progress (diff)
downloadunixize-7f1507233e30dd2544ead47e48c04522166b0e17.tar.gz
unixize-7f1507233e30dd2544ead47e48c04522166b0e17.tar.bz2
unixize-7f1507233e30dd2544ead47e48c04522166b0e17.tar.xz
unixize-7f1507233e30dd2544ead47e48c04522166b0e17.tar.zst
unixize-7f1507233e30dd2544ead47e48c04522166b0e17.zip
Documentation in progress
FossilOrigin-Name: 603cf99c88828121c248c4cec031c23d968b5a4a9b1a3055252e131bf39bdf97
-rw-r--r--man/unixize.128
1 files changed, 24 insertions, 4 deletions
diff --git a/man/unixize.1 b/man/unixize.1
index f58fd4c..6dec62c 100644
--- a/man/unixize.1
+++ b/man/unixize.1
@@ -62,12 +62,15 @@
.P
..
.
+.
.TH unixize 1 "14 November 2020" "unixize 1.0"
.
+.
.SH NAME
.B unixize
\- bulk rename directory
.
+.
.SH SYNOPSIS
.SY unixize
.RB [ \-ahiknprRv ]
@@ -77,6 +80,7 @@
.RI [ directory ]
.YS
.
+.
.SH DESCRIPTION
.P
The
@@ -86,25 +90,41 @@ utility renames all file in a given
to a predefined style. Without any
.I directory
option specified, the current working directory will be assumed.
-.P
All upper-case
characters will be set to lower-case.
+.
.file_example FILE file
+.
All unicode characters will be deleted
except for latin extended ascii characters, which will be replaced by the most
meaningful ascii character (or double characters).
-.file_example Hliðskjálf.jpg hlidhskjalf.jpg
+.
+.file_example \(EuHliðskjálf\(de\(dd.jpg hlidhskjalf.jpg
+.
Spaces will be substitued by a
.BR separator ,
either underscores
.squoted_char _
-by default or hyphens
+by default
+.
+.file_example "a file with spaces.org" "a_file_with_spaces.org"
+.
+or hyphens
.squoted_char -
with the
.B -n
-option. The
+option.
+.file_example "a file with spaces.org" "a-file-with-spaces.org"
+.
+Multiple spaces will be condensed into only one
+.BR sparator .
.
+.file_example "lots of spaces.gif" "lots_of_spaces.gif"
.
+All other non alphanum chars...
.
.
+.
+.
+.P
unixize can subst ext... see \(lqOPTIONS\(rq bellow.