{"id":15578495,"url":"https://github.com/davep/tinboard","last_synced_at":"2025-10-09T15:51:09.585Z","repository":{"id":207247623,"uuid":"718030083","full_name":"davep/tinboard","owner":"davep","description":"A terminal-based client for pinboard.in","archived":false,"fork":false,"pushed_at":"2025-01-04T09:17:17.000Z","size":1831,"stargazers_count":76,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-09-24T11:58:13.965Z","etag":null,"topics":["pinboard","pinboard-account","pinboard-bookmarks","python","python3","terminal","terminal-based","textual"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/tinboard/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davep.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"davepearson"}},"created_at":"2023-11-13T08:19:41.000Z","updated_at":"2025-09-17T00:44:20.000Z","dependencies_parsed_at":"2023-12-22T15:10:38.647Z","dependency_job_id":"b63a8e25-463a-49b0-9d37-e9e2a2fe5727","html_url":"https://github.com/davep/tinboard","commit_stats":null,"previous_names":["davep/tinboard"],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/davep/tinboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftinboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftinboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftinboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftinboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davep","download_url":"https://codeload.github.com/davep/tinboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftinboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001649,"owners_count":26083147,"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-10-09T02:00:07.460Z","response_time":59,"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":["pinboard","pinboard-account","pinboard-bookmarks","python","python3","terminal","terminal-based","textual"],"created_at":"2024-10-02T19:10:56.468Z","updated_at":"2025-10-09T15:51:09.529Z","avatar_url":"https://github.com/davep.png","language":"Python","readme":"# Tinboard\n\n\u003e [!IMPORTANT]\n\u003e\n\u003e I've [moved away from using\n\u003e Pinboard](https://blog.davep.org/2024/08/18/paindrop.html) and so won't be\n\u003e adding more features to this application. I will attempt to support it\n\u003e where possible, but please don't expect any changes that are anything\n\u003e other than a simple bugfix.\n\u003e\n\u003e You may find my new terminal-based bookmarking client useful:\n\u003e [Braindrop](https://github.com/davep/braindrop/).\n\n![Tinboard](https://raw.githubusercontent.com/davep/tinboard/main/images/tinboard.png)\n\n## Introduction\n\nTinboard is a terminal-based client application for the [Pinboard\nbookmarking service](https://pinboard.in/about/). It provides the ability to\nmanage and search your bookmarks in the terminal.\n\n## Installing\n\n### pipx\n\nThe package can be installed using [`pipx`](https://pypa.github.io/pipx/):\n\n```sh\n$ pipx install tinboard\n```\n\nOnce installed run the `tinboard` command.\n\n### Homebrew\n\nThe package is available via Homebrew. Use the following commands to install:\n\n```sh\n$ brew tap davep/homebrew\n$ brew install tinboard\n```\n\nOnce installed run the `tinboard` command.\n\n## Getting started\n\nTo use Tinboard you will need a Pinboard account (this application isn't\ngoing to be useful to anyone who isn't a Pinboard user). Assuming you *do*\nhave a Pinboard account, you can get going by running up `tinboard` and\nproviding your API token when asked:\n\n![The Tinboard token input dialog](https://raw.githubusercontent.com/davep/tinboard/main/images/token-request.png)\n\nIf you're not sure where to find your API token, just press \u003ckbd\u003eF1\u003c/kbd\u003e,\nor the `Go to token` button, and you'll be taken to the relevant Pinboard\npage in your browser; copy the token, come back to this dialog and paste it\nin.\n\nOnce done Tinboard will download your bookmarks and you're good to go!\n\n*NOTE: if it's your preference, you can set the token in an environment\nvariable called `TINBOARD_API_TOKEN`.*\n\n## Using Tinboard\n\nThe best way to get to know Tinboard is to read the help screen, once in the\nmain application you can see this by pressing \u003ckbd\u003eF1\u003c/kbd\u003e.\n\n![Tinboard Help](https://raw.githubusercontent.com/davep/tinboard/main/images/help.png)\n\n### Quick add on the command line\n\nTinboard has a (currently experimental) quick inline add feature. If you\nrun:\n\n```sh\n$ tinboard add\n```\n\nan inline version of the bookmark editor will be shown in your terminal,\nallowing you to quickly add a bookmark and then carry on without running up\nthe full application.\n\n## Getting help\n\nIf you need help, or have any ideas, please feel free to [raise an\nissue](https://github.com/davep/tinboard/issues) or [start a\ndiscussion](https://github.com/davep/tinboard/discussions).\n\n[//]: # (README.md ends here)\n","funding_links":["https://ko-fi.com/davepearson"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavep%2Ftinboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavep%2Ftinboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavep%2Ftinboard/lists"}