entries

Micropub client for the terminal


Keywords
entriespub, indieauth, indieweb, micropub
License
ISC
Install
pip install entries==0.1.2

Documentation

entries

Build Status PyPI License Code style: black

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.

Features

  • Zero configuration (everything is "guessed" from the URL)
  • Create/update/delete articles directly within your favorite $EDITOR
  • Created with article microformats2 objects in mind
  • Support the mp-slug extension

Install

The easiest way to install (and use) entries is to use pipx:

$ pipx install entries

Or using pip (requires Python3+):

$ pip install entries

Usage

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