jorgerojas26 / lazysql

A cross-platform TUI database management tool written in Go.
MIT License
910 stars 51 forks source link

feat: add input filter to tree #96

Closed jorgerojas26 closed 2 months ago

jorgerojas26 commented 2 months ago
  1. Add an input to search on the tree
  2. Add n and p keybindings on the tree to cycle between found nodes.
    • n = Next
    • p = Previous
  3. Add c and e keybindings on the tree to collapse and expand all nodes
    • c = collapse all
    • e = expand all

Fixes #83

image