Narthex

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

ninc.1 (856B)


      1 .\" Manpage for ninc 
      2 
      3 .TH man 8 "15 Jul 2021" "1.2.2" "ninc manual page"
      4 .SH NAME
      5 ninc \- Narthex incrementor
      6 .SH SYNOPSIS
      7 cat dictionary.txt | ninc [MIN] [MAX] [OPTIONS] > output.txt
      8 .SH DESCRIPTION
      9 ninc reads from standard input and, after printing the dictionary as is, it reprints it but 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.
     10 
     11 .SH OPTIONS
     12 -d	user delimiters (specify in a string)
     13 
     14 -n	increment numerical lines
     15 
     16 -v	print version and exit
     17 
     18 -h	print help panel and exit
     19 
     20 .PP
     21 Notice, numerical lines (in this case 1234) are excluded. In order to include them you can use the -n option.
     22 
     23 .SH AUTHOR
     24 Michael Constantine Dimopoulos <mk@mcdim.xyz>
     25 
     26 https://mcdim.xyz
     27 
     28 .SH LICENSE
     29 GNU General Public License 3.0 (GPL-3.0)