Support an Open Source Developer! :hearts:

Become a patron

Half Caps

A simple command line tool to change half the letters to uppercase!

Usage

sh $ halfcaps this is text tHiS iS tExT $ echo this is text | halfcaps tHiS iS tExT

Install Using Cargo

First, install Rust (using rustup). Then, it is as simple as: sh cargo install -f halfcaps

Build From Source

First, install Rust (using rustup).

Then, run the following to build from source: ```sh

Create a local copy

git clone https://github.com/jojolepro/halfcaps cd halfcaps

Build from source files

cargo build --release

(Optional) Install for the current user

mv target/release/halfcaps ~/.local/bin/inv ```

Note: On windows, you should run those commands inside of git bash or Windows Subsystem for Linux.