Skip to content

Instantly share code, notes, and snippets.

@aembleton
Created July 16, 2014 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aembleton/a8d630fb097a07cb8399 to your computer and use it in GitHub Desktop.
Save aembleton/a8d630fb097a07cb8399 to your computer and use it in GitHub Desktop.
Add Activator for Play Framework to fish command line
function activator
~/Downloads/activator-1.2.3-minimal/./activator $argv
end
@aembleton
Copy link
Author

Add Activator for Play Framework to fish command line

  1. Download Activator from http://www.playframework.com/download
  2. Unpack to somewhere that you have read and write access such as ~/Downloads/.
  3. Create activator.fish at ~/.config/fish/functions/activator.fish and paste into it the contents of this gist. Check the path in this gist matches the path that you have to activator.

Now if you open a fish terminal you can call activator new and it will go through the process of letting you create a new play app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment