SwiftShell icon indicating copy to clipboard operation
SwiftShell copied to clipboard

A Swift framework for shell scripting.

Results 12 SwiftShell issues
Sort by recently updated
recently updated
newest added

I want to use `SwiftShell.run(bash: consoleCommand)` but i want to cancel it if it is taking a while. I cant use async for this case. Do i try putting it...

I call the git command with SwiftShell. The interactive command "git log" hangs, and "git status" works normally. "git log" can work on the console in Xcode. As shown below:...