-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ebf896c
commit 1e3221f
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
|
||
Version history: | ||
================ | ||
|
||
|
||
--- | ||
v.1.1 - 03/05/2018 | ||
* Option to sort the table alphabetically (by default, the table will be sorted by frequency). | ||
* Added the missing license file. | ||
|
||
--- | ||
v.1.0 - 01/05/2018 - First release! | ||
* Accepts CLI arguments. | ||
* If no path is passed in the arguments, it will scan the current working directory. | ||
* Shows a table listing all found file extensions and their frequencies, and the total number of files. | ||
* Counts files recursively through subdirectories, grouping them by file extension. | ||
* Option to include hidden files (disabled by default). | ||
* Option to disable recursion (recursion enabled by default). | ||
* Option do disable table display (table enabled by default). | ||
* Option to sort the table alphabetically (by default, the table is sorted by frequency). |