Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/0tickpulse/lines-of-code
- Owner: 0tickpulse
- Created: 2023-12-02T18:44:19.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-17T07:14:44.000Z (9 months ago)
- Last Synced: 2024-02-17T08:25:09.852Z (9 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.