Add 'copy to clipboard' function for view page

This commit is contained in:
Ian Keane 2025-11-22 11:35:49 -05:00
parent 605d5f5792
commit 4f57c01693
5 changed files with 430 additions and 3 deletions

View file

@ -9,6 +9,7 @@ crossterm = "0.27.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
serde_json = "1.0"
arboard = "3.6"
tokio = { version = "1.34", features = ["full"] }
anyhow = "1.0"
dirs = "5.0"