JustinJiaDev / SwiftShell

Execute Shell Commands Inside Xcode Playground (Experimental)

Home Page:https://www.justin.plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

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

About

Execute Shell Commands Inside Xcode Playground (Experimental)

https://www.justin.plus

License:MIT License


Languages

Language:Swift 100.0%