Write current path on explorer tabs

This commit is contained in:
ChristianVisintin
2020-12-05 16:32:16 +01:00
parent 1ece4eabfd
commit 9bb19abd0c
3 changed files with 38 additions and 6 deletions
Generated
+18
View File
@@ -175,6 +175,17 @@ dependencies = [
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "hostname"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
dependencies = [
"libc",
"match_cfg",
"winapi",
]
[[package]]
name = "instant"
version = "0.1.9"
@@ -258,6 +269,12 @@ dependencies = [
"cfg-if 0.1.10",
]
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
[[package]]
name = "memchr"
version = "2.3.4"
@@ -653,6 +670,7 @@ dependencies = [
"crossterm",
"ftp",
"getopts",
"hostname",
"lazy_static",
"regex",
"rpassword",