Posted on the command line
This post was written on the command line with the help of Write.as' command line client. Here's how to do it:
Syntax:
writeas new -b nameofyourblog --font serif --md
By the way: the CLI client is a bit picky about the position of the parameters. If you want your post to appear in your blog (and not as an anonymous post) you have to supply the blogname (-b nameofyourblog
) after the new
command.
The new
command opens your default terminal editor and let's you write the content of the post.
If you instead want to post the content from a text file you'll use the publish
command:
writeas publish filename.txt -b nameofyourblog --font serif --md