Beak
Beak copied to clipboard
A command line interface for your Swift scripts
- bumped to sourcekitten to 0.29.0 - changed substring function in sourcekit to remove error - added Task. to run and capture in commands - added stronger .gitignore file to...
After using ```beak edit``` and the final progress of copying the file back, the file attributes are lost. This is a little disturbing if you want to use the Shebang...
I've just begun implementing the feature suggested in #40. This is a simple implementation and could already be working, I haven't added tests yet. @yonaskolb Feel free to give feedback...
Some of my beak.swift files became quite long recently and I fell like I'd rather split them into separate files with separate contexts. I'm not sure if this is possible...
This refactors the Homebrew formula according to this blog post: https://nshipster.com/homebrew/ Please note that this is related to #35 as I've also audited this formula for Homebrew core release.
I'm experimenting with beak to automate some tasks and it's been a great experience so far. Thank you for creating this great tool! It's well documented and delivers what it...
When a function has an enum parameter, I need to type the leading dot on the command line for it to work. e.g: ".none" instead of "none" for an optional...
Hi, I have successfully installed Beak on MacOS system, but I am having difficulties to do it on Ubuntu 16.04 Platform: Docker image Ubuntu 16.04 Docker image: Swift official image....
While Beak is very useful and supports SPM packages, sometimes it would make life much easier if one could run another command line tool to do a specific task instead...
Currently, when trying to install this simply via `brew install beak` it doesn't work due to a custom tap needed. While this is not much additional work (so could be...