Skip to content

v.1.4

Latest
Compare
Choose a tag to compare
@NataliaBondarenko NataliaBondarenko released this 15 Mar 19:30
· 149 commits to master since this release

Now available at PyPI.org!

  • Updated folder structure and refactored as package.
  • Updated preview for text files and added list of supported types.
  • Added support for case sensitiveness.
  • Added feedback while the computer is processing.
  • Added total counting option.
  • Added full support for handling hidden files and folders
  • Tests for different operating systems.
  • Updated main functions:
    • with generators (search_files());
    • with list comprehensions (count_files_by_extension()).
  • Added docs and readme in English, Portuguese, Russian and Ukrainian.
  • Added ReadTheDocs documentation.
  • Added support for search/count files without extension (.) or all files(..).
  • Optional display of file sizes.
  • Updated ArgumentParser structure with groups and detailed help text.
  • Added checks: path exists, supported type, hidden file/folder in path.
  • Other minor changes and fixes.