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

rename files that match a pattern #11

Open ksaitor opened 1 month ago

ksaitor commented 1 month ago

for example, i only want to rename files that matchScreenshot* or only *.png or only ./directory/*.jp?g

ozgrozer commented 1 month ago

That would be a great feature

ccoVeille commented 1 month ago

I'm unsure to understand the need.

Why not simply pass the files list a s arguments ?

Something like find plus xargs