Add option to recurse through directories
terlar opened this issue · 0 comments
terlar commented
It would be neat to be able to recurse directories in several levels. My use case is to have an ~/.config/env/default
directory that contains symlinks to the other directories I am using. Those symlinks might be either linking to files or directories.
Or for example I have all my company specific env vars under ~/.config/env/company
then under the company one I have different folders for different groups of env vars.
I would like to be able to run ev default
or ev company
. Either with or without -r
/-R
flag.