Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterfication/breathe
This CLI utility written in Go helps in breathing better.
https://github.com/peterfication/breathe
Last synced: 23 days ago
JSON representation
This CLI utility written in Go helps in breathing better.
- Host: GitHub
- URL: https://github.com/peterfication/breathe
- Owner: peterfication
- License: gpl-3.0
- Created: 2022-04-20T12:12:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-14T18:05:32.000Z (over 2 years ago)
- Last Synced: 2024-12-18T04:57:23.642Z (23 days ago)
- Language: Go
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Breathe
This CLI utility written in Go helps in breathing better. It's inspired by [the book Breath from James Nestor](https://www.mrjamesnestor.com/).
The main purpose of this project is for me to learn Go.
## Breathing exercises
### Ideal breathing
```bash
breathe ideal
```### Box breathing
```bash
breathe box
```### Box breathing (long variant)
```bash
breathe box-long
```### Long breathing training
This command is for training having longer breaths.
```bash
breathe long
breathe long --inhaleStartSeconds=4 --inhaleEndSeconds=10 --cyclesPerStartSeconds=3
```## CLI options
### Sound
By default, the sound in the CLI is disabled. You can enable it with the `--sound` option.
```bash
breathe ideal --sound=all
```