Wildcard/placeholders for slice name in output file name

Hello, I’m not sure, if I’m not asking an obvious thing, but is there any way, how to let Aseprite dynamically create output file name, when exporting an image?

Specifically, I have my design split into many slices. I export them manually, one by one. Sometimes the images are on one layer, sometimes on two or more different layers, so I usually select “Layers:” = “Selected layers” and, of course, “Area:” = desired slice to be exported. I have the slices properly named, like “level_up”, “thumb_up_icon”, etc. When exporting, I usually need to change the file name to something like “/…/path/…/thumb_up_icon.png” and also choose the slice of the same name. What I would like to do is to tell the file name to use the slice name dynamically, i. e. specify it like this: /…/path/…/%slice_name%.png" or in a similar way.

Is that somehow possible in current Aseprite version?

Thank you!