term-snip 0.1.4

Write limited number of lines to terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "term-snip"
version = "0.1.4"
license = "MIT OR Apache-2.0"
description = "Write limited number of lines to terminal"
repository = "https://gitlab.com/sorcerersr/term-snip"
keywords = ["cli", "terminal", "console"]
categories = ["command-line-utilities"]
authors = ["Stefan Rabmund <sorcerersr@mailbox.org>"]
readme = "README.md"
edition = "2018"
exclude = [
    "screenshot",
]

[dependencies]
console = "0.14.1"