Nixinova / LinguistJS

Analyse and list all languages used in a folder. Implementation of and powered by GitHub's Linguist.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: allow filtering results with minBytes

drodil opened this issue · comments

Sometimes the linguist-js reports languages that have very few bytes. Could it be possible to add a new option to filter by minimum number of bytes for example:

linguist-js --minBytes 100

Could maybe do a bit more than that and allow something like linguist-js --min 5b / 7kb / 2%, say?