https://github.com/devidw/bookmarktoshortcut
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.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.2%) to scientific vocabulary
Keywords
bookmark
bookmarks
browser-bookmarks
convert
converter
desktop
export
exports
python
python-3
python-class
python3
shortcuts
url
webloc
Last synced: 4 months ago
·
JSON representation
Repository
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.
Basic Info
Statistics
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
- Releases: 0
Topics
bookmark
bookmarks
browser-bookmarks
convert
converter
desktop
export
exports
python
python-3
python-class
python3
shortcuts
url
webloc
Created over 4 years ago
· Last pushed over 4 years ago
Metadata Files
Readme
License
README.adoc
= Bookmark to Shortcut
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
Clone `/src/BookmarkToShortcut.py`
[source, python]
----
from BookmarkToShortcut import BookmarkToShortcut
converter = BookmarkToShortcut(
'in', # input directory
'out', # output directory
{'url', 'desktop', 'webloc'} # formats to write
)
converter.convert()
----
== Compatibility
* works with `NETSCAPE-Bookmark-file-1` exports
* tested for exports from Chromium browsers (Opera, Chrome, Edge)
* supported shortcut formats
** `.url` (Windows)
** `.webloc` (macOS)
** `.desktop` (Linux)
Owner
- Name: David Wolf
- Login: devidw
- Kind: user
- Location: The Zone
- Website: https://david.wolf.gdn
- Repositories: 159
- Profile: https://github.com/devidw
// uncommenting
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 2.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- AboodeDaBOSS (1)