tinytools 1.1.1

A collection of tools that enhance your experience in shell.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[bin]]
name = "tt"
path = "src/main.rs"
[dependencies.structopt]
version = "0.3"

[package]
authors = ["Gaoyang Zhang <gy@blurgy.xyz>"]
categories = ["command-line-utilities"]
description = "A collection of tools that enhance your experience in shell."
edition = "2018"
keywords = ["cli", "shell"]
license = "MIT"
name = "tinytools"
repository = "https://github.com/blurgyy/tinytools"
version = "1.1.1"