thicc

thicc - Convert characters to their fullwidth representation


License
MIT
Install
pip install thicc==0.0.8

Documentation

thicc

Convert characters to their fullwidth representation

Usage Examples

  • Pipe in text from standard input

    $ echo "foo" | thc
    foo
  • Pass a filename argument

    $ thc thatfile
    bar
  • Reverse fullwidth text

    $ thc -r <<<baz

    <<< is not special thicc syntax. It is a shell "herestring". It is one of many ways to pass standard input to a program on your shell.

    baz

Installation

$ pip install --upgrade thicc

Releasing

  1. Bump the version in thicc/__init__.py
  2. Git commit it
  3. make release