Installing and Managing Plugins - aabs/fishdots GitHub Wiki

Fishdots comes with a command for handling plugins, called plugin. Here's the usage:

Command Usage for plugin
------------------------
Tools to help manage fishdots plugins

plugin <command> [options] [args]

plugin help     Display help for command plugin
plugin home     switch to plugin home folder
plugin ls       list all installed plugins
plugin sync     save and push any changes to the plugin
plugin install  install a plugin
plugin installfrom      install all plugins in file supplied
plugin uninstall        uninstall a plugin

plugin help

Display help for command plugin

plugin home

Go to the root of the plugins collection

plugin ls

Pretty lists of all plugins in the main plugins folder

plugin install <git URL>

install a plugin

plugin installfrom <file path>

install all plugins in file supplied

plugin uninstall <name>

uninstall a plugin

plugin sync <commit msg>

NB: for plugin developers

save your plugins and push them to their origins

⚠️ **GitHub.com Fallback** ⚠️