Linux command
mdtt 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Edit a markdown table
mdtt [path/to/file.md]
Create a new table
mdtt
说明
mdtt is a terminal-based Markdown table editor with vim-style keybindings. Navigation uses hjkl keys, i switches to insert mode for editing cell content, and Esc returns to normal mode. Features include adding rows and columns with o/vo, deleting with dd/vd, output to stdout and in-place file editing, delegating cell editing to an external $EDITOR, and HTML support within table cells for rich content formatting.
FAQ
What is the mdtt command used for?
mdtt is a terminal-based Markdown table editor with vim-style keybindings. Navigation uses hjkl keys, i switches to insert mode for editing cell content, and Esc returns to normal mode. Features include adding rows and columns with o/vo, deleting with dd/vd, output to stdout and in-place file editing, delegating cell editing to an external $EDITOR, and HTML support within table cells for rich content formatting.
How do I run a basic mdtt example?
Run `mdtt [path/to/file.md]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more mdtt examples?
This page includes 2 examples for mdtt, plus related commands for nearby Linux tasks.