DOPO⚡️ST

Do post your f*cking post! On the fly!

What is DOPO⚡️ST

I wrote a lot of blog posts but I have published ~20% of them.

It is 50/50 fear of publishing and organizational questions - where to publish, how to format, etc.

DOPO⚡️ST was created to help you fight that fears by eliminating organizational questions once and for all.

Whenever your post is ready, hit a shortcut, and get your post published in zero clicks!

How to use DOPO⚡️ST?

Setup

Create custom workflow in Alfred app triggered by a shortcut. Like this:

Put the following code into your bash script:

pbpaste | cat - > /tmp/tmp-buffer && curl --location --request POST 'http://dopo.st/posts' --header 'Content-Type: text/markdown' --data-binary @/tmp/tmp-buffer --silent | pbcopy
pbpaste | tr '\n' '\0' | xargs -0 -I{} open {}

It does two things:

  1. Sends contents of your clipboard to DOPO⚡️ST
  2. Opens received URL in your default browser

Usage

Use your editor of choice and get some text in Markdown.

Copy it and trigger your shortcut → Get your post published!

Examples:

Also see source code of this page
Published at:
13 Apr 10:16
Author:
Ivan Nemytchenko
App:
DOPO⚡️ST