diff options
Diffstat (limited to 'textproc/mdtt')
-rw-r--r-- | textproc/mdtt/Makefile | 20 | ||||
-rw-r--r-- | textproc/mdtt/distinfo | 5 | ||||
-rw-r--r-- | textproc/mdtt/pkg-descr | 10 |
3 files changed, 35 insertions, 0 deletions
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 fast |