All Projects → joshuarli → Vape

joshuarli / Vape

Licence: mit
full width aesthetics

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Vape

Spell Checker For Swift
This command line tool can check spelling and show proposed correction.
Stars: ✭ 61 (-23.75%)
Mutual labels:  command-line-tool
Linkify Markdown
🚀 A cli tool which automatically add references to issues, pull requests, user mentions and forks to a markdown file.
Stars: ✭ 67 (-16.25%)
Mutual labels:  command-line-tool
Hopp Doc Gen
📔 API documentation generator CLI for https://hoppscotch.io
Stars: ✭ 70 (-12.5%)
Mutual labels:  command-line-tool
Nat
nat - the 'ls' replacement you never knew you needed
Stars: ✭ 1,129 (+1311.25%)
Mutual labels:  command-line-tool
Holepunch
Punch holes in your AWS security groups.
Stars: ✭ 66 (-17.5%)
Mutual labels:  command-line-tool
Cascadia
Go cascadia package command line CSS selector
Stars: ✭ 67 (-16.25%)
Mutual labels:  command-line-tool
Xcperfect
Make your xccov outputs prettier ✨
Stars: ✭ 56 (-30%)
Mutual labels:  command-line-tool
Fbi
Node.js workflow tool
Stars: ✭ 74 (-7.5%)
Mutual labels:  command-line-tool
Pyvoc
Cross-platform dictionary and vocabulary building command line tool
Stars: ✭ 67 (-16.25%)
Mutual labels:  command-line-tool
Dl
🍗 a concurrent http file downloader
Stars: ✭ 68 (-15%)
Mutual labels:  command-line-tool
Caide
Automates certain common tasks that you do during programming competitions
Stars: ✭ 65 (-18.75%)
Mutual labels:  command-line-tool
Mocha Chrome
☕️ Run Mocha tests using headless Google Chrome
Stars: ✭ 66 (-17.5%)
Mutual labels:  command-line-tool
Blendit
🖼 Blend images with text and generate amazing looking posters.
Stars: ✭ 68 (-15%)
Mutual labels:  command-line-tool
Gaze
👁️Executes commands for you
Stars: ✭ 62 (-22.5%)
Mutual labels:  command-line-tool
Github Files Fetcher
Download a specific folder or file from a GitHub repo through command line
Stars: ✭ 73 (-8.75%)
Mutual labels:  command-line-tool
Q
q - Run SQL directly on CSV or TSV files
Stars: ✭ 8,809 (+10911.25%)
Mutual labels:  command-line-tool
Runinbash
Run Linux commands under WSL without leaving your PowerShell or CMD!
Stars: ✭ 67 (-16.25%)
Mutual labels:  command-line-tool
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (-1.25%)
Mutual labels:  command-line-tool
Nexmo Cli
Nexmo CLI (Command Line Interface)
Stars: ✭ 73 (-8.75%)
Mutual labels:  command-line-tool
Pyinquirer
A Python module for common interactive command line user interfaces
Stars: ✭ 1,151 (+1338.75%)
Mutual labels:  command-line-tool

vape

full width aesthetics

Build Status License

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.

Usage

$ 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 リマヾソル

Installation

cargo install vape

Alternatively, direct binary downloads for a variety of platforms can be found on the releases page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].