rustime

Crates.iorustime
lib.rsrustime
version0.1.3
sourcesrc
created_at2024-09-03 15:48:25.214245
updated_at2024-10-16 13:28:27.045484
descriptionA pomodoro time in rust
homepage
repositoryhttps://github.com/arjunomray/rustime
max_upload_size
id1361789
size48,650
arjun omray (arjunomray)

documentation

README

Rustime

A simple to use cli based pomodoro timer.

Installation

  1. Install rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. Use cargo to install
cargo install rustime

Usage commands

->rustime -h
Usage: rustime [OPTIONS]

Options:
  -s, --session-time <SESSION_TIME>    [default: 25]
  -b, --break-time <BREAK_TIME>        [default: 5]
  -n, --session-title <SESSION_TITLE>  [default: "Working on Stuff"]
  -m, --minimal-version
  -h, --help                           Print help
Commit count: 13

cargo fmt