Skip to content

gkze/red

Repository files navigation

Red - a Reddit CLI (under construction)

Uses PRAW, so need to set up configuration according to the docs

  • Lists all subscribed subs via

    $ red subs ls
  • And declaratively manages Multireddits (custom feeds):

    • Generate existing custom feeds YAML:
      $ red multis genconf
      wrote /Users/george/.config/red.yaml
  • Edit YAML

  • Apply updates:

    $ red multis apply

    With this command the YAML file is the source of truth:

    • If a multireddit doesn't exist, create it and add subs declared under it

      • subscribe to subs too
    • If a multireddit exists online but not in the file, delete it

      • member subs stay subscribed
    • If a multireddit exists, update it with subs declared under in the file

License

MIT

Copyright

2025 George Kontridze

About

A Reddit CLI (WIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published