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

https://github.com/codefromanywhere/cloc-everywhere

Count your Lines of Code everywhere and show it in finder
https://github.com/codefromanywhere/cloc-everywhere

library

Last synced: 10 months ago
JSON representation

Count your Lines of Code everywhere and show it in finder

Awesome Lists containing this project

README

          

# cloc-everywhere

CLI that writes a comment about lines of code on all folders.

> ❗️ BEWARE: Current comments will be overwritten!

# Installation

MacOS only:

- Install [bun](https://bun.sh)
- Install cloc: `npm install -g cloc`

# Usage

`bunx cloc-everywhere [path]`

Result:

![](result.png)

# TODO

- `--recursive` option: add comments on every folder recursively
- custom `--exclude-dir`
- custom `--include-ext`