charlesbaynham / OSFS

Overly Simplified File System for Arduino EEPROM
GNU General Public License v3.0
33 stars 9 forks source link

Suggestion: mechanism to iterate stored files #19

Open sbrl opened 1 month ago

sbrl commented 1 month ago

Heya!

It would be very cool if there was a way to iterate all stored files on disk.

Use case: I want to iterate to display a list of all files on disk to present the user with a choice of which one to choose.

This would also make it possible to implement a file browser on top!

charlesbaynham commented 1 month ago

Hey, that's a great idea - I'd certainly be open to adding that / accepting a PR for it. I'm not actively working on OSFS right now, but I'll add this at some point in the future or feel free to suggest an implementation yourself

sbrl commented 2 weeks ago

Cool, thanks! If I have time I'll investigate doing this, but don't let that hold anyone back from taking a look (I'm quite busy at the moment, so unlikely to have time in the next few months).

Thanks also because as a maintainer of multiple open source projects I often have a similar issue in which someone opens a feature request against one of my repositories that I'm not currently working on. This is a great response to such a situation - I think I'll steal this response idea myself.