tuicr 0.21.0

Review AI-generated diffs like a GitHub pull request, right from your terminal.
Documentation
1
2
3
4
5
6
7
8
pub mod handler;
pub mod keybindings;
pub mod mode;

pub use keybindings::{
    Action, map_file_tree_mode, map_file_tree_prompt_mode, map_key_to_action,
    map_target_filter_mode,
};