Crates.io | time_me |
lib.rs | time_me |
version | 0.1.2 |
source | src |
created_at | 2020-08-11 15:59:09.910514 |
updated_at | 2020-10-14 04:55:21.764703 |
description | terminal based timer |
homepage | https://sr.ht/~parkercouch/time_me/ |
repository | https://git.sr.ht/~parkercouch/time_me/ |
max_upload_size | |
id | 275393 |
size | 34,225 |
time_me
terminal based timer
currently in very early stages. it will be some time before it is useful.
0.1.*
versions are considered alpha so they will be experimental and there will be breaking changes.
just doing this so it is easier for me to experiment and cargo install for using/real life testing
$ time_me 20
this will run a single timer of 20 minutes. (no arguments defaults to 15 minutes)
$ time_me -p
this will run a 4 'focus' timeboxes of 25 minutes.in between there will be 5 minute breaks. the last break of a session will be 15 minutes.
25... 5... 25... 5... 25... 5... 25... 15...
$ time_me 10 email -o timebox_info.txt
this will run a timebox of 10 minutes with the label 'email'. the timebox will be appended to the output file (-o
is optional if output is defined in config, with a potential default location)