Skip to content

Rikoru/cli-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cli-tools

A variety of command-line tools

Features

  • Allows for the transmutation of text into interesting(?) shapes
  • Display help with ./cli-tools or ./cli-tools -h

Roadmap

  • Users will be able to save time doing silly things

What are some example use-cases?

transmute wrap-box

A user wants to create a box of text, like so:

T E S T
E S T T
S T T E
T T E S
  • This becomes inconvenient to do manually for larger sized boxes
  • Can be done with ./cli-tools -Tw 'TEST' or ./cli-tools --transmute -w 'TEST'

Usage:

cli-tools {-T | --transmute} [options] options:

  • -l, --lower = Sets more to lower for applicable transmutations.
  • -g = Creates a gradient of the given input.
  • -w = Creates a wrapped box of the given input.
  • -r = Creates a left-ended right-angle of the input.

About

A variety of command-line tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published