frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Mdchat – Markdown-first terminal / CLI tool for LLM collaboration

https://www.npmjs.com/package/mdchat
1•sarvesh21•1h ago
TL;DR mdchat lets you chat with LLMs directly with your Markdown files on your terminal. You can ask, edit, summarize, and generate inline without leaving your text workflow.

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!