Skip to content

Commit

Permalink
feat: replace custom termion implementation with tui
Browse files Browse the repository at this point in the history
  • Loading branch information
radlinskii committed Jul 29, 2023
1 parent c45453c commit 6d7c43e
Show file tree
Hide file tree
Showing 4 changed files with 371 additions and 209 deletions.
217 changes: 189 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ edition = "2021"

[dependencies]
clap = { version = "4.3.15", features = ["derive"] }
crossterm = "0.26.1"
dirs = "5.0.1"
mockall = "0.11.4"
serde = { version = "1.0.171", features = ["derive"] }
serde_json = "1.0.103"
tempfile = "3.7.0"
termion = "2.0.1"
tui = "0.19.0"
Loading

0 comments on commit 6d7c43e

Please sign in to comment.