3个稳定版本
新 1.4.0 | 2024年8月17日 |
---|---|
1.3.2 | 2024年8月13日 |
#91 在 缓存
每月196 次下载
18KB
347 代码行
ti
简单的终端计时器
安装
安装Rust 🦀
$ sudo pacman -S rustup
初始化默认稳定版本
$ rustup default stable
克隆此仓库
$ git clone https://github.com/eRgo35/ti
更改目录
$ cd ti
$ cargo aur
$ cd target/cargo-aur
安装包
$ makepkg -si
用法
$ ti --help
A simple terminal timer
Usage: ti [OPTIONS]
Options:
-H, --hours <HOURS> Hours [default: 0]
-M, --minutes <MINUTES> Minutes [default: 0]
-S, --seconds <SECONDS> Seconds [default: 0]
--font <FONT> Path to custom font file [default: ]
--cache <CACHE> Path to cache file [default: ]
-h, --help Print help
-V, --version Print version
依赖
~3–12MB
~158K SLoC