mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 08:00:08 +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
|
|
@ -13,6 +13,7 @@ termion = "1.5"
|
|||
regex = "1.4"
|
||||
clap = { version = "3.0.0-beta.2", features = ["suggestions", "color", "wrap_help"]}
|
||||
sequence_trie = "0.3.6"
|
||||
duct = "0.13"
|
||||
|
||||
[[bin]]
|
||||
name = "copyrat"
|
||||
|
|
@ -20,4 +21,4 @@ path = "src/main.rs"
|
|||
|
||||
[[bin]]
|
||||
name = "tmux-copyrat"
|
||||
path = "src/bridge.rs"
|
||||
path = "src/tmux_copyrat.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue