OVERVIEW:
In DOpus, you can do:
Favorites :: Edit Favorites :: Favorites & Recent :: Folder Aliases
and from there you are able to edit your own custom DOpus alias entries.
QUESTION:
Is there a way to specify "dynamic" alias rules that map
alias paths to a rule instead just of a single string?
For example, suppose I specify an alias regex:
$foo = /myfave([\w]+)/;
and I type in aliases that match the regex, can i get:
movies => c:\favorite_stuff\myfave_movies
books => c:\favorite_stuff\myfave_books
software => c:\favorite_stuff\myfave_software
RATIONALE:
This would be handy for certain situations, and a nice convenience
for cases where you have many different paths that vary only slightly
based on a rule or function consisting of a finite number of
pre-mapped transformations.