The CAN notebook will be stored in the .can directory¶
If this directory does not exist, only the init command will be available.
Backlinks¶
- What would be included in a first iteration of CAN?
- The CAN manager init command
- The init command will create a CAN notebook directory in the current working directory (the CAN notebook is stored in the
.can
directory). The command will only be available if the directory doesn't exist at start-up (CAN should check if a notebook directory exists at start-up).
- The init command will create a CAN notebook directory in the current working directory (the CAN notebook is stored in the
- CAN should keep a name to address index
- CAN's notebook should keep an up-to-date index of note names to addresses, to allow for situations where CAN needs to map a name to an address.