{"id":32968496,"url":"https://github.com/ezeoleaf/tblogs","last_synced_at":"2026-01-27T10:12:46.860Z","repository":{"id":54245206,"uuid":"290805346","full_name":"ezeoleaf/tblogs","owner":"ezeoleaf","description":"A simple and useful blogs' reader for your terminal","archived":false,"fork":false,"pushed_at":"2025-07-23T14:04:30.000Z","size":68805,"stargazers_count":49,"open_issues_count":4,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-23T16:15:03.680Z","etag":null,"topics":["cli","go","go-cli","golang","tcell","terminal-app","tui","tview"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ezeoleaf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null},"funding":{"github":"ezeoleaf"}},"created_at":"2020-08-27T14:59:07.000Z","updated_at":"2025-07-11T06:25:43.000Z","dependencies_parsed_at":"2025-07-23T16:06:43.750Z","dependency_job_id":"0dbfafac-c400-48b8-8960-1fbc77a18e8b","html_url":"https://github.com/ezeoleaf/tblogs","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ezeoleaf/tblogs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezeoleaf%2Ftblogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezeoleaf%2Ftblogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezeoleaf%2Ftblogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezeoleaf%2Ftblogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ezeoleaf","download_url":"https://codeload.github.com/ezeoleaf/tblogs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezeoleaf%2Ftblogs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28811553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","go","go-cli","golang","tcell","terminal-app","tui","tview"],"created_at":"2025-11-13T03:01:38.371Z","updated_at":"2026-01-27T10:12:46.855Z","avatar_url":"https://github.com/ezeoleaf.png","language":"Go","readme":"# tblogs\n\nA fast, modern, and hackable terminal blog reader written in Go. No external API dependencies—just a local config file and RSS/Atom feeds.\n\n---\n\n## Features\n\n- Browse and follow a curated list of tech/dev blogs\n- Read posts from any RSS or Atom feed\n- Save your favorite posts\n- Search and filter blogs\n- All data stored locally in a config file (no external API)\n- Cross-platform: macOS, Linux, Windows\n- Keyboard-driven TUI (Terminal User Interface)\n\n---\n\n## Installation\n\n### Homebrew (recommended, after release)\n\n```sh\nbrew tap ezeoleaf/tap\nbrew install tblogs\n```\n\n### Download a Release\n\n- Go to [Releases](https://github.com/ezeoleaf/tblogs/releases) and download the binary for your OS.\n- Unpack and move it to a directory in your `$PATH` (e.g., `/usr/local/bin`).\n\n### Build from Source\n\n```sh\ngit clone https://github.com/ezeoleaf/tblogs.git\ncd tblogs\nmake build\n./bin/tblogs\n```\n\n---\n\n## Usage\n\n```sh\ntblogs\n```\n\n- Use keyboard shortcuts to navigate:\n  - `Ctrl+B` — Blogs\n  - `Ctrl+T` — Home\n  - `Ctrl+P` — Saved Posts\n  - `Ctrl+H` — Help\n  - `Ctrl+F` — Search\n  - `Ctrl+S` — Save/follow\n  - `Ctrl+D` — Delete saved post\n  - `Ctrl+L` — Toggle last login mode. When on, only posts published after the last login date are shown.\n- Select a blog to view its posts (fetched live from the feed)\n- Press `Enter` on a post to open it in your browser\n\n---\n\n## Configuration\n\n- Config is stored in the OS-appropriate location:\n  - **macOS/Linux:** `~/.config/tblogs/data.yml`\n  - **Windows:** `%APPDATA%\\tblogs\\data.yml`\n- On first run, the config is created and pre-populated with a curated list of blogs.\n- You can edit the config file directly to add/remove blogs, or use the app UI.\n- Default blogs are defined in [`internal/config/default_blogs.yml`](internal/config/default_blogs.yml).\n\n---\n\n## Releases \u0026 Distribution\n\n- Binaries are built automatically for each release (macOS, Linux, Windows).\n- See the [Releases](https://github.com/ezeoleaf/tblogs/releases) page for downloads.\n\n---\n\n## Screenshots\n\n\u003cimg width=\"2590\" height=\"1746\" alt=\"image\" src=\"https://github.com/user-attachments/assets/f12d30d8-5491-497c-9792-3698b6a246a1\" /\u003e\n\n\u003cimg width=\"2700\" height=\"1752\" alt=\"image\" src=\"https://github.com/user-attachments/assets/ffa12e7b-8506-4636-a7a2-48691e3ba219\" /\u003e\n\n\u003cimg width=\"2880\" height=\"1750\" alt=\"image\" src=\"https://github.com/user-attachments/assets/71fb2253-a253-42aa-98b8-7f85d89206a9\" /\u003e\n\n---\n\n## Contributing\n\nPull requests and issues are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md).\n\n---\n\n## License\n\n[Apache License 2.0](LICENSE)\n","funding_links":["https://github.com/sponsors/ezeoleaf"],"categories":["Table of Contents","\u003ca name=\"online\"\u003e\u003c/a\u003eOnline search and resources"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezeoleaf%2Ftblogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fezeoleaf%2Ftblogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezeoleaf%2Ftblogs/lists"}