tileview 0.1.2

run tiled commands in a single terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "tileview"
description = "run tiled commands in a single terminal"
repository = "https://github.com/tforgione/tileview"
version = "0.1.2"
authors = ["Thomas Forgione"]
edition = "2021"
license = "GPL-3.0"
keywords = ["multiplexer", "multiview", "command", "tile"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pty-process = "0.4.0"
termion = "2.0.1"
unicode-width = "0.1.11"