Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 783 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 783 Bytes

SwiftShell

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?

Build Process

  1. Install Xcode 8 (beta 4 and above).
  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

Licensing

SwiftShell is released under the MIT license. See LICENSE.md for details.