From 2fc4ea34f75760c7d94fe2264f84d36f03d1b1ea Mon Sep 17 00:00:00 2001 From: Dominik Date: Sat, 31 Jan 2026 00:51:39 +0100 Subject: [PATCH] Added markserv to commands.json --- data/commands.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/commands.json b/data/commands.json index 3c45ce4..b06d2d7 100644 --- a/data/commands.json +++ b/data/commands.json @@ -230,6 +230,10 @@ "command": "glow", "desc": "Terminal Markdown Renderer" }, + { + "command": "markserv .", + "desc": "Serve a webserver with rendered Markdown" + }, { "command": "pinta", "desc": "Image editor"