From 768097a3a737712694dc296a8ba5c0c17f819210 Mon Sep 17 00:00:00 2001 From: Intercal Date: Wed, 13 Aug 2025 16:09:04 -0700 Subject: [PATCH] Add TODOs and clarify somethings in README --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0350c12..0febc49 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ This is a simple Tumblr CLI for making posts. Use this to automate your posting workflow as a bot, or outsource your posts to your favorite editor and post them that way. +**NOTE**: This is for making posts only. It's not used to read Tumblr posts in the CLI. + ## Configuring Before running, you need to get your oauth key/secret and client key/secret from the Tumblr API. @@ -63,8 +65,8 @@ It will read the contents of `post.txt` and post that instead. ### Autoformatting caveats -Tumblr, by default, does not automatically split up text into paragraphs. If your text chunk has two -newlines in a row, e.g.: +Tumblr, by default, does not automatically split up text into paragraphs. However, the CLI will do +this for you. If your text chunk has two newlines in a row, e.g.: ``` This is the first paragraph @@ -94,3 +96,10 @@ python3 -m tcli --help # Options for posting python3 -m tcli post --help ``` + +# TODO + +* [ ] Video uploads +* [ ] Preserving whitespace flag +* [ ] Raw JSON mode +* [ ] Proper logging