Go to file
xeruf 2dbfecc4c5 refactor: refactor task structs into own file 2024-07-19 01:23:25 +03:00
src refactor: refactor task structs into own file 2024-07-19 01:23:25 +03:00
.gitignore First CLI Prototype 2024-07-09 17:56:08 +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 Implement global variables, tasks with tags and a repl 2024-07-13 16:12:39 +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
  • Send messages asynchronously
  • How to clear terminal?