cli-timer

Crates.iocli-timer
lib.rscli-timer
version0.3.84
sourcesrc
created_at2019-03-09 02:12:05.478502
updated_at2019-07-14 23:28:47.813034
descriptionProgram used to set a timer.
homepagehttps://github.com/GiorgiBeriashvili/cli-timer
repositoryhttps://github.com/GiorgiBeriashvili/cli-timer
max_upload_size
id119565
size68,570
Giorgi Beriashvili (GiorgiBeriashvili)

documentation

https://docs.rs/cli-timer

README

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.36.0 (a53f9df32 2019-07-03).

# 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:

Commit count: 77

cargo fmt