Command line client for Write.as https://write.as/apps/cli
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Matt Baer af91e12383 Bump version to 0.1.1 9 年前
utils Add post deletion without a token arg 9 年前
writeas Bump version to 0.1.1 9 年前
.gitignore 🚀 9 年前
.travis.yml 🚀 9 年前
README.md Update README 9 年前

README.md

writeas-cli

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. It is currently ALPHA, so only basic functionality is available. But the goal is for this to hold the logic behind any future GUI app we build for the desktop.

Usage

writeas [global options] command [command options] [arguments...]

COMMANDS:
   post     Alias for default action: create post from stdin
   delete   Delete a post
   get      Read a raw post
   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