Add :open attachments command (#31)

Fixes #27
This commit is contained in:
Benjamin Große 2023-01-28 12:29:06 +00:00 committed by Ulyssa
parent a1574c6b8d
commit 1d93461183
No known key found for this signature in database
GPG key ID: 1B3965A3D18B9B64
5 changed files with 96 additions and 24 deletions

View file

@ -14,6 +14,7 @@ categories = ["command-line-utilities"]
rust-version = "1.66"
[dependencies]
bitflags = "1.3.2"
chrono = "0.4"
clap = {version = "4.0", features = ["derive"]}
css-color-parser = "0.1.2"
@ -23,6 +24,7 @@ html5ever = "0.26.0"
markup5ever_rcdom = "0.2.0"
mime = "^0.3.16"
mime_guess = "^2.0.4"
open = "3.2.0"
regex = "^1.5"
rpassword = "^7.2"
serde = "^1.0"