Self-organizing vault powered by Mistral AI

Hi folks,

This is not ready for prime time yet but just wanted to share my excitement about an upcoming feature.

I’ve been building a plugin called File Organizer 2000 for people who hate organization but want a neatly organized vault.

I shipped it a month ago and until now it’s been using OpenAI.

Right now I’ve been migrating this to start using open-source models.

If you want to support this in any shape, we’d appreciate you signing up here:

Thanks you :slight_smile:

4 Likes

This is pretty cool. I am looking for a tool which has an Inbox and a place to put organized files.
Right now I do it by hand and unix scripts :frowning: The idea is that if I put a file “Dumb stuff.md” into the inbox folder, it would create “Content/D/u/Dumb Stuff” and put the file into it. Also, if I have “Food;Dessert.md”, then it creates “Content/F/o/Food/” and puts the file in there since I treat the semicolon as a special character. Any idea how this could be done super easy?

1 Like

hey should be pretty easy.

one of the things that we’re working on is “Custom work flow”

Where you’d be able to describe common workflows just like you did right now and have the plugin automatically make it work for you.

But I’d say it’s a month out as we need to ship some other things first.

If you know how to code and want to help I have a pretty good idea on how to make it happen :slight_smile:

Here’s a mock of how you’d explain that:

Under the hood we’re using some AI goodies that would make this possible.