Go to file
2023-08-09 15:26:20 +02:00
crates Implement simple file opener 2023-08-09 15:12:37 +02:00
.editorconfig Add string representation for player symbols 2023-08-08 22:07:04 +02:00
Cargo.lock Implement simple file opener 2023-08-09 15:12:37 +02:00
Cargo.toml Enable some optimizations for the release profile 2023-08-07 22:42:13 +02:00
LICENSE Add license file 2023-07-31 01:32:02 +02:00
README.md Add readme 2023-08-09 15:26:20 +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 Description
ESC Return to "normal mode"
q Quits the application
o Open a new file
w Toggle file watcher mode (requires "watch" feature)