2.0.1 • Published 3 years ago
cli-pomodoro v2.0.1
CLI Pomodoro
A simple, cross-platform Pomodoro-like application that runs in your terminal! Requires Node.js version 14 and up to work.
Quick start
- You must have
Node.jsversion 14 and up to be able to use this app. InstallNode.jsusing installer for your platform. - Check that you have
Node.jsinstalled, along withnpxby using the following command in your terminal:
These commands should show the current version of Node.js and npm installed e.g.,node -v npx -vnode -v v18.13.0 - Install the application with:
npx cli-pomodoro - After installation, restart the terminal and run this command again:
The app should be working properly with audio now! Happy Pomodoro!npx cli-pomodoro
Using the Application from source code
- Again, you must have
Node.jsversion 14 and up to be able to use this app. InstallNode.jsusing installer for your platform. - Clone the repository:
git clone https://github.com/hkhoa-ng/cli-pomodoro.git - Go in to that folder:
cd cli-pomodoro - Install the required dependencies:
npm install - Run the application on your terminal:
The application should be running fine in your terminal. If any errors surface, try to stop the process, restart the terminal, and runnode ./index.jsnode ./index.jsin your terminal again.
Application interface
Some screenshot of the application working...

Feel free to edit the source code to your liking! This is just a fun little project I did in my free time!