Metadata-Version: 2.1
Name: gitdir
Version: 1.1.1
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
        
        - No external dependencies <img src="https://media.giphy.com/media/9xghOCloQOsAfq9hUg/giphy.gif" align="right">
        - Minimal and colorful output 🌈
        - Works on **Linux** and **MacOS**
        - Only **4KB**
        - Written by me 😉
        <br>
        <br>
        <br>
        <br>
        
        ## Install 
        ```bash
        # clone the repo
        $ git clone https://github.com/sdushantha/gitdir
        
        # Yes, thats all :)
        ```
        
        ## Usage
        ```
        usage: gitdir.py [-h] url
        
        Download directories/folders from GitHub
        
        positional arguments:
          url
        
        optional arguments:
          -h, --help  show this help message and exit
        ```
        **Exiting**
        
        To exit the program, just press ```CTRL+C```.
        
        ## License
        MIT License
        
        Copyright (c) 2019 Siddharth Dushantha
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
