Command for Alias listing?

Is it possible to get a list of folder aliases, both custom and Opus built-in aliases, in the form of a list? I know they're in the preferences pane and can be displayed in the folder tree... but I never use the folder tree and was hoping to create a button or toolbar that listed them ala the Favorites SMART command. I'm not seeing a command for them.

Thanks.

What do you want it for?

There are so many aliases that a toolbar/menu showing them all wouldn't be that useful for interactive use. (It wouldn't fit on the screen so you'd have to keep scrolling it, which is a pain if the purpose is providing quick access to something.)

I forgot to mention that I don't use the Folder Tree so having the list there isn't much use.

What do I need it for? I haven't yet memorized all 25+ aliases and can't remember all of the ones that I've defined. If I could get them in a menu list ala the Recent List (shown below) or Smart Favorites buttons, that would be great. I'm not seeing a command for this so I'm guessing it's not available.

Here's a menu you can paste to your toolbar with all the built-in aliases.

There's so many of them that it fills the screen so you might want to split them into categories or something.

<?xml version="1.0"?> <button backcol="none" display="label" textcol="none" type="menu"> <label>Aliases</label> <icon1>#newmenu</icon1> <button backcol="none" display="label" textcol="none"> <label>desktop</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /desktop</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>programs</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /programs</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>controls</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /controls</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>printers</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /printers</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>mydocuments</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /mydocuments</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>favorites</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /favorites</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>startup</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /startup</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>recent</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /recent</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>sendto</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /sendto</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>trash</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /trash</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>start</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /start</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>desktopdir</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /desktopdir</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>mycomputer</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /mycomputer</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>network</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /network</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>nethood</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /nethood</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>fonts</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /fonts</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>templates</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /templates</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>appdata</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /appdata</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>printhood</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /printhood</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>localappdata</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /localappdata</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>altstartup</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /altstartup</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>internetcache</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /internetcache</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>cookies</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /cookies</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>history</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /history</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>windows</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /windows</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>system</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /system</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>programfiles</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /programfiles</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>commonprogramfiles</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /commonprogramfiles</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>commonfiles</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /commonfiles</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>commondocuments</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /commondocuments</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>temp</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /temp</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>home</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /home</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>homeroot</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /homeroot</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>last</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /last</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>lastright</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /lastright</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>default</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /default</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>defaultright</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /defaultright</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>dopusdata</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /dopusdata</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>dopuslocaldata</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /dopuslocaldata</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>dopusglobaldata</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /dopusglobaldata</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>themes</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /themes</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>buttons</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /buttons</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>commonstartmenu</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /commonstartmenu</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>commonprograms</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /commonprograms</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>commonstartup</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /commonstartup</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>commondesktopdir</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /commondesktopdir</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>commonaltstartup</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /commonaltstartup</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>commonfavorites</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /commonfavorites</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>commontemplates</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /commontemplates</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>commonadmintools</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /commonadmintools</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>admintools</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /admintools</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>common</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /common</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>commonappdata</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /commonappdata</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>mymusic</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /mymusic</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>mypictures</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /mypictures</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>profile</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /profile</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>systemx86</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /systemx86</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>programfilesx86</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /programfilesx86</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>commonprogramfilesx86</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /commonprogramfilesx86</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>commonfilesx86</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /commonfilesx86</instruction> </function> </button> <button backcol="none" display="label" textcol="none"> <label>libraries</label> <icon1>#newcommand</icon1> <function type="normal"> <instruction>go /libraries</instruction> </function> </button> </button>

thanks. Yes, it's quite a long list... I'll have to start organizing it somehow.