Go to file
2023-08-14 19:35:36 +02:00
crates Add keybinding for file reloading 2023-08-14 19:35:36 +02:00
.editorconfig Add string representation for player symbols 2023-08-08 22:07:04 +02:00
Cargo.lock Implement basic logging 2023-08-14 16:01:59 +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 readme 2023-08-14 16:16:13 +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

# or

wayfarer show <path-to-savefile>

TUI Keybindings

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