Replies: 2 comments
-
|
Shipped in Implemented with a hard dependency on When Discussions use If |
Beta Was this translation helpful? Give feedback.
-
|
Thank you so much for adding this. I’ve installed the latest version of Markon and have already started using it. It works great so far. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
Add new subcommands to the markon CLI so users can submit bug reports and feature proposals (Ideas) directly from the terminal, without switching to a browser to use GitHub Discussions.
Motivation
Currently, submitting a bug or feature proposal requires manually opening GitHub, navigating to Discussions, and filling out the form. For heavy CLI users, this breaks the workflow. A one-step submission from the terminal:
would significantly lower the barrier to giving feedback and improve the developer experience.
Possible Implementation
--titleand--bodyflags, or enters an interactive form (TUI).--template) or from stdin.ghCLI or direct GitHub GraphQL API calls to create discussions.Markon v0.11.4 · macos 26.2
Beta Was this translation helpful? Give feedback.
All reactions