A Rust CLI for publishing thought records. Designed to work with thought.stream.

Minor readme updates

+8 -2
+8 -2
README.md
··· 1 1 # Thought CLI 2 2 3 - A terminal UI for real-time streaming and posting to the ATProto/Bluesky network using `stream.thought.blip` records. 3 + A terminal UI for real-time streaming and posting to the ATProto network using `stream.thought.blip` records. 4 + 5 + Currently, this functions basically like IRC. I recommend entering the full TUI experience with 6 + 7 + ``` 8 + ./target/release/thought stream 9 + ``` 4 10 5 11 ## Features 6 12 ··· 143 149 144 150 ## License 145 151 146 - MIT License - see LICENSE file for details. 152 + MIT License - see LICENSE file for details.