cli-timer

LICENSE Tokei.rs Crates.io Docs.rs Build Status Dependency Status

Description

An interactive command-line interface timer application written in Rust.


Usage

Here is the basic demo of the application:

Demo


Building

In order to build cli-timer, you need to have Rust programming language installed on your system. To install Rust (alongside Cargo, which comes bundled with Rust), it's best to follow the official installation steps.

Building is guaranteed to work with Rust version 1.33.0 (2aa4c46cf 2019-02-28).

```sh

Clone the repository

git clone https://github.com/GiorgiBeriashvili/cli-timer cd cli-timer

Compile the debug version

cargo build

Run in the debug mode and print the help information

cargo run -- -h ```


Changelog

All notable changes to this project will be documented in the CHANGELOG.md file.


License

cli-timer is licensed under either of the following, at your option: