ascii-table-editor
v0.1.0
Published
Terminal ASCII table editor with keyboard editing and export to plain text, ANSI, or HTML.
Maintainers
Readme
ascii-table-editor
A terminal ASCII table editor. Edit cells, rows, and columns with the keyboard, then copy the table as plain text, ANSI, or HTML.
Requires Bun 1.2 or later.
Install
bun add -g ascii-table-editor
ascii-table-editorOr run without installing:
bunx ascii-table-editorFrom a clone of this repo:
bun install
bun startShortcuts
| Keys | Action | | --- | --- | | Arrow keys | Move selection | | Enter | Edit the selected cell | | Escape | Cancel edit / close export | | Ctrl+I | Insert row | | Ctrl+D | Delete row | | Ctrl+Shift+I | Insert column | | Ctrl+Shift+D | Delete column | | Shift+Right | Widen column | | Shift+Left | Narrow column | | Ctrl+H | Toggle header | | Ctrl+F | Toggle footer | | Ctrl+A | Cycle alignment | | Ctrl+E | Export (plain / ANSI / HTML) | | Ctrl+X | Quit |
