diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-04-26 13:19:28 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-04-26 13:19:28 -0400 |
| commit | 0e85c37a572e7d2d85dfcedc0694d43c59363c63 (patch) | |
| tree | 0b8f2502dae84d3abc11da2f593e48809af05618 /README.md | |
| parent | a3228685d7b0c42464e563298a805e6a6a3fe4fb (diff) | |
Add README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f1e5d70 --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# brisket + +`brisket` is a primitive newsreader script, capable of fetching posts and +posting to NNTP servers. It's dead simple and lacks any sort of fancy TUI, +opting instead for an interface inspired by the Unix philosophy: posts are read +from stdin, and are written either to stdout or to text files in a directory. + +## Installation + +`brisket` is self-contained and depends only on Hy core and the Python standard +library. Provided that both Hy and Python are installed, you should be able to +invoke `brisket` in the following ways. + +```sh +chmod u+x brisket.hy + +# Install globally. +cp brisket.hy /usr/local/bin/brisket + +# Or + +# I'd rather just run it from the repository. +./brisket.hy +``` + +## Usage + +## Why the name? + +I couldn't come up with a better name, and there's little in the world that +makes me happier than a smoked brisket. + +``` + ________ +< Uhm... > + -------- + \ ^__^ + \ (oo)\\_______ + (__)\\ )\\/\\ + ||----w | + || || +``` |