Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 584 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 584 Bytes

PTI - Pomodoro Timer Interactive

This is a no-bullshit, terminal-native keyboard-only pomodoro timer that suits the way I like to track my tasks and time. Which is, that in the morning I create a list of tasks and during the day I tick them off during pomodoros. I don't like to use the mouse, and I don't like to use the browser. I like to use the terminal, and also I like things written in fancy languages such as Rust.

Installation

cargo install --git https://github.com/blacksph3re/pti.git
# If you have ~/.cargo/bin in your PATH
pti

Usage

TODO write...