diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-04-27 15:45:29 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-04-27 15:45:29 -0400 |
| commit | dd11ee48361469049d3960764d80c617c3015040 (patch) | |
| tree | 273a1857ab0b38fe4d733437074ef878f8cc242d | |
| parent | 86c10b9efab3f4e431b5f9278708c8ace1563faa (diff) | |
Update documentation
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -5,6 +5,8 @@ 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. +You _probably_ don't want to use it in its current state. + ## Installation `brisket` is self-contained and depends only on Hy core and the Python standard @@ -81,6 +83,18 @@ $ brisket describe-group junk Unfiled articles (no posting). ``` +### Reading + +Posts can be fetched with the `fetch-posts` command. Without any additional +arguments, this will fetch *every* post on the server, which probably isn't what +you want. You can specify a specific group and article ID to fetch. +Additionally, if "-" is in the argument list, the article will be printed to +stdout. + +### Posting + +Posts can be posted with the `post-article` command. + ## Why the name? I couldn't come up with a better name, and there's little in the world that |