Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/JustinJiaDev/SwiftShell
- Owner: JustinJiaDev
- License: mit
- Archived: true
- Created: 2016-04-16T01:40:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T04:07:56.000Z (over 6 years ago)
- Last Synced: 2024-04-22T12:31:50.055Z (8 months ago)
- Topics: bash-alternative, experimental, shell, swift, xcode
- Language: Swift
- Homepage: https://www.justin.plus
- Size: 44.9 KB
- Stars: 19
- Watchers: 4
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- Awesome-Swift-Playgrounds - SwiftShell - Bash shell in a playground. (Miscellaneous / SpriteKit)
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)