init

Initialize a Rinne workspace in the current directory.

Back to CLI Commands

Use init once at the root of a folder you want Rinne to track.

It creates the .rinne directory, writes a default rinneignore.json when missing, and sets up the current-space file for the default space.

Usage
rinne init
Examples
Initialize the current folder as a Rinne workspace
rinne init
Notes
  • Run this from the workspace root you want to manage.
  • If .rinne already exists, init fills in missing files but does not turn the command into a history rewrite.
  • Typical next steps are rinne config show and then rinne save.