1
0

add tmux-thumbs arm32

This commit is contained in:
2025-08-07 17:41:02 +01:00
parent d9faa0c256
commit a2262fee37
13 changed files with 958 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"