No description
- Go 100%
| buffer | ||
| cmd/res-edit | ||
| config.go | ||
| editor_keys.go | ||
| editor_render.go | ||
| editor_tabs.go | ||
| filepicker.go | ||
| go.mod | ||
| go.sum | ||
| help.go | ||
| highlight.go | ||
| model.go | ||
| README | ||
| sidebar.go | ||
| statusbar.go | ||
| tabbar.go | ||
| terminal.go | ||
| theme.go | ||
residual/editor
===============
TUI text editor for residual.
packages:
editor/ bubbletea model — tabs, sidebar, terminal panel, keybindings
editor/buffer/ line-based text buffer with undo/redo
binary:
res-edit open files for editing. multi-tab, syntax highlighting,
embedded PTY terminal panel, file picker, chord keybindings.
usage: res-edit [file...]
build:
go build ./cmd/res-edit
module: git.merith.xyz/residual/editor
requires: git.merith.xyz/residual/core