feat: copyrat

This commit is contained in:
graelo 2020-05-24 21:02:11 +02:00
parent 0d45a2872a
commit 37f22b67af
11 changed files with 840 additions and 728 deletions

View file

@ -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"