Go to file
Zorchenhimer 1ac2863a43
Allow passing a format string to the generate command
The generate command now takes two optional arguments:

-c N
    Generate N number of sentences.

-f "some string"
    Use the given format string to generate sentences.
2021-02-21 20:37:15 -05:00
api Initial commit 2021-02-13 11:39:05 -05:00
cmd Allow passing a format string to the generate command 2021-02-21 20:37:15 -05:00
database Start implementing format sentences 2021-02-17 18:07:23 -05:00
frontend Rename Random() to Hack() 2021-02-14 16:49:11 -05:00
models Add note about irregular nouns not being implemented 2021-02-20 21:17:12 -05:00
.gitignore Initial commit 2021-02-13 11:39:05 -05:00
LICENSE.md Add MIT license 2021-02-13 12:05:28 -05:00
Makefile Fix makefile 2021-02-14 18:25:42 -05:00
english.go Implement RNG format blocks in sentences 2021-02-21 20:30:09 -05:00
go.mod Initial commit 2021-02-13 11:39:05 -05:00
go.sum Initial commit 2021-02-13 11:39:05 -05:00
hacker.go Start implementing format sentences 2021-02-17 18:07:23 -05:00
word_lists.json Implement RNG format blocks in sentences 2021-02-21 20:30:09 -05:00