Update to readme and bump crate version
This commit is contained in:
parent
6afee2d102
commit
7bd14931a5
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -400,7 +400,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jrny-save"
|
name = "jrny-save"
|
||||||
version = "0.1.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"binrw",
|
"binrw",
|
||||||
"chrono",
|
"chrono",
|
||||||
@ -826,7 +826,7 @@ checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wayfarer"
|
name = "wayfarer"
|
||||||
version = "0.1.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
|
@ -7,7 +7,7 @@ members = [
|
|||||||
|
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.1.0"
|
version = "0.3.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license-file = "LICENSE"
|
license-file = "LICENSE"
|
||||||
|
|
||||||
|
12
README.md
12
README.md
@ -23,9 +23,9 @@ wayfarer show <path-to-savefile>
|
|||||||
|
|
||||||
## TUI Keybindings
|
## TUI Keybindings
|
||||||
|
|
||||||
| Key | Description |
|
| Key | Mode | Description |
|
||||||
|:---:| --------------------------------------------------- |
|
|:---:|:------:| --------------------------------------------------- |
|
||||||
| ESC | Return to "normal mode" |
|
| ESC | Any | Return to "normal mode" |
|
||||||
| q | Quits the application |
|
| q | Normal | Quits the application |
|
||||||
| o | Open a new file |
|
| o | Normal | Open a new file |
|
||||||
| w | Toggle file watcher mode (requires "watch" feature) |
|
| w | Normal | Toggle file watcher mode (requires "watch" feature) |
|
||||||
|
@ -13,7 +13,7 @@ version = "4.3"
|
|||||||
features = ["derive"]
|
features = ["derive"]
|
||||||
|
|
||||||
[dependencies.jrny-save]
|
[dependencies.jrny-save]
|
||||||
version = "0.1"
|
version = "0.3"
|
||||||
path = "../save"
|
path = "../save"
|
||||||
|
|
||||||
[dependencies.notify]
|
[dependencies.notify]
|
||||||
|
Loading…
Reference in New Issue
Block a user