Simple miniflux cli tool.
Go to file
CronyAkatsuki 1c3cfd106c Add ability to list feeds of a category.
By providing a category id after the feeds command, list the feeds in that category.
2023-11-11 20:31:35 +01:00
LICENSE Initial commit. 2023-11-09 07:51:26 +01:00
README.md Add usage 2023-11-10 21:25:14 +01:00
go.mod Initial commit. 2023-11-09 07:51:26 +01:00
go.sum Initial commit. 2023-11-09 07:51:26 +01:00
main.go Add ability to list feeds of a category. 2023-11-11 20:31:35 +01:00

README.md

mfeed

very simple miniflux tool, expected for the tool to be piped to other programs.

Usage

$ mfeed
examples:
    mfeed create {category_id} {feed_url}

usage: mfeed [-h] {feeds,categories,create} ...
    feeds       list all the feeds you have
    categories  list all the categories you have
    create      create a new feed

positional arguments:
  {feeds, categories, create}

options:
  -h, --help  shows this help page