]> arthur.barton.de Git - ax-zsh.git/commit - bin/axzshctl
Implement plugin loading from GitHub
authorAlexander Barton <alex@barton.de>
Fri, 6 May 2016 10:42:00 +0000 (12:42 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 6 May 2016 10:42:28 +0000 (12:42 +0200)
commitdcd4f625804c30e7444ec0531f6e57adfcfe169e
tree6133d2a73541134a4c3f693d160604596992c5c6
parent2c5726cd0135de87437188006f7193fe3f2dc79d
Implement plugin loading from GitHub

Simply use "<user-name>/<project-name>" als plugin name when calling
"axzshctl enable-plugin" and "axzshctl disable-plugin". Example:

  axzshctl enable-plugin zsh-users/zsh-autosuggestions

The remote repository is cloned into the local "$AXZSH/repos" directory
and deleted by "axzshctl disable-plugin" when it is no longer needed.

"axzshctl upgrade" upgrades all remote repositories as well.
.gitignore
ax.zsh
bin/axzshctl