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

fishdots help

Display help for command fishdots

fishdots home

Change to fishdots home folder

fishdots menu

NB: Deprecated - scheduled for removal

Display the menu for fishdots. This command is not needed any more now the command tooling has matured.

fishdots save "commit msg"

NB: for fishdots developers

Save any changes to your local instance of fishdots to git

fishdots sync "commit msg"

Save any changes to your local instance of fishdots to git and push to origin

fishdots update

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?

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