Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedahan/geometry-hydrate
geometry prompt plugin reminding you to hydrate
https://github.com/jedahan/geometry-hydrate
Last synced: about 2 months ago
JSON representation
geometry prompt plugin reminding you to hydrate
- Host: GitHub
- URL: https://github.com/jedahan/geometry-hydrate
- Owner: jedahan
- Created: 2017-02-25T16:49:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T16:12:35.000Z (about 6 years ago)
- Last Synced: 2024-10-13T01:02:06.469Z (3 months ago)
- Language: Shell
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Hydrate
Reminds you to hydrate every once in a while. Run `hydrate` once you have hydrated. You can also have this wrap any bindkey command to also run hydrate by exporting `GEOMETRY_PLUGIN_HYDRATE_BINDKEY`
![](hydrate.png)
## Installation
```sh
GEOMETRY_PROMPT_PLUGINS+=(hydrate)
```## Configuration
```sh
GEOMETRY_PLUGIN_HYDRATE_COLOR=blue
GEOMETRY_PLUGIN_HYDRATE_SYMBOL=💧
GEOMETRY_PLUGIN_HYDRATE_INTERVAL=20 # interval in minutes
GEOMETRY_PLUGIN_HYDRATE_BINDKEY='^L' # wrap ^L bind to also hydrate
```