Skip to content

interfacedreams/prism-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prism CLI

The CLI for the Prism notes app. A Swift CLI to create, read, tag, and reply to your notes from the terminal — and wire Prism into scripts, scheduled jobs, and Claude Code.

Install

brew tap interfacedreams/tap https://github.com/interfacedreams/prism-cli
brew install interfacedreams/tap/prism

Usage

prism list --tag "to read" --has-url --format jsonl   # query notes
prism create --content "a thought" --tag inbox         # create
prism reply <uuid> --bot --content ""                 # reply (🤖-prefixed)
prism list --tag inbox --new-for daily && prism ack daily --all-shown   # cursor: consume once
prism --help

Notes live in the same on-device store as the app and sync via your iCloud like everything else in Prism.

Building automations or agent workflows? The agent usage guide is the full reference — every command, the output contract, and the poll/ack cursor pattern for "do X whenever a new note appears" jobs (pipe to curl for Telegram/Signal, or hand each note to claude -p).

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors