{"id":15462617,"url":"https://github.com/devidw/bookmarktoshortcut-php","last_synced_at":"2026-04-18T17:30:56.829Z","repository":{"id":56966666,"uuid":"324344214","full_name":"devidw/BookmarkToShortcut-php","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":"2022-01-24T17:06:47.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-18T21:04:17.539Z","etag":null,"topics":["bookmark","bookmarks","browser-bookmarks","composer","composer-package","converter","converting","desktop","file","files","php","php8","python","python-3","shortcut","shortcuts","url","url-shortcut"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/devidw/bookmark-to-shortcut","language":"PHP","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}},"created_at":"2020-12-25T10:52:47.000Z","updated_at":"2022-01-24T22:59:16.000Z","dependencies_parsed_at":"2022-08-21T06:10:20.452Z","dependency_job_id":null,"html_url":"https://github.com/devidw/BookmarkToShortcut-php","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2FBookmarkToShortcut-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2FBookmarkToShortcut-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2FBookmarkToShortcut-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2FBookmarkToShortcut-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devidw","download_url":"https://codeload.github.com/devidw/BookmarkToShortcut-php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246017725,"owners_count":20710240,"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","composer","composer-package","converter","converting","desktop","file","files","php","php8","python","python-3","shortcut","shortcuts","url","url-shortcut"],"created_at":"2024-10-02T00:02:47.286Z","updated_at":"2026-04-18T17:30:56.769Z","avatar_url":"https://github.com/devidw.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Bookmark to Shortcut\nifdef::env-github[]\n:tip-caption: :bulb:\n:note-caption: :information_source:\n:important-caption: :heavy_exclamation_mark:\n:caution-caption: :fire:\n:warning-caption: :warning:\nendif::[]\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\n[source,php]\n----\n\u003c?php\n\nrequire_once dirname(__DIR__) . '/src/BookmarkToShortcut.php';\n\nuse Devidw\\BookmarkToShortcut\\BookmarkToShortcut;\n\n$converter = new BookmarkToShortcut(\n  __DIR__ . '/in', // source directory\n  __DIR__ . '/out', // destination directory\n  ['url', 'webloc', 'desktop'] // formats to write\n);\n\n$converter-\u003econvert();\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` (Mac OSX)\n** `.desktop` (Linux)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevidw%2Fbookmarktoshortcut-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevidw%2Fbookmarktoshortcut-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevidw%2Fbookmarktoshortcut-php/lists"}