{"id":14984215,"url":"https://github.com/jlyonsmith/bookmark_exporter","last_synced_at":"2026-03-09T17:17:00.628Z","repository":{"id":253869851,"uuid":"842667664","full_name":"jlyonsmith/bookmark_exporter","owner":"jlyonsmith","description":"Simple bookmark exporter written in Rust","archived":false,"fork":false,"pushed_at":"2024-08-26T21:39:12.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T19:43:19.328Z","etag":null,"topics":["bookmarks","chrome","firefox","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jlyonsmith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-08-14T20:19:04.000Z","updated_at":"2024-08-26T21:39:16.000Z","dependencies_parsed_at":"2024-08-27T00:34:03.691Z","dependency_job_id":null,"html_url":"https://github.com/jlyonsmith/bookmark_exporter","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"f3d97d25abd4cf6016e9090984c4b0d2c99aa4a6"},"previous_names":["jlyonsmith/bookmark-exporter","jlyonsmith/bookmark_exporter"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlyonsmith%2Fbookmark_exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlyonsmith%2Fbookmark_exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlyonsmith%2Fbookmark_exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlyonsmith%2Fbookmark_exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jlyonsmith","download_url":"https://codeload.github.com/jlyonsmith/bookmark_exporter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239384315,"owners_count":19629506,"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":["bookmarks","chrome","firefox","rust"],"created_at":"2024-09-24T14:08:38.915Z","updated_at":"2025-11-02T06:30:31.898Z","avatar_url":"https://github.com/jlyonsmith.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bookmark Exporter\n\n[![coverage](https://shields.io/endpoint?url=https://raw.githubusercontent.com/jlyonsmith/bookmark_exporter/main/coverage.json)](https://github.com/jlyonsmith/bookmark_exporter/blob/main/coverage.json)\n[![Crates.io](https://img.shields.io/crates/v/bookmark_exporter.svg)](https://crates.io/crates/bookmark_exporter)\n[![Docs.rs](https://docs.rs/bookmark_exporter/badge.svg)](https://docs.rs/bookmark_exporter)\n\nThis is a basic CLI bookmark exporter tool.\n\nCurrently the following browsers are supported:\n\n| Browser | Argument    | Description                                                                                                                                         |\n| ------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |\n| Firefox | `--firefox` | Firefox uses a SQLite database so *the browser must be closed to do the export.*                                                                    |\n| Chrome  | `--chrome`  | Chrome uses a JSON file and the export can be run with the browser open. You may \u003cbr/\u003e still want to close it if you have recently added bookmarks. |\n\nThe tool has been tested on:\n\n- macOS\n\nIf you want additional functionality, please add it and make a pull request.\n\n## Formatting\n\nThe tool dumps bookmark information to `stdout` in line pairs; title followed by URL.  You can format the output as you wish.  To format as markdown links, for example, you could do:\n\n```sh\nbookmark-exporter --chrome --firefox | tr -d \"\\\"'\" | gxargs -d '\\n' -L2 printf \"[%s](%s)\\n\" \\\"$0\\\" \\\"$1\\\"\n```\n\nOn a Mac this assumes you have installed the GNU version of `xargs`, `gxargs` with `brew install findutils`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlyonsmith%2Fbookmark_exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjlyonsmith%2Fbookmark_exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlyonsmith%2Fbookmark_exporter/lists"}