Filter tagged files -- more generally: filter by something other than name #2255
-
|
I have the following use case that works well in
Hence my query: Is it possible to filter just the tagged files in a directory with I already had a look at the commands, like "filter" and "glob-select". I believe these only work on file names (though do support one special operator "negation"). My prefered approach would be to allow an external command to select an arbitrary filtering of the current directory. For my use case, this external command would need to be supplied with the current |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello @rolfmorel, Take a look at https://github.com/gokcehan/lf/wiki/Tips#sorting-files-by-a-custom-method. I hope this helps. |
Beta Was this translation helpful? Give feedback.
Hello @rolfmorel,
you could use
on-loadandaddcustominfoto mark the files you want to process in a certain way. Then setsortbytocustom. This way, the files that still need processing will show on the top (others are still visible but on the bottom only).Take a look at https://github.com/gokcehan/lf/wiki/Tips#sorting-files-by-a-custom-method.
I hope this helps.