issues
search
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
Add an input to search on the tree
Add
n
and
p
keybindings on the tree to cycle between found nodes.
n
= Next
p
= Previous
Add
c
and
e
keybindings on the tree to collapse and expand all nodes
c
= collapse all
e
= expand all
Fixes #83
n
andp
keybindings on the tree to cycle between found nodes.n
= Nextp
= Previousc
ande
keybindings on the tree to collapse and expand all nodesc
= collapse alle
= expand allFixes #83