A UNC to URL Converter.
Project description
UNC2URL
A UNC to URL Converter.
Table of Contents
Install
$ pip3 install unc2url
# or
$ git clone https://github.com/alexanderwillner/unc2url && cd unc2url && make install
Examples
% unc2url '\\example.org\foo\bar'
smb://example.org/foo/bar
% unc2url --file '\\example.org\foo\bar'
file://example.org/foo/bar
% unc2url --reverse 'file://example.org/foo/bar'
\\example.org\foo\bar
% unc2url -h
usage: unc2url.py [-h] [-r] [-f] [--version] unc
Simple UNC to URL tool.
positional arguments:
unc An Uniform Naming Convention (UNC) link
optional arguments:
-h, --help show this help message and exit
-r, --reverse Reverse the conversation (url2unc)
-f, --file File URL (file://)
--version, -v show program's version number and exit
Alfred Workflow
To activate this workflow use the default keyword unc2url
and enter the UNC you want to get translated. You can also press ⌘+⇧+U to translate what is in your clipboard. Pressing Enter will copy the translations to the clipboard. Pressing ⇧+Enter will open the SMB link.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
unc2url-0.1.0.tar.gz
(4.1 kB
view details)
Built Distribution
File details
Details for the file unc2url-0.1.0.tar.gz
.
File metadata
- Download URL: unc2url-0.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bef40424d1188e410ada4b16850b16fab6dc97892edfca8fb0434f4c0be9663b |
|
MD5 | afc1d27d0f08908efd93da7a0ff23991 |
|
BLAKE2b-256 | f650f4ad37555b2a00bd3c8f6638344ad3e40f953d654e592b95c31750a86816 |
File details
Details for the file unc2url-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: unc2url-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b4fd1669965b10aa904aeda715665089fee59308bb68c3695d93c113f280c1b |
|
MD5 | ffb8918486d663af73abbdb1028aef3d |
|
BLAKE2b-256 | 9546553235b7a50e48a5e6e427c4b6abed59a01c7547493390c972f06628b13d |