Skip to content

🧜‍♀️ An eDSL for writing Fish shell scripts in Haskell

License

Notifications You must be signed in to change notification settings

rajatsharma/aquamarine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🧜‍♀️ An eDSL for writing Fish shell scripts in Haskell

Resources

License

Stars

Watchers

Forks