Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JustinJiaDev/SwiftShell

Execute Shell Commands Inside Xcode Playground (Experimental)
https://github.com/JustinJiaDev/SwiftShell

bash-alternative experimental shell swift xcode

Last synced: 25 days ago
JSON representation

Execute Shell Commands Inside Xcode Playground (Experimental)

Awesome Lists containing this project

README

        

# 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](https://developer.apple.com/library/ios/recipes/Playground_Help/Chapters/ImportFramework.html)).
5. Select `SwiftShell.playground`.

![Example](https://cloud.githubusercontent.com/assets/3337361/17514176/bf2654c6-5e63-11e6-94bb-7f26bc151753.png)