Skip to content
This repository has been archived by the owner on Jul 31, 2018. It is now read-only.

compilelife/ulauncher-smbpath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extension for ulauncher which convert samba path between linux and windows world.

In Linux world, you got samba path like smb://127.0.0.1/compilelife.

But Windows' guy sends you their samba path like \\127.0.0.1\compilelife.

It's horrible.

To make it easy, try ulauncher with this extension:

linux->windows shot

windows->linux shot

Then press Alt+1 or enter key to copy the converted path to clipboard.

Alternative, to those who prefer cmdline way(use without ulauncher), convert it with smbpath.py:

python smbpath.py smb://127.0.0.1/compilelife

or

python smbpath.py '\\127.0.0.1\compilelife'

Enjoy it.

About

ulauncher extension to convert smbpath between windows and linux world

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages