https://github.com/noracodes/mdt8
A command line tool to promote a regular mindfulness meditation practice
https://github.com/noracodes/mdt8
Last synced: over 1 year ago
JSON representation
A command line tool to promote a regular mindfulness meditation practice
- Host: GitHub
- URL: https://github.com/noracodes/mdt8
- Owner: NoraCodes
- Created: 2018-03-04T04:13:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T04:20:45.000Z (over 8 years ago)
- Last Synced: 2025-03-06T15:11:13.318Z (over 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.
You can also `mdt8 cancel` if you left the timer running by accident, and `mdt8 mod MINUTES` to add
a session manually.