https://github.com/eeriemyxi/athe
Generate fake words, fetched from feldarkrealms(.com).
https://github.com/eeriemyxi/athe
deno linguistics words
Last synced: about 1 month ago
JSON representation
Generate fake words, fetched from feldarkrealms(.com).
- Host: GitHub
- URL: https://github.com/eeriemyxi/athe
- Owner: eeriemyxi
- License: mit
- Created: 2024-10-18T12:20:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-17T04:00:55.000Z (over 1 year ago)
- Last Synced: 2025-01-22T09:42:34.646Z (over 1 year ago)
- Topics: deno, linguistics, words
- Language: TypeScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Athe

Uses an API from [feldarkrealms](https://feldarkrealms.com) to generate fake
words. It is basically a command-line interface for their fake word generator.
# Features
- flags to customize word generation.
- cross-platform copy to clipboard feature.
- On Linux, the library requires you to have `xsel` package installed.
# How To Install
```
git clone --depth 1
cd athe
deno run install
```
Deno (v2) runtime is required for it to run.
You can also get self-contained executables from
[GitHub Releases](https://github.com/eeriemyxi/athe/releases). Keep in mind they
are large in size for what little functionality this program has to offer.
# Command-Line Arguments
```
athe - generate fake words, fetched from feldarkrealms(.com).
--help,-h : print this message
--lang,-l : specify language, default: English
--words,-w : specify how many words, default: 10, max: 10
--length,-L : specify word length, default: 6, max: 10
```