writeas / writeas-cli

Command line client for Write.as / WriteFreely
https://write.as/apps/cli
GNU General Public License v3.0
113 stars 20 forks source link

Support syncing posts #12

Closed thebaer closed 5 years ago

thebaer commented 6 years ago

Overview Users should be able to sync anonymous posts to their accounts.

Dependencies This requires user authentication (#10) to work.

Implementation This should use the go-writeas library to claim all posts stored locally (in user's posts.psv file). Each post successfully claimed should be removed from the posts.psv file; any errored posts should stay in the file and the user notified, so user can decide what to do with them.

See the Phabricator issue for details on potential messaging to use.

thebaer commented 5 years ago

Closing to track this on Phabricator T194, instead.