Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srirangav/wl2url
Perl script to convert MacOSX .webloc to Microsoft-style .url files
https://github.com/srirangav/wl2url
cli macos microsoft windows
Last synced: 29 days ago
JSON representation
Perl script to convert MacOSX .webloc to Microsoft-style .url files
- Host: GitHub
- URL: https://github.com/srirangav/wl2url
- Owner: srirangav
- License: mit
- Created: 2017-11-14T20:55:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-05T03:07:04.000Z (over 3 years ago)
- Last Synced: 2024-11-10T04:20:11.070Z (3 months ago)
- Topics: cli, macos, microsoft, windows
- Language: Perl
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
README
------wl2url.pl v0.4
By Sriranga VeeraraghavanHomepage:
https://github.com/srirangav/wl2url
Overview:
wl2url converts MacOS X .webloc files to Microsoft style .url files.
On MacOSX .webloc files historically stored the url in their resource
fork while .url files were simple text documents with the following
format:[InternetShortcut]
URL=
Usage:wl2url [-dhnqsv] [-o dir] [files]
-d - delete the webloc file
-h - print help and exit
-n - don't create a .url file
-q - quiet mode, don't print out any messages
-s - use strings (even if DeRez is available)
-v - print version and exit
-o [dir] - put the url files in the specific directory
Install:1. Copy wl2url.pl to a directory in your $PATH. For example:
$ cp wl2url.pl ~/bin2. Copy wl2url.1 to a man page directory in you $MANPATH. For
example:$ cp wl2url.1 ~/man/man1
Supported MacOSX Versions:
MacOSX 10.4+
History:
v0.4 - update to look for DeRez in /usr/bin and to use the
path suffix "/..namedfork/rsrc" to access the resource
fork because accessing the resource fork using the
suffix "/rsrc" was deprecated in MacOSX 10.7
v0.3 - initial GitHub releaseLicense:
Please see LICENSE.txt