Skip to content

bishalr0y/toki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toki (とき)

A minimal Pomodoro timer for the terminal.

Features

  • Terminal-based Pomodoro sessions with live countdown
  • Configurable focus/break durations via YAML
  • Desktop notifications when sessions complete
  • Color-coded UI

Installation

go install github.com/bishalr0y/toki/cmd/toki@latest

Or build from source:

git clone https://github.com/bishalr0y/toki
cd toki
just build
./bin/toki

Usage

toki

Select a timer split from the menu. Press q to quit.

Configuration

Config is stored at ~/.config/toki/config.yaml:

timers:
  - name: Standard
    focus: 25
    break: 5
  - name: Long Focus
    focus: 50
    break: 10

Development

just test    # Run tests
just lint    # Run linter
just run     # Build and run

TODO

  • Store completed work sessions in BadgerDB

About

minimal pomodoro timer

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors