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

#821 in Command line utilities

Download history 298/week @ 2024-09-03 26/week @ 2024-09-10 19/week @ 2024-09-17 18/week @ 2024-09-24 30/week @ 2024-10-01 256/week @ 2024-10-15 7/week @ 2024-10-22

263 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
~359K SLoC