hyprshell_core_lib/binds/
mod.rs

1mod structs;
2mod transfer;
3
4pub use structs::*;
5pub use transfer::{generate_transfer, generate_transfer_socat, get_hyprshell_path};