Move Directories based on Wildcard/Contains words

Little confused here, tree does not move things.

so here is better explanation

If I run this command
rclone lsd remoteA:/Incoming/Ready/

That is going to give me a list of Directories inside that path, not a tree

This is what I am after I want to Move Directories that this command see's, not a tree view.

rclone lsd remoteA:/Incoming/Ready/

based on key words inside those Directories

so something like what I posted above:

rclone move remoteA:/Incoming/Ready/*.S0*/ remoteA:/TV.Series/
rclone move remoteA:/Incoming/Ready/* Season */ rclone remoteA:/TV.Series/
rclone move remoteA:/Incoming/Ready/*.Season.*/ rclone remoteA:/TV.Series/