Skip to content

hmitsis-dev/pombash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Pombash

A simple, command-line Pomodoro timer to help you focus directly from your terminal.

Installation

Add to your Shell

Copy the entire pomo() function script and paste it at the end of your ~/.bashrc (for Bash) or ~/.zshrc (for Zsh) file.

Reload your Shell

Open a new terminal or run source ~/.bashrc (or source ~/.zshrc) to make the command available.

Note: Requires sqlite3. Most systems have it, but if not, install it with sudo apt install sqlite3 or brew install sqlite3.

Basic Usage

Start a 25-minute timer for "Writing report"

pomo start --task "Writing report"

Start a 5-minute timer in the background

pomo start --task "Check emails" --time 5 --background

Stop the background timer

pomo stop

View your history

pomo view

See your stats

pomo stats

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages