-
-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
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:
foo.mp3
bar.mp3
Downloads/zoo.mp3
Downloads/kar.mp3
Downloads/dar.mp3
Downloads/nar.mp3
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.
Metadata
Metadata
Assignees
Labels
No labels