| Crates.io | linear_clock |
| lib.rs | linear_clock |
| version | 0.1.2 |
| created_at | 2025-10-29 16:51:17.512461+00 |
| updated_at | 2025-11-04 15:20:57.131179+00 |
| description | A program to show a linear clock with date. |
| homepage | https://github.com/functional-tim/linear_clock |
| repository | https://github.com/functional-tim/linear_clock |
| max_upload_size | |
| id | 1906937 |
| size | 29,737 |
You can either let it run continously in the console or let it run once to get a string. The later can be used for example in conky. With the Option -d you can also get the date of the day.
linear_clock 0.1.1
A program to show a linear clock with date.
Sources and licenses are found here: https://github.com/functional-tim/linear_clock
USAGE:
linear_clock [FLAGS]
FLAGS:
-c, --continous Runs the program continously
-d, --date Prints also the date
-h, --help Prints help information
-V, --version Prints version information
You need to install cargo on your system through your package manager or any other means.
Then you simply install it through cargo.
$ > cargo install linear_clock
You need to install cargo on your system through your package manager or any other means.
Then you download the repository through git or manual.
After unpacking or downloading from git you have to switch into the folder of rusty-turing-machine.
Then run cargo install --path ..
$ > cd linear_clock
$ > cargo install --path
rusty-turing-machine is dual licensed under MIT License and Apache 2 License.