added color coding, new state, improved save logic
Some checks failed
/ Quality Check (push) Failing after 1m33s
/ Build (push) Successful in 1m14s

This commit is contained in:
Phani Pavan K
2025-10-23 15:57:27 +05:30
parent a795ad986b
commit c4feab2f75
8 changed files with 89 additions and 17 deletions

View File

@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
color-eyre = "0.6.5"
md5 = "0.8.0"
ratatui = "0.29.0"
regex = "1.11.2"
serde = { version = "1.0.219", features = ["derive"] }