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

https://github.com/raypereda/count-files-by-extension

command to the files by extension for a given path
https://github.com/raypereda/count-files-by-extension

directory-analyzer

Last synced: 3 months ago
JSON representation

command to the files by extension for a given path

Awesome Lists containing this project

README

        

```
$ extdir -h
extdir recurses a directory and reports file counts by extension.
Version 0.2
Usage: extdir PATH
PATH is the directory to start the recurse.
-path
Print full paths
-version
Print version and exit

$ extdir .
File count: 4

# extension
1 .
1 .exe
1 .go
1 .md

```