Go to file
xeruf a1a94f402d feat: add relative path property 2024-07-25 00:52:03 +03:00
src feat: add relative path property 2024-07-25 00:52:03 +03:00
.gitignore refactor: reformat 2024-07-19 21:06:03 +03:00
Cargo.lock Implement global variables, tasks with tags and a repl 2024-07-13 16:12:39 +03:00
Cargo.toml Implement global variables, tasks with tags and a repl 2024-07-13 16:12:39 +03:00
README.md feat: live updates via mpsc 2024-07-24 16:12:57 +03:00

README.md

mostr

A nested task chat, powered by nostr!

Quickstart

First, start a nostr dev-relay like https://github.com/coracle-social/bucket

cargo run # Listen to events
nostril --envelope --content "realtime message" --kind 90002 | websocat ws://localhost:4736 # Send a test event

Plans

  • TUI - Clear terminal?