A dotnet tool
for various development tasks.
You'll need the .Net 8 runtime installed.
tktk-cli
is available from Nuget:
dotnet tool install tktk-cli -g
tktk -?
tktk about
tktk guid -g 10
where -g
is the number of guids you want to generate. Default is 5.
tktk pw -g 10 -l 32
Where:
-g
is the number of passwords you want to generate, default is 5.
-l
is the password length, default is 16.
tktk conv <value>
Where:
<value>
is a decimal, hexadecimal or binary value. Decimal and binary values always yield their hexadecimal countarpart, hexadecimal values yield their decimal counterpart.
e.g. Decimal:
tktk conv 1234
Hexadecimal:
tktk conv 0x0a0b
Binary:
tktk conv 0b10101
Generate reams of tedious, bloated, pompous text, for fun & testing.
tktk waffle --paragraphs <paragraphs> --seed <random seed> --title --render <form>
Where:
<paragraphs>
is the number of paragraphs you want to generate. 1 by default.<random seed>
is an optional integer to set the randomisation. Using the same integer will produce the same text on subsequent iterations.<form>
is the render form, either text, html or markdown.
Include -t
to add a title.
(c) Tony Knight 2022.
Waffle - contains code originally produced & published by Andrew Clarke (LinkedIn) at his article and public domain source code.