8000 GitHub - fadeevab/tenki: tty-clock with weather effect
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fadeevab/tenki

BranchesTags< 8000 /div>
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tenki

tty-clock with weather effect written by Rust and powerd by ratatui

demo

Installation

Install from Cargo

cargo install --git https://github.com/ckaznable/tenki.git

Install from Source Code

tenki is written in Rust, so you'll need to grab a Rust installation in order to compile it.

git clone https://github.com/ckaznable/tenki
cd tenki
make build
make install

If you want to uninstall

make uninsall

Install from the AUR

If you are using Arch Linux, you can install tenki using an AUR helper. For example:

paru -S tenki

Usage

Usage: tenki [OPTIONS]

Options:
      --mode <MODE>    [default: rain] [possible values: rain, snow]
      --fps <FPS>      [default: 30] 1-60
      --color <COLOR>  [default: white] [red, green, blue, yellow, cyan, magenta, white, black]
  -l, --level <LEVEL>  effect level, The lower, the stronger [4-1000] [default: 50]
  -h, --help           Print help
  -V, --version        Print version

Roadmap

  • CLI options
  • customizable

LICENSE

MIT

About

tty-clock with weather effect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 97.1%
  • Shell 2.3%
  • Makefile 0.6%
0