linear_clock

Crates.iolinear_clock
lib.rslinear_clock
version0.1.2
created_at2025-10-29 16:51:17.512461+00
updated_at2025-11-04 15:20:57.131179+00
descriptionA program to show a linear clock with date.
homepagehttps://github.com/functional-tim/linear_clock
repositoryhttps://github.com/functional-tim/linear_clock
max_upload_size
id1906937
size29,737
Tim Gravert (functional-tim)

documentation

README

rusty-turing-machine

Crates.io License dependency status


Usage

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

How to install

Using cargo

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

Using source

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

License

rusty-turing-machine is dual licensed under MIT License and Apache 2 License.

Commit count: 0

cargo fmt