1
0

add tmux-thumbs x86

This commit is contained in:
2025-08-07 15:24:47 +01:00
parent 536a79e2a1
commit b812fd9650
14 changed files with 979 additions and 0 deletions

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