Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsnickbarry/lunation
🌕 🌖 🌗 🌘 🌑 🌒 🌓 🌔 🌝
https://github.com/itsnickbarry/lunation
bash-prompt lunar moon phase wow
Last synced: 28 days ago
JSON representation
🌕 🌖 🌗 🌘 🌑 🌒 🌓 🌔 🌝
- Host: GitHub
- URL: https://github.com/itsnickbarry/lunation
- Owner: ItsNickBarry
- License: mit
- Created: 2019-03-02T00:57:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-24T09:20:51.000Z (over 3 years ago)
- Last Synced: 2024-11-07T04:47:05.352Z (3 months ago)
- Topics: bash-prompt, lunar, moon, phase, wow
- Language: Shell
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Lunation
Keep your terminal in sync with the phases of the moon via a dynamic prompt.
Moon phase calculations in Bash thanks to [nikospag](https://github.com/nikospag/bash-moon-phase).
## Super Blood Wolf Moon Eclipse?
Not supported.
## Install
The `bc` program must be installed. Otherwise, the moon will stare back at you with knowing eyes: 🌝.
Run `install.sh` or add the contents of `set_moon_phase.sh` to your `.bashrc` file manually.
## Uninstall
Remove the lines from your `.bashrc` file which match the contents of `set_moon_phase.sh`.
___
![screenshot](./screenshot.png)
## See Also
[Fruit Salad](https://github.com/itsnickbarry/fruit-salad)