TheLastGimbus / GooglePhotosTakeoutHelper

Script that organizes the Google Takeout archive into one big chronological folder
https://aur.archlinux.org/packages/gpth-bin
Apache License 2.0
3.47k stars 176 forks source link

Linux Mint: Program runnning but not moving files #301

Closed dcolecpa closed 3 months ago

dcolecpa commented 3 months ago

I downloaded the code and gave the gpth-linux file execute permissions. I run it and it requests an input folder and then an output folder. Unfortunately, the files don't go anywhere from there.

When I use the command line I get :

gpth-linux: command not found

or Command 'gpth' not found, did you mean: or bash: ./gpth: No such file or directory

Did I miss something or is there a way to troubleshoot?

TheLastGimbus commented 3 months ago
cd folder/with/gpth/exe
# the dot slash
./gpth-linux
dcolecpa commented 3 months ago

Thank you, that worked!