aboutsummaryrefslogtreecommitdiffstats
path: root/man/unixize.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/unixize.1')
-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.