What is mdchat? mdchat is a cli tool that lets you collaborate with LLMs directly to write markdown files. You can issue prompts, generate content, edit, summarize — all inline, in your Markdown files via terminal sessions. The idea is to bring LLM interaction into your writing workflow!
Motivation: I write a bunch of markdown files for taking notes, summarizing bunch of notes that I have written, editing, etc and most of the time, I interact with ChatGPT to make it better~ since back and forth was getting to me a bit, I thought it would be great to have this!
Future Roadmap: 1. Conversation memory 2. Smarter API usage 3. Better reasoning for Markdown content 4.Context management across multiple files
Feedback and contributions are welcome!