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://thenextaitool.com
GNU General Public License v3.0
1.59k stars 97 forks source link

Add option for sub directory traversal #4

Closed goutham-kaluvakolu closed 4 months ago

goutham-kaluvakolu commented 4 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 4 months ago

Now it supports subdirectories too