studytools.pomodoro

December 25, 2025 ยท View on GitHub

Pomodoro in action

Pomodoro adds a simple pomodoro timer that can be invoked with commands!

Usage

There are three commands that you need to know:

CommandsFunction
:StudytoolsPomodoro <workMinutes> <breakMinutes>Start a pomodoro session, specifying how long work and break sessions are in minutes
:StudytoolsPomodoroStopStop the pomodoro session
:StudytoolsPomodoroStatusSee the current session and how much time is remaining until the next session

Setup

To set up, simply add the following to your init.lua file, or wherever you configure your plugins:

require("studytools.pomodoro").setup()