Skip to content

1.0

Compare
Choose a tag to compare
@chrishannah chrishannah released this 26 Aug 20:59
· 25 commits to main since this release

First release of Text Case CLI.

This version supports 17 different text transformations:

  • stripHTML - Strip all HTML tags.
  • stripWhitespace - Remove all whitespace.
  • trimWhitespace - Remove any preceeding or succeeding whitespace.
  • clapCase - Put 👏 between every word.
  • hashtags - Convert words into hashtags.
  • rot13 - Reverse all characters.
  • shuffled - Shuffle all characters.
  • slug - Convert the text into a slug.
  • smallCaps - Convert all characters into small capital characters.
  • mockingSpongebob - Turn your words into something sarcastic Spongebob would say
  • upsideDown - Flip all characters.
  • capitalise - Capitalise the first letter.
  • capitaliseWords - Capitalise all words.
  • lowercase - Make all characters lowercase.
  • reversed - Reverse all characters.
  • uppercase - Make all characters uppercase.
  • sentence - Capitalise text as a sentence.

You can pass input text via stdin, --input option, or via a file. The output is sent to stdout, but can also be sent to a file instead.