The fishdots command - aabs/fishdots GitHub Wiki
Fishdots comes with a simple command for using and hacking on fishdots, called fishdots
, strangely enough. Here's the usage:
Command Usage for fishdots
--------------------------
main command for controlling fishdots
fishdots <command> [options] [args]
fishdots help Display help for command fishdots
fishdots home switch to fishdots home folder
fishdots menu display the menu for fishdots
fishdots save save any changes to your fishdots locally
fishdots sync save any changes to your fishdots locally and push to origin
fishdots update pull any changes to fishdots down from github
Display help for command fishdots
Change to fishdots home folder
NB: Deprecated - scheduled for removal
Display the menu for fishdots. This command is not needed any more now the command tooling has matured.
NB: for fishdots developers
Save any changes to your local instance of fishdots to git
Save any changes to your local instance of fishdots to git and push to origin
pull any changes to fishdots down from github, and switch to use new version.
This is a non-destructive command, that leaves the prior version of fishdots untouched, in case you need to roll back.
idea: create an nvm
menu option to switch versions?