| Crates.io | vape |
| lib.rs | vape |
| version | 0.4.0 |
| created_at | 2018-01-07 02:54:07.105494+00 |
| updated_at | 2020-07-03 04:45:01.705932+00 |
| description | full width aesthetics |
| homepage | https://www.github.com/JoshuaRLi/vape |
| repository | https://www.github.com/JoshuaRLi/vape |
| max_upload_size | |
| id | 45784 |
| size | 11,803 |
full width aesthetics
vape is a command-line tool that converts text into "vaporwave" text - fullwidth UTF-8 characters.
More technically, characters in the range U+0021 to U+007E are translated forward by 0xFEE0, and the space character U+0020 is converted to the ideographic (fullwidth) space U+3000.
$ printf 'the longer you live, the more ad revenue you generate\n' | vape
the longer you live, the more ad revenue you generate
You can also append up to 255 random fullwidth katakana:
$ printf 'cool, and nice\n' | vape -k 5
cool, and nice リマヾソル
cargo install vape
Alternatively, direct binary downloads for a variety of platforms can be found on the releases page.