Is your feature request related to a problem? Please describe.
I'd really like to do something like
file_list /home/*/ Right now that's not possible.
Describe the solution you'd like
Update the file_list tome to interpret the * character as a wild card.
Enumerate the files in the dir preceding it. If any are dirs queue them to be enumerated.
-or-
Update the file_list eldritch function to interpret * characters.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
I'd really like to do something like
file_list /home/*/Right now that's not possible.Describe the solution you'd like
Update the file_list tome to interpret the
*character as a wild card.Enumerate the files in the dir preceding it. If any are dirs queue them to be enumerated.
-or-
Update the file_list eldritch function to interpret
*characters.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.