Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devidw/bookmarktoshortcut-php

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.
https://github.com/devidw/bookmarktoshortcut-php

bookmark bookmarks browser-bookmarks composer composer-package converter converting desktop file files php php8 python python-3 shortcut shortcuts url url-shortcut

Last synced: 19 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

= Bookmark to Shortcut
ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]

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.

== How to convert
First you have to export your bookmarks from your browsers, use the following links to navigate directly to your browsers bookmark manager.

* link:opera://bookmarks[opera://bookmarks]
* link:chrome://bookmarks[chrome://bookmarks]
* link:edge://favorites[edge://favorites]

=== Usage
[source,php]
----
convert();
----

== Compatibility
* works with `NETSCAPE-Bookmark-file-1` exports
* tested for exports from Chromium browsers (Opera, Chrome, Edge)
* supported shortcut formats
** `.url` (Windows)
** `.webloc` (Mac OSX)
** `.desktop` (Linux)