JohnSundell / Marathon

[DEPRECATED] Marathon makes it easy to write, run and manage your Swift scripts 🏃
MIT License
1.86k stars 78 forks source link

Add support for zsh autocomplete #72

Closed JohnSundell closed 7 years ago

JohnSundell commented 7 years ago

This change makes Marathon support zsh’s autocomplete functionality. This is done by creating a autocomplete function file in ~/.marathon/zsh/_marathon. The user then needs to add this folder to the system’s $fpath. Instructions how to do this have been added to the README.