Skip to content

General

riccuss edited this page Aug 27, 2026 · 1 revision

Architecture

note-cli speichert jede Notiz als reine Textdatei unter .notes/db/. Der Dateiname ist der SHA-256-Hash des Inhalts — kein Titel, keine Endung.

Befehle

  • 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>

Branches

  • main — add + list
  • feature/delete — zweigt vor list ab, fügt delete hinzu
  • gh-pages — unabhängiger orphan branch mit der Landingpage

Clone this wiki locally