The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

wrt-feed - print an Atom or JSON feed from given wrt entries

USAGE

    # Print most recent entries:
    wrt feed
    wrt feed --json

    # Print entries for a specific month:
    wrt feed 2019/11
    wrt feed --json 2019/11

DESCRIPTION

Detailed documentation can be found in the App::WRT man page or at https://code.p1k3.com/gitea/brennen/wrt.

LICENSE

    wrt is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

AUTHOR

Brennen Bearnes <code@p1k3.com>