Marathon
Marathon copied to clipboard
[DEPRECATED] Marathon makes it easy to write, run and manage your Swift scripts 🏃
I'd like to introduce simple two options in the list command, ``` $ marathon list 📦 Packages ----------- Files ([email protected]:JohnSundell/Files.git) SwiftyJSON (https://github.com/SwiftyJSON/SwiftyJSON.git) 📄 Scripts ---------- /Users/pixyzehn/Developer/sandbox-for-marathon/fufufufuf.swift /Users/pixyzehn/Developer/sandbox-for-marathon/hehe.swift $ marathon list...
Does Marathon support command line user input? Whenever I'm trying something like [readLine()](https://developer.apple.com/documentation/swift/1641199-readline) or [FileHandle.standardInput](https://developer.apple.com/documentation/foundation/filehandle) script seems to freeze. In `--verbose` mode I only see starting execution but it never...
This PR is a WIP of fixes for issues in #189, #191 as well as some other things I'll mention in notes below. The changes are primarily trying to address...
Hi all, Whenever I start a new project I have manually remove cached libraries, because as soon as I run `marathon run script` it causes an attempt to update all...
Hi, I'm testing out Swift scripting using Marathon, by trying to create a script to build and launch apps. But it the scripts takes up all available memory, until my...
Marathon currently does not support local packages with a tilde in the path: import HTMLParser // marathon:~/Documents/somepath/HTMLParser I am not quite sure where the patch should land, in Marathon itself:...
Thanks for creating such a great tool, it's really nice. I try to add package https://github.com/yaslab/CSV.swift to my script via the `marathon add`. The `add` result show success, while I...
It happens when I have a 'Marathonfile' in the root folder and that file contains references to a local folder or another script. For example, if I have `Setup.swift` script...
I have found that running the scripts by using `marathon run myscript.swift` doesn't work properly. It hangs the program forever. I end up build an executable program to use it....
Lets say I have 2 files in my script. `Script.swift` which I created with `marathon create Script.swift` and `File1.swift`. I added `File1.swift` to my Marathon file and everything works fine,...