Go to file
2023-08-12 21:11:41 +02:00
crates Implement savefile persistence 2023-08-12 21:11:41 +02:00
.editorconfig Add string representation for player symbols 2023-08-08 22:07:04 +02:00
Cargo.lock Implement savefile persistence 2023-08-12 21:11:41 +02:00
Cargo.toml Update to readme and bump crate version 2023-08-09 15:32:33 +02:00
LICENSE Add license file 2023-07-31 01:32:02 +02:00
README.md Update to readme and bump crate version 2023-08-09 15:32:33 +02:00
rust-toolchain.toml Implement save file parser for journey 2023-07-30 22:54:43 +02:00
rustfmt.toml Add editorconfig and missing unstable_features option 2023-07-31 18:17:37 +02:00

Wayfarer

A simple TUI application to display Journey savefiles.

How to install

Simply install it with cargo.

cargo install --git https://github.com/valeth/wayfarer

Make sure the path cargo installs to is in your system's PATH.

wayfarer tui <path-to-savefile>

# or

wayfarer show <path-to-savefile>

TUI Keybindings

Key Mode Description
ESC Any Return to "normal mode"
q Normal Quits the application
o Normal Open a new file
w Normal Toggle file watcher mode (requires "watch" feature)