2 releases
Uses old Rust 2015
0.1.1 | Jan 28, 2017 |
---|---|
0.1.0 | Jan 28, 2017 |
#72 in #tty
440KB
202 lines
Termclock
Termclock is a very simple but beautiful clock for your terminal. By default, it will display the time in big letters as well as the date in normal text below.
Install
Termclock isn't yet published on crates.io, nor is it available in any distributions.
This is the recommended installation method:
- Clone this repository
- Make sure you have Rust installed
- Inside the repository root directory, run
cargo install
If you just want to try it out without installing, you can instead run cargo run
to see Termclock in action (or cargo run -- --help
to see the available command line arguments).
Happy ricing!
Platform support
The primary target platform is, of course, Linux, but in theory Termclock should work on any platform supported by Rust and ncurses.
Since the ncurses wrapper used by Termclock, pancurses, also claims to support Windows, it should be possible to get Termclock running there, too. Yay for cross-platform ricing!
Screenshot
Dependencies
~1.6–2.4MB
~36K SLoC