An open API service indexing awesome lists of open source software.

https://github.com/0tickpulse/lines-of-code


https://github.com/0tickpulse/lines-of-code

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Lines of Code

This Rust program recursively counts the lines of code in files within a specified directory. It allows filtering files by extensions.

## Usage

```
lines-of-code
```

Directory lets you select a directory to do this search on, and ext lets you filter certain file extensions, separated by commas.

## FAQ

### Why?

Idk.

### Are you aware [`cloc`](https://github.com/AlDanial/cloc)https://github.com/AlDanial/cloc exists?

No.