Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/devidw/bookmarktoshortcut-php
- Owner: devidw
- License: mit
- Created: 2020-12-25T10:52:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T17:06:47.000Z (almost 3 years ago)
- Last Synced: 2024-10-08T06:01:35.050Z (30 days ago)
- Topics: bookmark, bookmarks, browser-bookmarks, composer, composer-package, converter, converting, desktop, file, files, php, php8, python, python-3, shortcut, shortcuts, url, url-shortcut
- Language: PHP
- Homepage: https://packagist.org/packages/devidw/bookmark-to-shortcut
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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)