Narthex

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

nleet.1 (646B)


      1 .\" Manpage for nleet
      2 
      3 .TH man 8 "15 Jul 2021" "1.4.0" "nleet manual page"
      4 .SH NAME
      5 nleet \- Narthex leetifier
      6 .SH SYNOPSIS
      7 cat dictionary.txt | nleet > output.txt
      8 cat dictionary.txt | nleet a:4 t:7 > output.txt
      9 nleet dictionary.txt
     10 nleet dictionary.txt e:3
     11 .SH DESCRIPTION
     12 nleet reads from standard input or a file and appends to it the lines leetified (hello -> h3ll0) as pre-determined, or as the user specified. It prints to standard output.
     13 
     14 .SH OPTIONS
     15 -v	print version and exit
     16 
     17 -h	print help panel and exit
     18 
     19 .SH AUTHOR
     20 Michael Constantine Dimopoulos <mk@mcdim.xyz>
     21 
     22 https://mcdim.xyz
     23 
     24 .SH LICENSE
     25 GNU General Public License 3.0 (GPL-3.0)