An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Meditation Timer
[![GitHub package.json version](https://img.shields.io/github/package-json/v/danielfleischer/timer)]() [![npm](https://img.shields.io/npm/v/zen-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.