Go to file
2023-08-18 19:14:36 +02:00
crates Tweak main content column height 2023-08-18 19:14:36 +02:00
.editorconfig Add string representation for player symbols 2023-08-08 22:07:04 +02:00
.gitignore Add gitignore 2023-08-18 15:01:37 +02:00
Cargo.lock Implement sigterm handler 2023-08-18 17:05:25 +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 Update readme 2023-08-18 16:49:24 +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.

Then simply run it with

wayfarer

Use --help to see a list of available options.

TUI Keybindings

Key Mode Description
ESC Any Return to "normal mode" or cancel action
Ctrl + q Any Quits the application
q Normal Quits the application
e Normal Enter edit mode
o Normal Open a new file
r Normal Reload the current file
w Normal Toggle file watcher mode (requires "watch" feature)
h, j, k, l Edit Move inside the current section
H, J, K, L Edit Move between sections
n, p Edit Cycle through entry values
s Edit Save current edit
Enter Edit Begin editing entry
Enter Insert Commit entry edit