imthaghost / goclone

Website Cloner - Utilizes powerful Go routines to clone websites to your computer within seconds.
https://goclone.io
MIT License
1.32k stars 282 forks source link

Where's the website I clone where it's save at #29

Closed GodStashP closed 2 years ago

GodStashP commented 2 years ago

Aaaaaaaaaaaaaaaaaaaaa HELPHELPHELP

Abubarrett commented 2 years ago

x2

mesaglio commented 2 years ago

Hi @GodStashP, the tool creates a folder in your current working directory.

For example:

~/Documents
❯ tree tesla.com
tesla.com [error opening dir]

0 directories, 0 files

~/Documents
❯ goclone tesla.com

~/Documents 13s
❯ tree tesla.com
tesla.com
├── css
├── imgs
├── index.html
└── js

3 directories, 1 file

~/Documents
❯ ls -la | grep tesla
drwxr-xr-x    6 mesaglio  1010544492         192 Feb 26 10:07 tesla.com
mesaglio commented 2 years ago

Closed for inactivity.