json-file-store icon indicating copy to clipboard operation
json-file-store copied to clipboard

Key / File Management

Open chrisspiegl opened this issue 8 years ago • 3 comments

Hey, I find this idea of this kind of storage very interesting. But one thing is missing I think: a way to manage the files that got stored - meaning to read what files exist (maybe based on a regex pattern selectable).

Just a thought :)

chrisspiegl avatar May 06 '16 22:05 chrisspiegl

Feel free to create a PR or a concrete concept :)

flosse avatar May 08 '16 18:05 flosse

The first idea that comes to mind for me - looking at the Store.coffee:

Exposing readIDs to the public so that one does not have to write a function to list the directory content. And then can filter through them via something like lodash?

chrisspiegl avatar May 09 '16 15:05 chrisspiegl

sounds good :)

flosse avatar May 09 '16 21:05 flosse