Date: Sun, 13 Jul 2025 06:39:43 GMT From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ed01618ca397 - main - textproc/mdtt: New port Message-ID: <202507130639.56D6dhoL001633@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=ed01618ca397ca4fe11993b6570375ff52a1d630 commit ed01618ca397ca4fe11993b6570375ff52a1d630 Author: Jimmy Olgeni <olgeni@FreeBSD.org> AuthorDate: 2025-07-12 15:10:48 +0000 Commit: Jimmy Olgeni <olgeni@FreeBSD.org> CommitDate: 2025-07-13 06:38:56 +0000 textproc/mdtt: New port mdtt is a terminal-based markdown table editor with vim-style keybindings. It provides an intuitive TUI for creating and editing markdown tables. --- textproc/Makefile | 1 + textproc/mdtt/Makefile | 20 ++++++++++++++++++++ textproc/mdtt/distinfo | 5 +++++ textproc/mdtt/pkg-descr | 10 ++++++++++ 4 files changed, 36 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index 2380e25c09f6..b64174d1af74 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -473,6 +473,7 @@ SUBDIR += mdbook-linkcheck SUBDIR += mdbook-mermaid SUBDIR += mdq + SUBDIR += mdtt SUBDIR += meilisearch SUBDIR += meld SUBDIR += metauml diff --git a/textproc/mdtt/Makefile b/textproc/mdtt/Makefile new file mode 100644 index 000000000000..58fffcdb1d90 --- /dev/null +++ b/textproc/mdtt/Makefile @@ -0,0 +1,20 @@ +PORTNAME= mdtt +DISTVERSIONPREFIX= v +DISTVERSION= 0.3.1 +CATEGORIES= textproc + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Terminal-based markdown table editor with vim-style keybindings +WWW= https://github.com/szktkfm/mdtt + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules + +GO_MODULE= github.com/szktkfm/mdtt +GO_TARGET= ./cmd/mdtt + +PLIST_FILES= bin/mdtt + +.include <bsd.port.mk> diff --git a/textproc/mdtt/distinfo b/textproc/mdtt/distinfo new file mode 100644 index 000000000000..3eff87c77803 --- /dev/null +++ b/textproc/mdtt/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1752329501 +SHA256 (go/textproc_mdtt/mdtt-v0.3.1/v0.3.1.mod) = aed33d3db078416e1cc977b67d1a6acd3fa6c8a77afa8de4d4dd5a831a04180f +SIZE (go/textproc_mdtt/mdtt-v0.3.1/v0.3.1.mod) = 1519 +SHA256 (go/textproc_mdtt/mdtt-v0.3.1/v0.3.1.zip) = e4f9fa126adad21b276bfa442a9e65243b849b3e13911b9d806eb37e27b96130 +SIZE (go/textproc_mdtt/mdtt-v0.3.1/v0.3.1.zip) = 723577 diff --git a/textproc/mdtt/pkg-descr b/textproc/mdtt/pkg-descr new file mode 100644 index 000000000000..07fe8467a42e --- /dev/null +++ b/textproc/mdtt/pkg-descr @@ -0,0 +1,10 @@ +mdtt is a terminal-based markdown table editor that makes editing markdown +tables easier with a slick TUI (Terminal User Interface) and vim-style +keybindings. + +Features: + +- Terminal-based interface for editing markdown tables +- Vim-style keybindings for navigation and editing +- Easy table creation and modification +- Lightweight and fasthome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507130639.56D6dhoL001633>
