switch to tmux-thumbs
This commit is contained in:
25
tmux-arm/.tmux/plugins/tmux-thumbs/Cargo.toml
Normal file
25
tmux-arm/.tmux/plugins/tmux-thumbs/Cargo.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[package]
|
||||
name = "thumbs"
|
||||
version = "0.8.0"
|
||||
authors = ["Ferran Basora <fcsonline@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "A lightning fast version copy/pasting like vimium/vimperator"
|
||||
repository = "https://github.com/fcsonline/tmux-thumbs"
|
||||
keywords = ["rust", "tmux", "tmux-plugin", "vimium", "vimperator"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
termion = "1.5.6"
|
||||
regex = "1.7.1"
|
||||
clap = "2.34.0"
|
||||
base64 = "0.13.1"
|
||||
unicode-width = "0.1.10"
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
[[bin]]
|
||||
name = "thumbs"
|
||||
path = "src/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tmux-thumbs"
|
||||
path = "src/swapper.rs"
|
||||
Reference in New Issue
Block a user