Count-files icon indicating copy to clipboard operation
Count-files copied to clipboard

A CLI utility written in Python to help you count files, grouped by extension, in a directory. By default, it will count files recursively in current working directory and all of its subdirectories, a...

Results 9 Count-files issues
Sort by recently updated
recently updated
newest added

The list is growing and is starting to need some sort of organisation. Currently, it displays 4 columns and 29 lines, with items being sorted alphabetically first by line, them...

enhancement

I propose to completely solve the issue with previewing text files in this version. And we can leave a [preview for the binaries](https://github.com/victordomingos/Count-files/issues/91) until the next version of the package....

enhancement

> In the standard library, there are tools for working with common file types. Text files can be read. > and what kind of data can be used for the...

enhancement
help wanted
good first issue

Sort extensions in Counter by type, for example: image - jpg, png, gif, bmp... video - mp4, avi, flv, 3gp... audio - mp3, wav, ogg... archive - zip, tar, rar,...

I am thinking on the kind of feedback we get when we mistype a `git` command: ``` $ git sstat git: 'sstat' não é um comando do git. Consulte 'git...

enhancement

Lets gather a few ideas of what kind of improvements we could consider to include in the next Count Files release. For now, this issue will function as simple brainstorming...

question

> **Add file search by other criteria:** > > - date last modified; > - name starts with (name prefix); > - name ends with (name suffix); > - name...

> - search or count for multiple extensions: `count-files --multi-exensions txt py` _Originally posted by @NataliaBondarenko in https://github.com/victordomingos/Count-files/issues/84#issuecomment-421606838_

- include/exclude some dirs `count-files --exclude folder1 folder2` - include/exclude some types `count-files --exclude ini` (system files or those for which there is no preview) _Originally posted by @NataliaBondarenko in...