https://github.com/danielfleischer/zen-timer
Simple timer with intervals.
https://github.com/danielfleischer/zen-timer
cli meditation-timer timer
Last synced: about 1 year ago
JSON representation
Simple timer with intervals.
- Host: GitHub
- URL: https://github.com/danielfleischer/zen-timer
- Owner: danielfleischer
- License: gpl-3.0
- Created: 2021-02-12T09:10:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T05:23:24.000Z (about 3 years ago)
- Last Synced: 2025-04-04T17:52:37.277Z (about 1 year ago)
- Topics: cli, meditation-timer, timer
- Language: JavaScript
- Homepage:
- Size: 1.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meditation Timer
[]() [](https://www.npmjs.com/package/zen-timer)
Simple cli timer for meditation - or anything else.

### Install
Install via `npm install -g zen-timer` and then just call `timer`.
### Usage
You can set an interval timer; for example, it can ring every 10 minutes or in the middle of the session.
There's a progress bar and the time at the finish is presented:

## Todo
- [X] Sounds.
- [X] Intervals.
- [X] Put on github.
- [X] Learn to put on npm.
- [ ] Optional: total time argument for faster starts.
- [ ] Nicer colors overall.