0.1.10 • Published 9 months ago

ubt v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

ubt

A programmer's utility belt.

Features

  • Encode/decode Base64 strings
  • Pretty print/minify JSON payloads
  • Diff two files

Usage

Usage: ubt [options] [command]

A programmer's utility belt

Options:
  -v, --version        output the current version
  -h, --help           display help for command

Commands:
  b64 [options]        Encodes or decodes a string using Base64. The string is read from stdin.
  json [options]       Minifies or prettifies a JSON string read from stdin.
  diff <left> <right>  Compares two files and outputs the differences.
  help [command]       display help for command

Disclaimer

This has been created and tested on macOS Ventura 13.4, only. It might work on Linux as well, but it certainly won't on Windows (unless you're using something like WSL).

Feel free to open a PR to add support for different platforms.

Read more

0.1.10

9 months ago

0.1.9

9 months ago

0.1.8

9 months ago

0.1.6

9 months ago

0.1.5

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago

0.0.1

10 months ago