aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-06-25 10:37:08 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-06-25 10:37:08 -0400
commita956211b2cd0ba7d970f08afe3b7470728691206 (patch)
tree601ebafedf17edb83169bdfcf1372683fe7fcfc8 /README.md
downloadjdtalk-a956211b2cd0ba7d970f08afe3b7470728691206.tar.gz
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md40
1 files changed, 40 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9043083
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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.
+```
+