mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-16 01:43:51 +01:00
feat: output to clipboard or tmux buffer
This commit is contained in:
parent
849dd37b05
commit
646ee8b9fb
8 changed files with 164 additions and 25 deletions
7
src/selection.rs
Normal file
7
src/selection.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use crate::output_destination::OutputDestination;
|
||||
|
||||
pub struct Selection {
|
||||
pub text: String,
|
||||
pub uppercased: bool,
|
||||
pub output_destination: OutputDestination,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue