Metadata-Version: 2.1
Name: gitdir
Version: 1.2.2
Summary: Download a single directory/folder from a GitHub repo
Home-page: https://github.com/sdushantha/gitdir
Author: Siddharth Dushantha
Author-email: siddharth.dushantha@gmail.com
License: UNKNOWN
Description: # gitdir
        
        - Minimal and colorful output 🌈 <img src="https://user-images.githubusercontent.com/27065646/71288165-9914bc80-236a-11ea-853b-a97bff999e79.gif" align="right">
        - Works on **Linux**, **MacOS**, and **Windows**
        - Only **4KB**
        - Written by me 😉
        <br>
        <br>
        <br>
        <br><br>
        <br><br>
        <br>
        
        ## Install 
        ```bash
        $ pip3 install --user gitdir
        
        # Yes, thats all :)
        ```
        
        ## Usage
        ```
        usage: gitdir [-h] [--flatten] url
        
        Download directories/folders from GitHub
        
        positional arguments:
          url
        
        optional arguments:
          -h, --help     show this help message and exit
          --flatten, -f  Flatten directory structures. Do not create extra directory
                         and download found files to current directory.
        ```
        
        ## Packge Entry
        
        You can use `python -m gitdir` / `python3 -m gitdir` in case the short command does not work.
        
        **Exiting**
        
        To exit the program, just press ```CTRL+C```.
        
        ## License
        MIT License
        
        Copyright (c) 2019 Siddharth Dushantha
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
