Answer the question
In order to leave comments, you need to log in
Is there something on fuse (or similar) that can replace searching in file managers?
In various file managers, it is possible to search for files by some criterion, and after the search, get the result in the form of a list of files on which you can perform various operations (for example, open in an editor).
Is there something that could be used on the command line?
Something like this:
find $PWD -name '*.cpp' | file-list-fs
Answer the question
In order to leave comments, you need to log in
fuse, I don't know, the simplest is xargs + ln, which creates hardlinks to found files in a specific directory:
but if there are two files with the same name in the search results, only one will be in the results.
What does not suit a regular search? Few options?
I use doublecmd for such movements
ps
there is some tool in C, but I forgot the name (
I set the instant search to mint, but after reinstalling the system I don’t remember, and I don’t want to gut the old backup.
Google it myself
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question