commit 73798058c0dc51f7eb2acc9597a7fc0939b5c424
parent aa28e4daebcd7dbcb371a9936e64ed8e4c4a6677
Author: Michael Constantine Dimopoulos <mk@mcdim.xyz>
Date: Sat, 24 Jul 2021 22:13:10 +0000
Updated manpages & readme
Diffstat:
5 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
@@ -25,6 +25,6 @@ And it will ask you for the target's information & generate the dictionary for y
For advanced usage, you can read the manpages of each tool. What they all do, really, is enhance small dictionaries. For example you can run
```
-cat words.txt | nhance | nrev | nleet | ninc > words2.txt
+cat words.txt | nhance -f | nrev | nleet | ninc 1 10 > words2.txt
```
on a small wordlist and you can see the result for yourself.
diff --git a/enhance/nhance.1 b/enhance/nhance.1
@@ -1,13 +1,13 @@
-.\" Manpage for Nhance
+.\" Manpage for nhance
-.TH man 8 "15 Jul 2021" "1.2" "Nhance manual page"
+.TH man 8 "15 Jul 2021" "1.2" "nhance manual page"
.SH NAME
Ninc \- Narthex enhancer
.SH SYNOPSIS
cat dictionary.txt | nhance [OPTIONS] > output.txt
nhance [OPTIONS] dictionary.txt
.SH DESCRIPTION
-Nhance reads from standard input or a file and appends to it the lines capitalized. It prints to standard output.
+nhance reads from standard input or a file and appends to it the lines capitalized. It prints to standard output.
.SH OPTIONS
-f Append full capitalizations as well
diff --git a/inc/ninc.1 b/inc/ninc.1
@@ -1,12 +1,12 @@
-.\" Manpage for Ninc
+.\" Manpage for ninc
-.TH man 8 "15 Jul 2021" "1.0" "Ninc manual page"
+.TH man 8 "15 Jul 2021" "1.0" "ninc manual page"
.SH NAME
-Ninc \- Narthex incrementor
+ninc \- Narthex incrementor
.SH SYNOPSIS
cat dictionary.txt | ninc [MIN] [MAX] [OPTIONS] > output.txt
.SH DESCRIPTION
-Ninc reads from standard input and multiplies each line with the difference of max-min, and appends n to each line, where n is increased after every line from min to max inclusive. It prints to standard output.
+ninc reads from standard input and multiplies each line with the difference of max-min, and appends n to each line, where n is increased after every line from min to max inclusive. It prints to standard output.
.SH OPTIONS
-n increment numerical lines
diff --git a/leet/nleet.1 b/leet/nleet.1
@@ -1,13 +1,13 @@
-.\" Manpage for Nleet
+.\" Manpage for nleet
-.TH man 8 "15 Jul 2021" "1.2" "Nleet manual page"
+.TH man 8 "15 Jul 2021" "1.2" "nleet manual page"
.SH NAME
-Ninc \- Narthex leetifier
+ninc \- Narthex leetifier
.SH SYNOPSIS
cat dictionary.txt | nhance [OPTIONS] > output.txt
nhance [OPTIONS] dictionary.txt
.SH DESCRIPTION
-Nleet reads from standard input or a file and appends to it the lines leetified (hello -> h3ll0). It prints to standard output.
+nleet reads from standard input or a file and appends to it the lines leetified (hello -> h3ll0). It prints to standard output.
.SH OPTIONS
-v print version and exit
diff --git a/rev/nrev.1 b/rev/nrev.1
@@ -1,13 +1,13 @@
-.\" Manpage for Nrev
+.\" Manpage for nrev
-.TH man 8 "15 Jul 2021" "1.0" "Nrev manual page"
+.TH man 8 "15 Jul 2021" "1.0" "nrev manual page"
.SH NAME
Ninc \- Narthex reverser
.SH SYNOPSIS
cat dictionary.txt | nhance [OPTIONS] > output.txt
nhance [OPTIONS] dictionary.txt
.SH DESCRIPTION
-Nrev reads from standard input or a file and appends to it the lines reversed. It prints to standard output.
+nrev reads from standard input or a file and appends to it the lines reversed. It prints to standard output.
.SH OPTIONS
-v print version and exit