{"id":23492796,"url":"https://github.com/h2337/rssnix","last_synced_at":"2025-08-13T06:41:38.627Z","repository":{"id":63571152,"uuid":"568200455","full_name":"h2337/rssnix","owner":"h2337","description":"Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader","archived":false,"fork":false,"pushed_at":"2025-07-19T17:05:43.000Z","size":39,"stargazers_count":176,"open_issues_count":5,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-04T08:58:44.253Z","etag":null,"topics":["atom","atom-feed","go","golang","json-feed","jsonfeed","news","rss","rss-feed","rss-feed-parser","rss-reader"],"latest_commit_sha":null,"homepage":"","language":"Go","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/h2337.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-19T19:07:32.000Z","updated_at":"2025-07-19T17:05:50.000Z","dependencies_parsed_at":"2024-12-18T20:43:33.754Z","dependency_job_id":null,"html_url":"https://github.com/h2337/rssnix","commit_stats":null,"previous_names":["h2337/rssnix","hikmat2337/rssnix","jafarlihi/rssnix"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/h2337/rssnix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h2337%2Frssnix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h2337%2Frssnix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h2337%2Frssnix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h2337%2Frssnix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h2337","download_url":"https://codeload.github.com/h2337/rssnix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h2337%2Frssnix/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270197918,"owners_count":24543466,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["atom","atom-feed","go","golang","json-feed","jsonfeed","news","rss","rss-feed","rss-feed-parser","rss-reader"],"created_at":"2024-12-25T02:02:08.641Z","updated_at":"2025-08-13T06:41:38.596Z","avatar_url":"https://github.com/h2337.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\u003cimg align=\"right\" src=\"https://github.com/h2337/file-hosting/blob/master/rssnix-logo.png?raw=true\"\u003e\n\n## TOC\n\n* [Demonstration](#demonstration)\n* [Installation](#installation)\n* [Packages](#packages)\n* [Flags](#flags)\n* [Config](#config)\n\n## Demonstration\n\n![Demo](https://github.com/h2337/file-hosting/blob/3613fb4d60f0fc64ce77d8c56279bcd6bdf769a3/rssnix-demo2.gif?raw=true)\n\n## Installation\n\nYou need to have Go \u003e=1.19 installed.\n\n`git clone https://github.com/h2337/rssnix --depth=1 \u0026\u0026 cd rssnix \u0026\u0026 go install`\n\n## Packages\n\n\u003ca href=\"https://aur.archlinux.org/packages/rssnix\"\u003eArch Linux AUR Package (build newest version)\u003c/a\u003e \u003cimg src=\"https://img.shields.io/aur/version/rssnix?color=green\" alt=\"AUR\"\u003e \n\n\u003ca href=\"https://aur.archlinux.org/packages/rssnix-bin\"\u003eArch Linux AUR Package (binary newest version)\u003c/a\u003e \u003cimg src=\"https://img.shields.io/aur/version/rssnix-bin?color=green\" alt=\"AUR\"\u003e \n\n\u003ca href=\"https://aur.archlinux.org/packages/rssnix-git\"\u003eArch Linux AUR Package (build from git)\u003c/a\u003e \u003cimg src=\"https://img.shields.io/aur/version/rssnix-git?color=green\" alt=\"AUR\"\u003e \n\n## Flags\n\n`config`\n- Opens config file with `$EDITOR`\n\n`update [feed name]`\n- If [feed name] argument is given and is space-delimited list of feeds, then these feeds are updated\n- If no [feed name] argument is given then all feeds are updated\n\n`open [feed name]`\n- If [feed name] argument is given then the said feed's directory is opened with the configured viewer\n- If no [feed name] argument is given then the root feeds directory is opened with the configured viewer\n\n`add [feed name] [feed url]`\n- Adds a new feed to the config file\n\n`import [OPML URL or file path]`\n- Imports feeds from OPML file\n\n`refetch [feed name]`\n- delete and refetch given feed(s) or all feeds if no argument is given\n\n`version`\n- Prints the rssnix version\n\n## Config\n\nConfig file is expected to be at `~/.config/rssnix/config.ini`.\n\nSample config file:\n\n```\n[settings]\nviewer = vim\nfeed_directory = ~/rssnix\n\n[feeds]\nCNN-Tech = http://rss.cnn.com/rss/edition_technology.rss\nHackerNews = https://news.ycombinator.com/rss\n```\n(Tip: `ranger` is another great candidate for `viewer`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh2337%2Frssnix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh2337%2Frssnix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh2337%2Frssnix/lists"}