Skip to content

Commit

Permalink
Add tui-logger
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Mar 19, 2024
1 parent f2eea15 commit 41fd84e
Show file tree
Hide file tree
Showing 7 changed files with 233 additions and 9 deletions.
154 changes: 154 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/papier/.config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
"ctrl-l" = { action = "Custom", payload = "NextBuffer" }
"ctrl-h" = { action = "Custom", payload = "PreviousBuffer" }
"ctrl-e" = { action = "Custom", payload = "ToggleExplorer" }
"ctrl-d" = { action = "Custom", payload = "ToggleLogger" }
1 change: 1 addition & 0 deletions crates/papier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "serde"] }
ratatui-explorer = "0.1.1"
tui-term = "0.1.8"
tui-logger = { version = "0.11.0", features = ["tracing-support", "crossterm"] }
Loading

0 comments on commit 41fd84e

Please sign in to comment.