Metadata-Version: 1.1
Name: gshell
Version: 2.1.2
Summary: Tool to handle google drive as shell
Home-page: http://github.com/wkentaro/gshell
Author: Kentaro Wada
Author-email: www.kentaro.wada@gmail.com
License: MIT
Description: ======
        gshell
        ======
        
        Navigate in Google Drive like doing on shell.
        
        
        Screencast
        ==========
        
        .. image:: images/gshell_youtube.png
           :width: 40%
           :target: https://www.youtube.com/watch?v=eDRTj_Hy2k4
        
        
        Install
        =======
        
        .. code-block:: bash
        
          pip install gshell
        
        
        Commands
        ========
        
        .. code-block:: bash
        
          Usage: gshell [OPTIONS] COMMAND [ARGS]...
        
          Options:
            --help  Show this message and exit.
        
          Commands:
            cd        change directory
            download  download file
            ll        list files in detail
            ls        list files
            mkdir     make directory
            open      open current site on browser
            pwd       print current working directory
            rm        remove file
            share     share file
            upload    upload file
        
        
        License
        =======
        | Copyright (C) 2015 Kentaro Wada
        | Released under the MIT license
        | http://opensource.org/licenses/mit-license.php
        
Keywords: utility
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Topic :: Internet :: WWW/HTTP
