Skip to content

command palette and status bar #2

@ehfeng

Description

@ehfeng

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...

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions