3 stable releases
1.4.0 | Aug 17, 2024 |
---|---|
1.3.2 | Aug 13, 2024 |
#115 in Caching
18KB
347 lines
ti
A simple terminal timer
Installation
Install Rust 🦀
$ sudo pacman -S rustup
Initialize default stable
$ rustup default stable
Clone this repo
$ git clone https://github.com/eRgo35/ti
Change directory
$ cd ti
$ cargo aur
$ cd target/cargo-aur
Install package
$ makepkg -si
Usage
$ 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
Dependencies
~3–12MB
~160K SLoC