Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isabelroses/hael
Trans rights are human rights
https://github.com/isabelroses/hael
Last synced: about 2 months ago
JSON representation
Trans rights are human rights
- Host: GitHub
- URL: https://github.com/isabelroses/hael
- Owner: isabelroses
- License: gpl-3.0
- Created: 2024-03-21T20:48:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T21:22:53.000Z (9 months ago)
- Last Synced: 2024-05-01T14:16:55.946Z (8 months ago)
- Language: Go
- Size: 38.1 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hael
Hael is a CLI for giving you a nice and sweet message to remind you of how amazing you are. It is also designed to be used with Nix, meaning you can use it while leaving no trace of its existence on your computer.
## Usage
```
nix run github:isabelroses/hael
``````
Usage: hael [FLAGS]Flags:
-h, --help Print this help message
-r, --random Print a random euphoric message
-p, --pickup Print a pick-me-up messageEnvironment Variables:
HAEL_GENDER 'fem', 'masc', 'neutral' or 'all'Examples:
hael -r
hael --pickupHelp:
https://github.com/isabelroses/hael
```If you don't have to worry about someone finding out, you can also install it globally. Locate the appropriate binary for your computer from the [latest release](https://github.com/isabelroses/hael/releases/latest/).
## Configuration
You can set the `HAEL_GENDER` environment variable to either `fem`, `masc`, or `both` to configure the responses.
```bash
export HAEL_GENDER="fem"
```