0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Mar 21, 2025 — Mar 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update to 2.1 in .swift-version . More... over 10 years ago
Use '+' to append strings to NSUrls instead of '/' . More... over 10 years ago
Change flatmap to map. Because ‘open’ doesn't return an optional. More... over 10 years ago
Readme: add example. More... over 10 years ago
Simplify main.arguments. More... over 10 years ago
Exchange main.name with main.path. More... over 10 years ago
Cleanup code with guard. More... over 10 years ago
Simplify SwiftShellTests/Scripts/print_linenumbers.swift . More... over 10 years ago
Remove a couple of double spaces. More... over 10 years ago
Readme: fill out ‘Usage' section. More... over 10 years ago
Merge branch 'master' of https://github.com/kareman/SwiftShell More... over 10 years ago
Readme: clarify how to set up a swift script file. More... over 10 years ago
Use $SWIFTSHELL_FRAMEWORK_PATH instead of $DYLD_FRAMEWORK_PATH in the swiftshell launcher script. More... over 10 years ago
Use $SWIFTSHELL_FRAMEWORK_PATH instead of $DYLD_FRAMEWORK_PATH in the swiftshell launcher script. More... over 10 years ago
Enable testability and only build active architecture. More... over 10 years ago
Make error messages more concise and to the point. More... over 10 years ago
Add a trailing / to ‘main.currentdirectory’ too. More... over 10 years ago
Add a trailing / to ‘main.tempdirectory’. More... over 10 years ago
Update test scripts for SwiftShell 2.0. More... over 10 years ago
Add ‘open’ functions for writing to files. More... over 10 years ago
Add main.tempdirectory . More... over 10 years ago
Add 'open' functions for reading files. More... over 10 years ago
Set deployment target to OS X 10.9. More... over 10 years ago
Test using streams with ‘print’. More... over 10 years ago
Enable strings to run commands using themselves as standard input. More... over 10 years ago
Enable ReadableStream to run commands using itself as stdin. More... over 10 years ago
Make AsyncShellTask's stdin and stderror ReadableStreams too. More... over 10 years ago
Make shellcontext's stdin and stderror be ReadableStream and WriteableStream. More... over 10 years ago
Create ReadableStream and streams() . More... over 10 years ago
Create WriteableStream, make shellcontext.stdout into one. More... over 10 years ago