it would be great to be able to specify sorting in a dosearch command
my code snippet alias
Snippets $$1 | dosearch +folder_snippets +open_snippets -alias -.ini +. $$1
i'd like to do
Snippets $$1 | dosearch +folder_snippets +open_snippets -alias -.ini +. $$1 /SORTASC
it would sort snippets by name...
or say you have a huge folder full of music, each folder being an album
Music album search $$1 | dosearch -alias +folder_music +open_winamp +\ $$1 /SORTASC
you could still filter the result but the results would be sorted by name and not by score like it always does...