https://github.com/junnishimura/okyo
cli tool to chant a hannya shingyo(般若心経)
https://github.com/junnishimura/okyo
Last synced: 14 days ago
JSON representation
cli tool to chant a hannya shingyo(般若心経)
- Host: GitHub
- URL: https://github.com/junnishimura/okyo
- Owner: JunNishimura
- License: mit
- Created: 2024-04-25T14:09:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T09:52:33.000Z (over 2 years ago)
- Last Synced: 2025-10-22T15:47:09.703Z (9 months ago)
- Language: Go
- Homepage:
- Size: 2.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# okyo - お経
## 📖 Overview
`okyo` is a CLI tool to chant a hannya shingyo(般若心経).
## 💻 How to use
### 1. Install
This tool runs on Darwin and Windows OS.
#### Homebrew Tap
```
brew install JunNishimura/tap/okyo
```
#### Download directly
Please download the appropriate file for your environment from [here](https://github.com/JunNishimura/okyo/releases/tag/v1.0.1).
### 2. Execute Command
```
$ okyo
```
## 🔨 Options
### `--count` or `-c`
Flag to set how many times to listen to the sutra repeatedly. Default value is 1 and negative value will repeat indefinitely.
```
$ okyo --count 2
```
### `--speed` or `-s`
Flag to set how fast to listen to the sutra. Default value is 1.
```
$ okyo --speed 1.5
```
## Thanks
The audio file for the `hannya shingyo(般若心経)` is the one read by the abbot of Jigenji(慈眼寺), which is available at the following website.
http://www.sakado-jigenji.jp/download.html
## 🪧 License
okyo is released under MIT License. See [MIT](https://raw.githubusercontent.com/JunNishimura/okyo/main/LICENSE)