Yet another save as link
Project description
yasal - Yet Another Save As Link
================================
Description
-----------
Convert Windows Shortcut File ``*.url`` to UNIX Desktop file
``*.desktop``
yasal is mostly inspirated by the firefox plugin
`SaveLink <https://addons.mozilla.org/en-US/firefox/addon/savelink/>`__
``.desktop`` file are named with the given url page title, the output
file will be placed in the same folder if not specified
Usage
-----
::
usage: yasal [-h] [-f FILE | -r RECURSIVE] [-o OUT] [-i]
optional arguments:
-h, --help show this help message and exit
-f FILE, --file FILE specify file FILE to be convert
-r RECURSIVE, --recursive RECURSIVE
recursive mode, will convert all .url file in
directory RECURSIVE
-o OUT, --out OUT specify output directory OUT for .desktop files
-i, --icontexthtml set the .desktop icon field to 'text-html' default is
'firefox'
Examples
--------
convert a single file, result is stored in the input file same
directory:
::
yasal -f /path/to/file.url
convert all files in a given folder and store result in another given
folder:
::
yasal -r /path/to/folder -o /path/to/result/folder
================================
Description
-----------
Convert Windows Shortcut File ``*.url`` to UNIX Desktop file
``*.desktop``
yasal is mostly inspirated by the firefox plugin
`SaveLink <https://addons.mozilla.org/en-US/firefox/addon/savelink/>`__
``.desktop`` file are named with the given url page title, the output
file will be placed in the same folder if not specified
Usage
-----
::
usage: yasal [-h] [-f FILE | -r RECURSIVE] [-o OUT] [-i]
optional arguments:
-h, --help show this help message and exit
-f FILE, --file FILE specify file FILE to be convert
-r RECURSIVE, --recursive RECURSIVE
recursive mode, will convert all .url file in
directory RECURSIVE
-o OUT, --out OUT specify output directory OUT for .desktop files
-i, --icontexthtml set the .desktop icon field to 'text-html' default is
'firefox'
Examples
--------
convert a single file, result is stored in the input file same
directory:
::
yasal -f /path/to/file.url
convert all files in a given folder and store result in another given
folder:
::
yasal -r /path/to/folder -o /path/to/result/folder
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yasal-1.0.2.tar.gz
(4.2 kB
view hashes)