31 releases

0.3.84 Jul 14, 2019
0.3.83 Jun 17, 2019
0.3.80 Apr 27, 2019
0.3.72 Mar 23, 2019

#2772 in Command line utilities

Download history 51/week @ 2024-02-19 3/week @ 2024-02-26 1/week @ 2024-03-11 252/week @ 2024-04-01

253 downloads per month

Apache-2.0 OR MIT

41KB
372 lines

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:

Dependencies

~10–13MB
~235K SLoC