robvanderleek / mudslide

Send WhatsApp messages from the command-line
ISC License
122 stars 12 forks source link

Feature request: add caption text to send-image command #10

Closed lightaffaire closed 1 year ago

lightaffaire commented 1 year ago
  1. very usefull script. Thanks.

  2. would be great if one could add a caption text when posting images ie.

$ npx mudslide send-image me /tmp/test.jpg 'caption text to image' or $ npx mudslide send-image me /tmp/test.jpg send-image-text 'caption text to image'

otherwise loving it!

create-issue-branch[bot] commented 1 year ago

Branch issue-10-Feature_request_add_caption_text_to_send-image_command created!

robvanderleek commented 1 year ago

Hi @lightaffaire

There was already an option for that, but undocumented. I've updated the Readme.

Thanks for the feedback!