Shortcut for path to current directory

Is there a shortcut to refer rclone to the current path?

E.g.

rclone copy remote: [current path]

Or rclone size [current path]

you want the current working directory?

on what operating system?

on windows
rclone lsd .
rclone lsd %cd%

Using . to mean the current working directory should work on all OSes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.