-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assign ELNs to the output of commands #281
Comments
You can search for files using clifm's internal search function (a slash followed by the query string), for example:
If you want recursivity, you can use the
However, since ELN's are used only for currently listed file names (and thereby only for files in the current directory), only the first procedure provides ELN's, not the second one. Of course, you can use external tools (like I guess it wouldn't be that hard to write a plugin for this specific use case. |
Can I specify which directories I want to use with this parameter? I ask this because it will take a while if I want to do it in my
That's the point of my request. We can extend this functionality to not just focus on currently listed file names in the current directory, but instead on any listed files regardless of whether they are in the current directory or not. |
Hi @LinArcX.
Yes, but only one, and there will be no ELNs either in the output.
Maybe, but it wouldn't be a trivial implementation at code level. I think a plugin can do this quite easily. Take a look for example at the finder plugin. A few modifications here a there can do the job. |
Is your feature request related to a problem? Please describe.
I don't know if this featue exists or not. Imagin i'm using
fd
to search for all the*.mp3
files in my PWD and it's child directory like this:fd -e mp3 -d2
The output can be like this:
As you can see, there's no ELN assigned to each row in this output. so if i need to play the musics, i need to type my music player + name of the file, which is time consuming.
Describe the solution you'd like
I suggest we should have a mechanism to assign ELN to any stdout output.(generated by any command) in this way, we can benefit from all the things that we can do with ELN.
The text was updated successfully, but these errors were encountered: