Is there anyway to achieve -mtime type find flags?

is there anyway to rclone lsl/ls/lsd and say show only files with mod-time in the past 1 day? like it would be possible with find?

Sure, just use the --max-age 1d flag

awesome, thanks, sorry for being so dense, I searched the list of flags for date and time, should’ve used my brain to think of “age” as a valid synonym.

No worries! I wish I’d named those flags --younger and --older as I can never remember which way round they go!