.rclone.conf location on OS X

I downloaded rclone on my Macbook and ran rclone config but seem to be unable find .rclone.conf

What is the location of .rclone.conf on OS X?

My installation is /usr/local/bin and its not there.
I’ve also checked my user directory (~)

Thanks so much for any help.

it should be in .config/rclone/rclone.conf

1 Like

The file is hidden but it is located in your home directory. If you open up Terminal.app and run open -a TextEdit ~/.rclone.conf it will open it.

1 Like

That was it! Thanks so much!

1 Like

You can type

ls - lah

In terminal to see all files

You can type

cd

To go into a directory

You can type

pwd

To see the full path you’re in

Then you can use the go to directory to go into a hidden folder :slight_smile: