Brett Terpstra's TitleCase API in the Command Line.
Swift
Switch branches/tags
Nothing to show
Latest commit dccc59a Apr 1, 2017 @chrishannah committed on GitHub Update README.md
Permalink
Failed to load latest commit information.
TitleCase initial build Apr 1, 2017
title.xcodeproj initial build Apr 1, 2017
2017-04-01 20_32_23.gif Add files via upload Apr 1, 2017
README.md Update README.md Apr 1, 2017

README.md

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