chrishannah / TitleCase

Brett Terpstra's TitleCase API in the Command Line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TitleCase

Brett Terpstra's TitleCase API in the Command Line.

Installation

(This probably isn't the best way, but here it goes)

  1. Download the latest version of TitleCase - https://github.com/chrishannah/TitleCase/releases.
  2. Open up your terminal app of choice.
  3. Navigate to the folder containing the "title" file.
  4. Add the executable permission to the file: chmod +x title.
  5. Move the file to the usr/local/bin directory so it can be launched as a command: mv title /usr/local/bin.

Usage

Usage: title <title>

Example:

title "This is the title i want to convert"

Demo

Demo

About

Brett Terpstra's TitleCase API in the Command Line.


Languages

Language:Swift 100.0%