Command line client for Write.as https://write.as/apps/cli
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Matt Baer e1fed9b941 Add Slack badge il y a 8 ans
utils Fix launching editor in Windows il y a 8 ans
writeas Add comments and lowercase version const il y a 8 ans
.gitignore 🚀 il y a 9 ans
.travis.yml 🚀 il y a 9 ans
README.md Add Slack badge il y a 8 ans

README.md

writeas-cli

Public Slack discussion

Command line interface for Write.as and Write.as on Tor. Works on Windows, OS X, and Linux.

Like the Android app, the command line client keeps track of the posts you make, so future editing / deleting is easier than doing it with cURL. The goal is for this to serve as the backend for any future GUI app we build for the desktop.

It is currently alpha, so a) functionality is basic and b) everything is subject to change — i.e., watch the changelog.

Usage

writeas [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
   delete   Delete a post
   update   Update (overwrite) a post
   get      Read a raw post
   add      Add an existing post locally
   list     List local posts
   help, h  Shows a list of commands or help for one command
   
GLOBAL OPTIONS:
   --tor, -t		 Perform action on Tor hidden service
   --tor-port "9150" Use a different port to connect to Tor
   --help, -h		 show help
   --version, -v	 print the version

Download

Get it on the web or hidden service.

Go get it

go get github.com/writeas/writeas-cli