mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 16:10:07 +01:00
feat: copyrat
This commit is contained in:
parent
0d45a2872a
commit
37f22b67af
11 changed files with 840 additions and 728 deletions
17
Cargo.toml
17
Cargo.toml
|
|
@ -1,23 +1,22 @@
|
|||
[package]
|
||||
name = "thumbs"
|
||||
version = "0.4.1"
|
||||
authors = ["Ferran Basora <fcsonline@gmail.com>"]
|
||||
name = "copyrat"
|
||||
version = "0.1.0"
|
||||
authors = ["Ferran Basora <fcsonline@gmail.com>", "u0xy <u0xy@u0xy.cc>"]
|
||||
edition = "2018"
|
||||
description = "A lightning fast version copy/pasting like vimium/vimperator"
|
||||
description = "This is tmux-copycat on Rust steroids."
|
||||
repository = "https://github.com/fcsonline/tmux-thumbs"
|
||||
keywords = ["rust", "tmux", "tmux-plugin", "vimium", "vimperator"]
|
||||
keywords = ["rust", "tmux", "tmux-plugin", "tmux-copycat"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
termion = "1.5"
|
||||
regex = "1.3.1"
|
||||
clap = "2.33.0"
|
||||
structopt = { version = "0.3", default-features = false }
|
||||
clap = { version = "3.0.0-beta.1", features = ["suggestions", "color", "wrap_help", "term_size"]}
|
||||
|
||||
[[bin]]
|
||||
name = "thumbs"
|
||||
name = "copyrat"
|
||||
path = "src/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tmux-thumbs"
|
||||
name = "tmux-copyrat"
|
||||
path = "src/swapper.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue