Giter VIP home page Giter VIP logo

tktk-cli's Introduction

tktk-cli

Build & Release

Nuget

A dotnet tool for various development tasks.


Getting Started

Dependenices

You'll need the .Net 8 runtime installed.

Installation

tktk-cli is available from Nuget:

dotnet tool install tktk-cli -g

How to use

Help:

tktk -?

About:

tktk about

Generate Guids

tktk guid -g 10

where -g is the number of guids you want to generate. Default is 5.


Generate Passwords

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.


Base conversions

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 Waffle

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.


Copyright and notices

(c) Tony Knight 2022.

Waffle - contains code originally produced & published by Andrew Clarke (LinkedIn) at his article and public domain source code.

tktk-cli's People

Contributors

tonycknight avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.