-
Notifications
You must be signed in to change notification settings - Fork 0
General
riccuss edited this page Aug 27, 2026
·
1 revision
note-cli speichert jede Notiz als reine Textdatei unter .notes/db/.
Der Dateiname ist der SHA-256-Hash des Inhalts — kein Titel, keine Endung.
-
note add <text>— hasht den Text, schreibt ihn nach.notes/db/<hash> -
note list— listet alle Dateien in.notes/db/mit Hash und Inhalt -
note delete <hash>— löscht.notes/db/<hash>
-
main— add + list -
feature/delete— zweigt vorlistab, fügt delete hinzu -
gh-pages— unabhängiger orphan branch mit der Landingpage