Skip to content

Commit 23a384f

Browse files
committed
Fixes #19 - impelements interactive search
1 parent 0302413 commit 23a384f

File tree

5 files changed

+376
-178
lines changed

5 files changed

+376
-178
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ uuid = "1.3.2"
1818
colored = "2"
1919
open = "4.1.0"
2020
thiserror = "1.0"
21+
crossterm = "0.26"

litt/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ serde = { workspace = true }
1111
serde_json = { workspace = true }
1212
shellexpand = { workspace = true }
1313
colored = { workspace = true }
14+
crossterm = { workspace = true }
1415
litt_search = { path = "../search" }
1516
litt_shared = { path = "../shared" }
1617
litt_index = { path = "../index" }

0 commit comments

Comments
 (0)