Aquamarine 🧜♀️ An eDSL for writing Fish shell scripts in Haskell Examples Functions "hello" $> ["echo 'Hello'", "echo 'Bye'"] generates: function hello echo 'Hello' echo 'Bye' end Abbreviations "yar" --> "yarn add react" generates: abbr -a -g yar yarn add react