git-xargs icon indicating copy to clipboard operation
git-xargs copied to clipboard

Question: can specify a different directory to /tmp to clone?

Open toninoes opened this issue 2 years ago • 1 comments
trafficstars

Hi team, I was evaluating this tool and I would like to know if it is possible to specify a different directory to /tmp to clone the repositories that I need?.

I can see in the documentation that it will clone to /tmp, but it might be nice to be able to specify a different directory...

toninoes avatar Aug 04 '23 10:08 toninoes

Relates to #146

Yes, just specify the TMPDIR environment variable with the path to the directory. The directory must exist. Depending on your OS, this variable may be different. This works for me on macOS.

osterman avatar Mar 02 '24 04:03 osterman