mdt8

Crates.iomdt8
lib.rsmdt8
version0.2.0
sourcesrc
created_at2018-03-04 04:22:08.067241
updated_at2020-04-19 17:53:38.680567
descriptionA command line tool to promote a regular mindfulness meditation practice.
homepage
repositoryhttps://github.com/NoraCodes/mdt8
max_upload_size
id53770
size25,254
Leonora Tindall (NoraCodes)

documentation

README

mdt8

A Mindfulness Meditation Tool for Tech People

mdt8 is a tool to help those who spend lots of time in the terminal remember to stay in touch with their bodies via mindfulness meditation.

mdt8 is licensed ISC.

Installation

If you develop Rust, you can install mdt8 with Cargo. Clone the repository, enter its directory, and run cargo install.

If you do not have Cargo installed, visit our releases page to download a binary for your system.

Usage

Running mdt8 status will tell you what your progress is today, and what your goals are. For instance:

$ mdt8
You plan to spend 60 minutes per day on mindfulness.
So far, you've spent 38 minutes.

You can tell mdt8 that you're starting a meditation with mdt8 start. When you're done, simply type mdt8 stop.

$ mdt8 start
Starting timer.
Remember to breathe deeply, and relax.

<time passes>
$ mdt8 stop
Stopping timer.

You can also mdt8 cancel if you left the timer running by accident, and mdt8 mod MINUTES to add a session manually.

Commit count: 3

cargo fmt