webloc

read/write .webloc files


Keywords
webloc, cli, macos, python
License
Unlicense
Install
npm install webloc@2019.4.13

Documentation

Installation

$ [sudo] pip install webloc
$ [sudo] npm i -g webloc

Examples

>>> import webloc
>>> webloc.write("path.webloc","https://www.google.com/")
>>> webloc.read("path.webloc")
'https://www.google.com/'
$ python -m webloc "path.webloc" "https://www.github.com/"
$ python -m webloc "path.webloc"
https://www.github.com/
$ webloc file.webloc https://github.com/
$ webloc file.webloc
https://github.com/

readme42.com