Tweak the setup.py
Fix badge
Fix CI
entries is an open-source Micropub client for the terminal (source code)
Built as a client for entries.pub but should work with any Micropub server.
$EDITOR
article
microformats2 objects in mindThe easiest way to install (and use) entries is to use pipx:
$ pipx install entries
Or using pip (requires Python3+):
$ pip install entries
See the help.
$ entries -h
# Create a new article
$ entries create https://mywebsite.tld
# Update an article
$ entries update https://mywebsite.tld/posts/1
# Delete an article
$ entries delete https://mywebsite.tld/posts/1