diff options
| author | Fuwn <[email protected]> | 2023-09-21 13:22:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-21 13:22:52 -0700 |
| commit | 8c21f17e8db8dfeb437ff7f2d6eecc9ab1952c8d (patch) | |
| tree | 6a1809735c41a0ae5e5f04cf4d50005fdadf3bf3 | |
| parent | feat(suzuri): raw mode (diff) | |
| download | suzuri-8c21f17e8db8dfeb437ff7f2d6eecc9ab1952c8d.tar.xz suzuri-8c21f17e8db8dfeb437ff7f2d6eecc9ab1952c8d.zip | |
docs(readme): add new features
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -26,12 +26,13 @@ usage: sumi token [folder] positional arguments: token sumi.news session token - folder sumi.news feed folder - -environment variables: + folder sumi.news feed folder\environment variables: SUZURI_TOKEN substitution for [token] + SUZURI_FOLDER substitution for [folder] SUZURI_REVERSE reverse the output feed + SUZURI_MINIMAL output only linked titles + SUZURI_RAW output raw markdown ``` Optionally, omit the token and folder arguments and export the environment |