Command line client for Write.as https://write.as/apps/cli
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 2.9 KiB

8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. writeas-cli / wf-cli
  2. ====================
  3. ![GPL](https://img.shields.io/github/license/writeas/writeas-cli.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/writeas/writeas-cli)](https://goreportcard.com/report/github.com/writeas/writeas-cli) [![#writeas on freenode](https://img.shields.io/badge/freenode-%23writeas-blue.svg)](http://webchat.freenode.net/?channels=writeas) [![Discuss on our forum](https://img.shields.io/discourse/https/discuss.write.as/users.svg?label=forum)](https://discuss.write.as/c/development)
  4. Command line utility for publishing to [Write.as](https://write.as) and any other [WriteFreely](https://writefreely.org) instance. Works on Windows, macOS, and Linux.
  5. ## Features
  6. * Authenticate with a Write.as / WriteFreely account
  7. * Publish anonymous posts or drafts to Write.as or WriteFreely, respectively
  8. * A stable, easy back-end for your [GUI app](https://write.as/apps/desktop) or desktop-based workflow
  9. * Compatible with the [Write.as Tor hidden service](http://writeas7pm7rcdqg.onion/)
  10. * Update and delete posts
  11. * Fetch any post by ID
  12. * ...and more, depending on which client you're using (see respective READMEs for more)
  13. ## Installing
  14. The easiest way to get the CLI is to download a pre-built executable for your OS.
  15. ### Download
  16. [![Latest release](https://img.shields.io/github/release/writeas/writeas-cli.svg)](https://github.com/writeas/writeas-cli/releases/latest) ![Total downloads](https://img.shields.io/github/downloads/writeas/writeas-cli/total.svg)
  17. Get the latest version for your operating system as a standalone executable.
  18. **Write.as CLI**<br />
  19. See the [writeas-cli README](https://github.com/writeas/writeas-cli/blob/master/cmd/writeas#readme)
  20. **WriteFreely CLI**<br />
  21. See the [wf-cli README](https://github.com/writeas/writeas-cli/blob/master/cmd/wf#readme)
  22. ## Usage
  23. **Write.as CLI**<br />
  24. See full usage documentation on our [writeas-cli User Guide](https://github.com/writeas/writeas-cli/blob/master/cmd/writeas/GUIDE.md).
  25. **WriteFreely CLI**<br />
  26. See full usage documentation on our [wf-cli User Guide](https://github.com/writeas/writeas-cli/blob/master/cmd/wf/GUIDE.md).
  27. ## Contributing to the CLI
  28. For a complete guide to contributing, see the [Contribution Guide](.github/CONTRIBUTING.md).
  29. We welcome any kind of contributions including documentation, organizational improvements, tutorials, bug reports, feature requests, new features, answering questions, etc.
  30. ### Getting Support
  31. We're available on [several channels](https://write.as/contact), and prefer our [forum](https://discuss.write.as) for project discussion. Please don't use the GitHub issue tracker to ask questions.
  32. ### Reporting Issues
  33. If you believe you have found a bug in the CLI or its documentation, file an issue on this repo. If you're not sure if it's a bug or not, [reach out to us](https://write.as/contact) in one way or another. Be sure to provide the version of the CLI (with `writeas --version` or `wf --version`) in your report.