chore: add reamde
Some checks failed
CI / build-and-test (push) Has been cancelled

This commit is contained in:
2026-01-01 16:29:36 +02:00
parent d0b8f8177b
commit 6675634391
7 changed files with 645 additions and 431 deletions

View File

@@ -1,3 +1,4 @@
#![allow(clippy::unwrap_used)]
use crossterm::event::{KeyCode, KeyEvent};
use traxor::{app::App, app::InputMode, app::action::Action, config::Config, handler::get_action};