From e79c2f0c9e490cb3b8cac82e7bb1dc319b7d20a2 Mon Sep 17 00:00:00 2001 From: elioat Date: Fri, 16 Dec 2022 13:38:14 -0500 Subject: * --- src/blogthing/sketch.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'src') 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 <> ./blogthing like <> +``` + +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 -- cgit 1.4.1-2-gfad0