It'd be cool to be able to pass a function as a filter. It could receive whatever info about the file you already have in the library, and the user should return a boolean for whether the file should be kept or not.
This would be useful for me because I'm trying to delete files based on certain git statuses.
It'd be cool to be able to pass a function as a filter. It could receive whatever info about the file you already have in the library, and the user should return a boolean for whether the file should be kept or not.
This would be useful for me because I'm trying to delete files based on certain git statuses.