Go to file
2023-08-16 15:45:12 +02:00
crates Implement scarf length wrapper type 2023-08-16 15:45:12 +02:00
.editorconfig Add string representation for player symbols 2023-08-08 22:07:04 +02:00
Cargo.lock Remove old non-tui view and remove tui feature 2023-08-14 21:07:56 +02:00
Cargo.toml Remove old non-tui view and remove tui feature 2023-08-14 21:07:56 +02:00
LICENSE Add license file 2023-07-31 01:32:02 +02:00
README.md Implement table row selection 2023-08-15 18:21: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

# of if you want to override the last remembered file

wayfarer --path <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)
e Normal Enter edit mode
H,J,K,L Edit Move between sections
h,j,k,l Edit Move inside the current section