3 releases

0.1.3 Oct 16, 2024
0.1.2 Oct 16, 2024
0.1.1 Sep 5, 2024
0.1.0 Sep 3, 2024

#787 in Command line utilities

Download history 268/week @ 2024-08-31 30/week @ 2024-09-07 40/week @ 2024-09-14 16/week @ 2024-09-21 35/week @ 2024-09-28 2/week @ 2024-10-05 231/week @ 2024-10-12 31/week @ 2024-10-19 1/week @ 2024-10-26

239 downloads per month

MIT license

14KB
309 lines

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

Dependencies

~1–25MB
~358K SLoC