glida 0.2.1

A fast, language-aware CLI tool that counts lines of code, comments, and blanks across projects.
<p align="center">
    <img src="media/logo.png" alt="glida" width="140"/>
</p>
  
<p align="center">
  <em>A fast, language-aware CLI tool that counts lines<br>of code, comments, and blanks across projects.</em>
</p>
  
<p align="center">
    <img src="https://img.shields.io/crates/v/glida?style=flat-square&color=blueviolet&link=https%3A%2F%2Fcrates.io%2Fcrates%glida" alt="Crates.io version" />
    <img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="MIT License" />
  <img src="https://img.shields.io/github/last-commit/simon-danielsson/glida/main?style=flat-square&color=blue" alt="Last commit" />
</p>
  
<p align="center">
  <a href="#install">Install</a><a href="#usage">Usage</a><a href="#dependencies">Dependencies</a><a href="#license">License</a>
</p>  
   
<p align="center">
  <img src="./media/demo.gif" width="400"/>
</p>
  
---
<div id="install"></div>

## Install
    
``` bash
cargo install glida
```
   
---
<div id="usage"></div>

## Usage
    
``` bash
glida <target dir>
```
  
``` bash
glida help
```
  
---
<div id="license"></div>

## License
This project is licensed under the [MIT License](https://github.com/simon-danielsson/glida/blob/main/LICENSE).  
  
---
<div id="dependencies"></div>

## Dependencies
  
- [walkdir]https://github.com/BurntSushi/walkdir  
- [indicatif]https://github.com/console-rs/indicatif