Add user-defined context actions

This commit is contained in:
darkfated 2026-04-06 06:16:27 +03:00
parent 23b5d98dcc
commit 39281a6336
8 changed files with 305 additions and 9 deletions

View file

@ -8,6 +8,7 @@ use app::{App, Flags};
pub mod app;
mod archive;
pub mod clipboard;
mod context_action;
use config::Config;
pub mod config;
pub mod dialog;