This package browser is in early development. Mind the rough edges.

textpieces

Quick text processor

Text Pieces is a tool for quick text transformations such as checksums, encoding, decoding, etc.

The basic features of Text Pieces are:

  • Base64 encoding and decoding

  • SHA-1, SHA-2 and MD5 checksums

  • Prettify and minify JSON

  • Covert JSON to YAML and vice versa

  • Count lines, symbols and words

  • Escape and unescape string, URL and HTML

  • Remove leading and trailing whitespaces

  • Sort and reverse sort lines

  • Reverse lines and whole text

  • You can write your own scripts and create custom tools

Installation

Install the latest version of textpieces as follows:

guix install textpieces

Or install a particular version:

guix install textpieces@3.2.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.