Metadata-Version: 1.0
Name: slbsl
Version: 0.1.3
Summary: Convert slashes in text on commandline or in clipboard.
Home-page: https://cb109@bitbucket.org/cb109/slbsl.git
Author: Christoph Buelter
Author-email: c.buelter@arcor.de
License: UNKNOWN
Description: slbsl
        =====
        
        A small utility to convert slashes/backslashes to ease the pain of working
        in environments that use both (e.g. bash on Windows).
        
        Installation
        ------------
        
            pip install slbsl
        
        
        Dependencies
        ------------
        
            pyperclip, for clipboard functionality.
        
        
        Usage
        -----
        
        The package installs two shell script that you can call:
        
        sl [<path>] : Converts all backslashes in <path> or the clipboard to slashes.
        bsl [<path>] : Converts all slashes in <path> or the clipboard to backslashes.
        
        The result is stored in the clipboard.
Keywords: slash,backslash,linux,unix,windows,conversion
Platform: UNKNOWN
