ozgrozer / ai-renamer

A Node.js CLI that uses Ollama and LM Studio models (Llava, Gemma, Llama etc.) to intelligently rename files by their contents
https://x.com/ozgrozer/status/1812591967756255298
GNU General Public License v3.0
1.44k stars 89 forks source link

Add option for sub directory traversal #4

Closed goutham-kaluvakolu closed 1 month ago

goutham-kaluvakolu commented 2 months ago

The current implementation only processes files in the top-level directory specified by the input path. i would like if code had the ability to recursively process all files in subdirectories as well based on user choice. I made necessary changes in my local , if it's ok i can raise a pull request.

ozgrozer commented 2 months ago

Now it supports subdirectories too