[package]
name = "vimterm"
version = "0.3.0"
edition = "2024"
description = "A vim-mode terminal where command+output blocks are navigable units"
repository = "https://github.com/atbraz/vimterm"
license = "Unlicense"
keywords = ["terminal", "vim", "tui", "shell"]
categories = ["command-line-utilities"]
[[bin]]
name = "vt"
path = "src/main.rs"
[dependencies]
arboard = "3.4"
crossterm = "0.29.0"
dirs = "6.0.0"
portable-pty = "0.9.0"
ratatui = "0.30.0"
serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
toml = "0.9.11"
ansi-to-tui = "8.0.1"
clap = { version = "4", features = ["derive"] }