Just a fun little project I decided to sharpen my Rust skills with for my friends and I in a LANCER game. Summaries and statistics are planned additions but currently it's just a multi-user log of transactions. ## Instructions ### Installation Install with cargo: `cargo install` ### Controls `Enter` => Press buttons or accept input `Esc` => Exits any menu `q` => Quits from the table menu `Arrow Keys` => Navigate tables and menus `Insert` => Toggle insert mode on text fields `Backspace` => Delete character behind cursor in text fields `Delete` => Delete character ahead of curson in text fields `a` => Create new entries in the table menu `o` => Log out from the table menu `d` => Delete highlighted transaction in the table menu