GitHub - chrishannah/TitleCase: Brett Terpstra's TitleCase API in the Command Line.

chrishannah | GitHub

2-3 minutes


Skip to content

Navigation Menu

Repository files navigation

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