~tsileo/entries

Micropub client for the terminal.

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~tsileo/entries
read/write
git@git.sr.ht:~tsileo/entries

You can also use your local clone with git send-email.

#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