Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 320 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 320 Bytes

Auto FileOrganizer

Automatically organize your files with the help of LLMs. All you have to do is to write a simple yaml file as such:

folders:
  - media:
    - img: "all images"
    - video: "all videos"
  - dev: "all dev files"
  - docs:
    - academic: "all academic docs"
    - legal: "all legal docs"