SwiftShell

October 16, 2017 ยท View on GitHub

Bash is important. But bash is also old.

We want something that has better syntax highlighting, auto completion, error handling...

We want to execute commands just like how we write our code.

Can we use Xcode as our terminal?

Getting Started

  1. Install Xcode 9.
  2. Clone this repository or download the zip file.
  3. Open SwiftShell.xcodeproj.
  4. Command + B to build the framework (Reason).
  5. Select SwiftShell.playground.

Example