iyaja / llama-fs

A self-organizing file system with llama 3
MIT License
4.49k stars 259 forks source link

Lines 21 and 22 in README need improvement #37

Open Merlin2001 opened 3 weeks ago

Merlin2001 commented 3 weeks ago

These sentences seem to be messed up by accidentally moving around parts of them to other places. But I can't make sense of the meaning, otherwise I would have created a PR to fix the wording 🙈

Maybe the original author can revise them to bring across the intended meaning:

"In watch mode, LlamaFS starts a daemon that watches your directory. It intercepts all filesystem operations, updates i and uses your most recent edits in context to proactively learn and how, so you don't
learns predict how you rename file. e.g. if you create a folder for 2023 tax documents, and start moving 1-3 file in it, LlamaFS will automatically creates, and move the right!"

https://github.com/iyaja/llama-fs/blob/f18f678a9542c7d9f689279a6aa26f8022d8fa7c/README.md?plain=1#L21-L22

🤦 Should have thought about this earlier!
ChatGPT suggests:

"In watch mode, LlamaFS starts a daemon that monitors your directory. It intercepts all filesystem operations, updates itself using your most recent edits in context, and proactively learns how you rename files. For example, if you create a folder for 2023 tax documents and start moving files into it, LlamaFS will automatically create and move the appropriate files for you."