diff --git a/content/blog/this-month-in-coop-cloud-july.md b/content/blog/this-month-in-coop-cloud-july.md index 86a104b..8e56d43 100644 --- a/content/blog/this-month-in-coop-cloud-july.md +++ b/content/blog/this-month-in-coop-cloud-july.md @@ -17,7 +17,7 @@ As part of our [Culture of Solidarity](https://culturalfoundation.eu/initiatives ### Porting `abra` from Bash to Golang -We finally decided to take the plunge this month and explore reimplementation of our command-line tool [`abra`](https://git.coopcloud). This discussion came up due as we were running into more and more implementation difficulties around file format parsing and command-line input handling. We wrote `abra` in Bash when we had little to no funding and were still experimenting heavily with the design of the interface. It has served us well! +We finally decided to take the plunge this month and explore reimplementation of our command-line tool [`abra`](https://git.coopcloud). This discussion came up as we were running into more and more implementation difficulties around file format parsing and command-line input handling. We wrote `abra` in Bash when we had little to no funding and were still experimenting heavily with the design of the interface. It has served us well! After some back & forth we decided to use [Go programming language](https://golang.org) because it helps us overcome the above limitations, and supports cross-platform portability without much fuss. We've added this [to our beta bikemap](https://pad.autonomic.zone/s/C3uuqfSCk#Command-line-tool-sustainability) and are hacking over in the [`go-abra`](https://git.coopcloud.tech/coop-cloud/go-abra) repository. All Golang hackers are welcome to join in :nerd: