mix alias <name> <url>
Would be nice to specify easy to remember alias for custom gist.

Local aliases are now implemented, examples at:
https://sharpscript.net/sharp-apps/app-index#app-local-aliases
In addition The global mix directory, i.e. provides short alias + description & tags to help with discovery.
https://gist.github.com/gistlyn/9b32b03f207a191099137429051ebde8
Please leave a comment on that gist with the alias, link, description, tags you want added.
-
Forgot to mention this feature is now implemented where you can define local Gist aliases for mix Gists or Gist Apps with `x alias` command.
See examples at:
https://sharpscript.net/sharp-apps/app-index#app-local-aliases
-
You can override the `MIX_SOURCE` environment variable to point to your own Gist of links (in same format as global mix directory above).
Then the mix tool will source aliases from your list of links instead.
-
Anonymous commented
Is there a way to add named mix just for myself? I copy and paste a lot between projects but it's not necessarily stuff anyone else would be interested in, just bits of code i re-use.