Hi @walter ! Funny you mention that…WriteFreely actually has a CLI utility that you can use to publish posts! It’s great for the workflow you’re describing. You can check it out & download it here:
And you can check out the guide for use cases and commands here:
# WriteFreely CLI User Guide
The WriteFreely Command-Line Interface (CLI) is a cross-platform tool for publishing text to any [WriteFreely](https://writefreely.org) instance. It is designed to be simple, scriptable, do one job (publishing) well, and work as you'd expect with other command-line tools.
WriteFreely is the software behind [Write.as](https://write.as). While the WriteFreely CLI supports publishing to Write.as, we recommend using the dedicated [Write.as CLI](https://github.com/writeas/writeas-cli/tree/master/cmd/writeas#readme) to get the full features of the platform, including anonymous publishing.
**The WriteFreely CLI is compatible with WriteFreely v0.11 or later.**
## Uses
These are a few common uses for `wf`. If you get stuck or want to know more, run `wf [command] --help`. If you still have questions, [ask us](https://write.as/contact).
### Overview
```
wf [global options] command [command options] [arguments...]
COMMANDS:
post Alias for default action: create post from stdin
new Compose a new post from the command-line and publish
This file has been truncated. show original
Hope that helps!
1 Like