{"id":20527208,"url":"https://github.com/raulil/redgit","last_synced_at":"2025-06-13T12:34:12.646Z","repository":{"id":55033017,"uuid":"328689133","full_name":"RauliL/redgit","owner":"RauliL","description":"Git like interface for Reddit","archived":false,"fork":false,"pushed_at":"2021-01-29T10:56:51.000Z","size":139,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-18T20:37:28.810Z","etag":null,"topics":["cli","reddit","reddit-client"],"latest_commit_sha":null,"homepage":"https://rauli.dev/redgit","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RauliL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-11T14:24:45.000Z","updated_at":"2023-02-13T18:31:17.000Z","dependencies_parsed_at":"2022-08-14T09:40:36.969Z","dependency_job_id":null,"html_url":"https://github.com/RauliL/redgit","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/RauliL/redgit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RauliL%2Fredgit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RauliL%2Fredgit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RauliL%2Fredgit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RauliL%2Fredgit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RauliL","download_url":"https://codeload.github.com/RauliL/redgit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RauliL%2Fredgit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259645423,"owners_count":22889600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","reddit","reddit-client"],"created_at":"2024-11-15T23:17:51.013Z","updated_at":"2025-06-13T12:34:12.574Z","avatar_url":"https://github.com/RauliL.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"redgit\n======\n\nGit like interface for Reddit.\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/redgit.svg)](https://npmjs.org/package/redgit)\n[![Downloads/week](https://img.shields.io/npm/dw/redgit.svg)](https://npmjs.org/package/redgit)\n[![License](https://img.shields.io/npm/l/redgit.svg)](https://github.com/RauliL/redgit/blob/master/package.json)\n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n```sh-session\n$ npm install -g redgit\n$ redgit init\n$ redgit log --ordering=new --limit 5 wallstreetbets\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`redgit config [KEY] [VALUE]`](#redgit-config-key-value)\n* [`redgit downvote ID`](#redgit-downvote-id)\n* [`redgit help [COMMAND]`](#redgit-help-command)\n* [`redgit init`](#redgit-init)\n* [`redgit log [SUBREDDIT]`](#redgit-log-subreddit)\n* [`redgit open ID`](#redgit-open-id)\n* [`redgit reply ID`](#redgit-reply-id)\n* [`redgit show ID`](#redgit-show-id)\n* [`redgit subscription [COMMAND] [SUBREDDIT]`](#redgit-subscription-command-subreddit)\n* [`redgit upvote ID`](#redgit-upvote-id)\n\n## `redgit config [KEY] [VALUE]`\n\nmanage RedGit configuration\n\n```\nUSAGE\n  $ redgit config [KEY] [VALUE]\n\nARGUMENTS\n  KEY    name of the variable to get/set\n  VALUE  new value of the variable\n\nOPTIONS\n  -e, --edit               opens the configuration file in text editor\n  -l, --list               list all\n  --get=get                get value: name\n  --get-regexp=get-regexp  get values for regexp: name-regex\n  --unset=unset            remove a variable: name\n```\n\n_See code: [src/commands/config.ts](https://github.com/RauliL/redgit/blob/v0.3.0/src/commands/config.ts)_\n\n## `redgit downvote ID`\n\ndownvotes an submission\n\n```\nUSAGE\n  $ redgit downvote ID\n\nARGUMENTS\n  ID  id of the submission to downvote\n```\n\n_See code: [src/commands/downvote.ts](https://github.com/RauliL/redgit/blob/v0.3.0/src/commands/downvote.ts)_\n\n## `redgit help [COMMAND]`\n\ndisplay help for redgit\n\n```\nUSAGE\n  $ redgit help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.1/src/commands/help.ts)_\n\n## `redgit init`\n\ninitializes RedGit with Reddit authentication tokens\n\n```\nUSAGE\n  $ redgit init\n```\n\n_See code: [src/commands/init.ts](https://github.com/RauliL/redgit/blob/v0.3.0/src/commands/init.ts)_\n\n## `redgit log [SUBREDDIT]`\n\nlist submissions\n\n```\nUSAGE\n  $ redgit log [SUBREDDIT]\n\nARGUMENTS\n  SUBREDDIT  subreddit to list submissions from\n\nOPTIONS\n  -l, --limit=limit                                limit the number of listed submissions\n  -o, --ordering=controversial|hot|new|rising|top  [default: hot] ordering of submissions\n  -t, --time=all|hour|day|month|week|year\n```\n\n_See code: [src/commands/log.ts](https://github.com/RauliL/redgit/blob/v0.3.0/src/commands/log.ts)_\n\n## `redgit open ID`\n\nopens URL of an submission in browser\n\n```\nUSAGE\n  $ redgit open ID\n\nARGUMENTS\n  ID  id of the submission to open\n```\n\n_See code: [src/commands/open.ts](https://github.com/RauliL/redgit/blob/v0.3.0/src/commands/open.ts)_\n\n## `redgit reply ID`\n\nreplies to an submission\n\n```\nUSAGE\n  $ redgit reply ID\n\nARGUMENTS\n  ID  id of the submission to reply to\n\nOPTIONS\n  -m, --message=message  message to send as an reply\n```\n\n_See code: [src/commands/reply.ts](https://github.com/RauliL/redgit/blob/v0.3.0/src/commands/reply.ts)_\n\n## `redgit show ID`\n\ndisplay single submission\n\n```\nUSAGE\n  $ redgit show ID\n\nARGUMENTS\n  ID  id of the submission to display\n```\n\n_See code: [src/commands/show.ts](https://github.com/RauliL/redgit/blob/v0.3.0/src/commands/show.ts)_\n\n## `redgit subscription [COMMAND] [SUBREDDIT]`\n\nmanage subreddit subscriptions\n\n```\nUSAGE\n  $ redgit subscription [COMMAND] [SUBREDDIT]\n\nARGUMENTS\n  COMMAND    (add|rm)\n  SUBREDDIT  name of subreddit (without /r/ prefix)\n```\n\n_See code: [src/commands/subscription.ts](https://github.com/RauliL/redgit/blob/v0.3.0/src/commands/subscription.ts)_\n\n## `redgit upvote ID`\n\nupvotes an submission\n\n```\nUSAGE\n  $ redgit upvote ID\n\nARGUMENTS\n  ID  id of the submission to upvote\n```\n\n_See code: [src/commands/upvote.ts](https://github.com/RauliL/redgit/blob/v0.3.0/src/commands/upvote.ts)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulil%2Fredgit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraulil%2Fredgit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulil%2Fredgit/lists"}