89e06acc72315dcf6ac75c03fcaee502be5d7f30
- add ShellError.InAccessibleExecutable - add ShellError.errorcode - add exit(ErrorType)
This is the SwiftShell 2.0 branch. Use master for SwiftShell 1.
SwiftShell
An OS X Framework for command line scripting in Swift.
Usage
Installation
-
In the Terminal, go to where you want to download SwiftShell.
-
Run
git clone https://github.com/kareman/SwiftShell.git cd SwiftShell git checkout SwiftShell2 -
Copy/link
Misc/swiftshellto your bin folder or anywhere in your PATH. -
To install the framework itself, either:
- run
xcodebuild installfrom the project's root folder. This will install the SwiftShell framework in ~/Library/Frameworks. - or run
xcodebuildand copy the resulting framework from the build folder to your library folder of choice. If that is not "~/Library/Frameworks", "/Library/Frameworks" or a folder mentioned in the $DYLD_FRAMEWORK_PATH environment variable then you need to add your folder to $DYLD_FRAMEWORK_PATH.
- run
License
Released under the MIT License (MIT), http://opensource.org/licenses/MIT
Some files are covered by other licences, see included works.
Kåre Morstøl, NotTooBad Software
Description
Languages
Swift
96.1%
Shell
2.9%
Ruby
1%