count-files
A simple command line tool to count files by extension.
How to use
Open a terminal and run:
Output sample:
| | | |
+==================================+
| | | |
||
| | | |
||
| | | |
||
| | | |
||
| | | |
Installation
If you have Rust installed, then use cargo:
Or, you can build it manually following the next section, then copy the executable file into the $PATH
directory.
# Install for all users on Ubuntu.
Building
count-files is written in Rust, you need to install Rust to compile it.
To build:
The executable file count-files
could be found in target/release
directory.