pomodoro-app

A simple pomodoro app for your terminal/CMD. <br /> pomodoro-app will notify the user about the start/stop status via desktop notifications

Usage no npm install needed!

<script type="module">
  import pomodoroApp from 'https://cdn.skypack.dev/pomodoro-app';
</script>

README

pomodoro-app

A simple pomodoro app for your terminal/CMD.
pomodoro-app will notify the user about the start/stop status via desktop notifications

Installation

$ npm i pomodoro-app -g

Usage

To start the pomodoro timer with default time(25mins)

$ pomodoro

To start the pomodoro timer with custom time (example: 10mins)

$ pomodoro -t 10

or

$ pomodoro --time 10

Screenshots