Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to read .url (Internet Shortcut) files dropped from desktop folders. #725

Open
1 task done
efalsken opened this issue Dec 10, 2024 · 0 comments
Open
1 task done
Labels
feature request New feature or request

Comments

@efalsken
Copy link

Describe the feature you'd like

I'd like to add support for reading .url files dragged from Windows Explorer. These are files saved as bookmarks or links. Originally by Internet Explorer, but also supported by Chrome and Edge.

the file contents aren't formally defined anywhere.

[InternetShortcut]
URL=http://www.someaddress.com/
WorkingDirectory=C:\WINDOWS\
ShowCommand=7
IconIndex=1
IconFile=C:\WINDOWS\SYSTEM\url.dll
Modified=20F06BA06D07BD014D
HotKey=1601

Typically only the URL and sometimes the IconFile are specified. The URL filename usually contains the Title of the page at the time the shortcut was created.

Describe the benefits this would bring to existing Hoarder users

Easy migration to using hoarder from older systems.

Can the goal of this request already be achieved via other means?

You could double-click every shortcut and then use the browser extension to add the URL.

Have you searched for an existing open/closed issue?

  • I have searched for existing issues and none cover my fundamental request

Additional context

No response

@kamtschatka kamtschatka added the feature request New feature or request label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants