about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/blogthing/sketch.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/blogthing/sketch.md b/src/blogthing/sketch.md
index 10800ec..c4eb353 100644
--- a/src/blogthing/sketch.md
+++ b/src/blogthing/sketch.md
@@ -1,10 +1,10 @@
 pass arguments to determine the type of post
 
-- (none), for normal blog post, with title
-- `note`, for a post without a title
+- (none),  for normal blog post with a title
+- `note`,  for a post without a title
 - `image`, for an image post
 - `reply`, for a post replying to something with a url
-- `like`, for a little like post (don't really make these any more)
+- `like`,  for a little like post (don't really make these any more)
 
 ```plaintext
 ./blogthing
@@ -12,4 +12,11 @@ pass arguments to determine the type of post
 ./blogthing image
 ./blogthing reply <<some url>>
 ./blogthing like <<some url>>
+```
+
+Question -- what about being able to pass the an image, or directory of images to the image flag to automatically build them, maybe pre-process the image before upload?
+
+```
+./blogthing image dither ~/path/to/an/image.png
+./blogthing image ~/path/to/an/image.png
 ```
\ No newline at end of file