Inspired by micro.
Command palette
command focus (esc to unfocus)
view: display shortcuts: ctrl+…
p: command palette: >
`: sql terminal: `
g: goto: ↪
c: quit
edit: UPDATE statement preview
Available commands for tab selection:
- help: show available commands
- keys: show available keyboard shortcuts
- hide: current column
- unhide: tab complete for hidden column
- align: left | right
- init: create
.ted.yml file
Status bar
view
table/column context
- column definition:
col name text not null unique check(name != 'admin') default '' references members(name)
- warnings: no lookup key or using physical ids or reasons for read-only
edit
constraint and input context
- text:
Ln 3, Col 6, constraints: unique(first, last)
- custom:
red, green, blue
- datetime:
YYYY-MM-DD
- references:
users: id=1 name=Eric plan=fre...
Inspired by
micro.Command palette
command focus (esc to unfocus)
view: display shortcuts:
ctrl+…p: command palette: >`: sql terminal: `g: goto: ↪c: quitedit:
UPDATEstatement previewAvailable commands for tab selection:
.ted.ymlfileStatus bar
view
table/column context
col name text not null unique check(name != 'admin') default '' references members(name)edit
constraint and input context
Ln 3, Col 6, constraints: unique(first, last)red, green, blueYYYY-MM-DDusers: id=1 name=Eric plan=fre...