{"id":15462746,"url":"https://github.com/devidw/bookmarktoshortcut","last_synced_at":"2025-06-11T23:36:01.077Z","repository":{"id":105127525,"uuid":"425541085","full_name":"devidw/BookmarkToShortcut","owner":"devidw","description":"Convert your browser bookmarks to web shortcut files (.url, .webloc, .desktop) to be able to use them on your desktop and in your file explorer.","archived":false,"fork":false,"pushed_at":"2021-11-07T15:53:33.000Z","size":11,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-18T21:04:40.671Z","etag":null,"topics":["bookmark","bookmarks","browser-bookmarks","convert","converter","desktop","export","exports","python","python-3","python-class","python3","shortcuts","url","webloc"],"latest_commit_sha":null,"homepage":"","language":"Python","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/devidw.png","metadata":{"files":{"readme":"README.adoc","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},"funding":{"github":"devidw"}},"created_at":"2021-11-07T15:28:57.000Z","updated_at":"2024-10-17T18:04:09.000Z","dependencies_parsed_at":"2023-03-13T14:50:01.357Z","dependency_job_id":null,"html_url":"https://github.com/devidw/BookmarkToShortcut","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"6afdd8b7f7d685a7c7ba7f42247598f73f6dace6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2FBookmarkToShortcut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2FBookmarkToShortcut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2FBookmarkToShortcut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2FBookmarkToShortcut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devidw","download_url":"https://codeload.github.com/devidw/BookmarkToShortcut/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248163844,"owners_count":21058032,"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":["bookmark","bookmarks","browser-bookmarks","convert","converter","desktop","export","exports","python","python-3","python-class","python3","shortcuts","url","webloc"],"created_at":"2024-10-02T00:04:13.733Z","updated_at":"2025-04-10T05:35:07.670Z","avatar_url":"https://github.com/devidw.png","language":"Python","funding_links":["https://github.com/sponsors/devidw"],"categories":[],"sub_categories":[],"readme":"= Bookmark to Shortcut\n\nConvert your browser bookmarks to web shortcut files (`.url`, `.webloc`, `.desktop`) to be able to use them on your desktop and in your file explorer.\n\n== How to convert\nFirst you have to export your bookmarks from your browsers, use the following links to navigate directly to your browsers bookmark manager.\n\n* link:opera://bookmarks[opera://bookmarks]\n* link:chrome://bookmarks[chrome://bookmarks]\n* link:edge://favorites[edge://favorites]\n\n=== Usage\nClone `/src/BookmarkToShortcut.py`\n\n[source, python]\n----\nfrom BookmarkToShortcut import BookmarkToShortcut\n\nconverter = BookmarkToShortcut(\n    'in', # input directory\n    'out', # output directory\n    {'url', 'desktop', 'webloc'} # formats to write\n)\n\nconverter.convert()\n----\n\n== Compatibility\n* works with `NETSCAPE-Bookmark-file-1` exports\n* tested for exports from Chromium browsers (Opera, Chrome, Edge)\n* supported shortcut formats\n** `.url` (Windows)\n** `.webloc` (macOS)\n** `.desktop` (Linux)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevidw%2Fbookmarktoshortcut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevidw%2Fbookmarktoshortcut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevidw%2Fbookmarktoshortcut/lists"}