Command line client for Write.as https://write.as/apps/cli
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Matt Baer 405f555037 Update user guide with current logging / copy changes 6 anni fa
cmd/writeas Move logging to new funcs & support -v flag 6 anni fa
utils Fix golint issues 8 anni fa
.gitignore 🚀 9 anni fa
.travis.yml 🚀 9 anni fa
CHANGELOG.md Add latest changes to CHANGELOG 6 anni fa
CONTRIBUTING.md Add contributing guidelines 7 anni fa
GUIDE.md Update user guide with current logging / copy changes 6 anni fa
LICENSE Add MIT license 8 anni fa
README.md Move usage instructions to GUIDE.md 7 anni fa

README.md

writeas-cli

MIT license Go Report Card #writeas on freenode 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.

Download

Latest release Total downloads

Get the latest version for your operating system as a standalone executable.

Windows: 64-bit32-bit

OS X: 64-bit32-bit

Linux: 64-bit32-bit

Go get it

go get github.com/writeas/writeas-cli/writeas

Usage

See full usage documentation on our User Guide.

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