Is there a shortcut to refer rclone to the current path?
E.g.
rclone copy remote: [current path]
Or rclone size [current path]
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