Narthex

Modular dictionary generator
git clone git@git.mcdim.xyz:/var/www/git/Narthex.git
Log | Files | Refs | README | LICENSE

commit 0ca1aa6c4a6c5cc7644c9bbe32a0ee1166069b4a
parent 0d18a2d4bafd635506a8cac4adacd73a2914f772
Author: Michael Constantine Dimopoulos <31562759+MichaelDim02@users.noreply.github.com>
Date:   Fri, 15 Oct 2021 14:36:02 +0000

Update README.md
Diffstat:
MREADME.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -46,7 +46,8 @@ $ nwiz ``` And it will ask you for the target's information & generate the dictionary for you. -For advanced usage, you can read the manpages of each tool. What they all do, really, is enhance small dictionaries. For example, save a couple keywords into a textfile ```words.txt``` in a different line each, and run the following +## Advanced usage +If you want to make full use of Narthex, you can read the manpages of each tool. What they all do, really, is enhance small dictionaries. They are really minimal, and use Unix text streams to read and output data. For example, save a couple keywords into a textfile ```words.txt``` in a different line each, and run the following ``` $ cat words.txt | nhance -f | ncom | nrev | nleet | ninc 1 30 > dictionary.txt ```