Add key bindings to select and open links
This commit is contained in:
parent
c09608d1f8
commit
a1043eafd3
4 changed files with 66 additions and 32 deletions
17
Cargo.lock
generated
17
Cargo.lock
generated
|
|
@ -185,6 +185,7 @@ dependencies = [
|
|||
"edit",
|
||||
"euphoxide",
|
||||
"log",
|
||||
"open",
|
||||
"parking_lot",
|
||||
"rusqlite",
|
||||
"serde",
|
||||
|
|
@ -612,6 +613,16 @@ version = "1.13.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e"
|
||||
|
||||
[[package]]
|
||||
name = "open"
|
||||
version = "3.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f23a407004a1033f53e93f9b45580d14de23928faad187384f891507c9b0c045"
|
||||
dependencies = [
|
||||
"pathdiff",
|
||||
"windows-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "openssl-probe"
|
||||
version = "0.1.5"
|
||||
|
|
@ -647,6 +658,12 @@ dependencies = [
|
|||
"windows-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pathdiff"
|
||||
version = "0.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
||||
|
||||
[[package]]
|
||||
name = "percent-encoding"
|
||||
version = "2.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue