github Nurysso/tyr v0.4.3

latest release: v0.4.4
one month ago

Added

  • Intelligent grouping with machine learning (-i, --intelligent flag):
    Kondo now offers a new flag for ML-based file organization without affecting existing flags.
    • For text files, it reads and analyzes the first 100 lines using TF-IDF (Term Frequency-Inverse Document Frequency) to understand content and group related files.
    • For non-text files, Kondo applies k-means clustering to identify and group similar files.
      This feature is opt-in via -i or --intelligent and currently cannot be customized.

Usage

kondo [OPTIONS] [DIRECTORY]

OPTIONS:
-c, --categorize Organize files by category (images, videos, documents, etc.)
-f, --filename Group similar files based on filename patterns
-i, --intelligent Use ML-based clustering with TF-IDF content analysis
-nui, --no-ui Skip UI and automatically organize files
-h, --help Show this help message

EXAMPLES

kondo -i messy_folder

kondo-inteligent-start kondo-intelligent-analysis
kondo-intelligent-sucess Happy Organizing! 💗

Important note: Currently, the -nui flag doesn’t work with -i. I'm working on that fix, and it will be available soon.

Thanks so much for using Kondo! It’s been so fun building this ❤️

Don't miss a new tyr release

NewReleases is sending notifications on new releases.