Skip to content

A fast, no frills collection of text utilities

License

Notifications You must be signed in to change notification settings

viveksjain/txtl

Repository files navigation

txtl

A fast, no frills collection of TeXt uTiLities (thus txtl). Generates a purely static webpage, all data is processed locally.

Check it out at https://viveksjain.github.io/txtl/

Features

demo.mov
  • Autodetect mode - tries to figure out which of the modes below to use based on the text you paste in
  • Text diff - shows side-by-side diff view. (Click on the right pane and hit Cmd-V or Ctrl-V to paste and automatically switch to this mode.)
  • JSON pretty print
  • Unix epoch time parsing (supports seconds and milliseconds since epoch)
  • Number conversion between decimal, hex, octal and binary (to convert from the latter three, start your number with 0x, 0o or 0b, respectively)
  • URL encoding/decoding
  • Base64 encoding/decoding

Development

  1. Install dependencies
npm install
  1. Run development server
npm run dev

To build a version for production, run npm run build.

About

A fast, no frills collection of text utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published