app rustime

A pomodoro time in rust

3 releases

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

#650 in Command line utilities

Download history 239/week @ 2024-08-30 59/week @ 2024-09-06 37/week @ 2024-09-13 19/week @ 2024-09-20 30/week @ 2024-09-27 7/week @ 2024-10-04 197/week @ 2024-10-11

256 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
~361K SLoC