Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```