blob: 90430830b7250fc57602488f9b35f67d39464a56 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# jdtalk
A silly fortune cookie generator...
## How silly?
```
unlawful meat justifiably skids
chicken-hearted sausage characteristically ad-libs
biomedical beef essentially wiggling
gristlier baloney gruesomely desire
to-and-fro felines lumpishly aromatise
moated waffle suspensively tent
```
## Compiling
`jdtalk` requires a `D` compiler and `dub`.
```bash
$ dub build -b release
```
## Running
```bash
$ export JDTALK_DATA=$HOME/path/to/data/dir
$ ./jdtalk
```
## Usage
```bash
-c --limit (default: 0)
-p --pattern Limit output to a root word
-e --exact Exact matches only (default: false)
-d --dataroot Path to dictionaries
-h --help This help information.
```
|