prasmussen / gdrive

Google Drive CLI Client
MIT License
8.99k stars 1.18k forks source link

full path in syncable list #601

Open bruno-giovanni opened 3 years ago

bruno-giovanni commented 3 years ago

hello;

not quite clear to me why when listing syncable directories there is apparently no way to get the full pathname of the dirs (something along the lines of the --absolute option for lists of ordinary files). Maybe I'm missing something here, but, for example:

$ gdrive sync list

Id Name Created 1_YPiijr_p8Su2UdADMoJcZwuu8P4ZE3X Production-Reports 2021-10-01 19:57:33

while:

$ gdrive list --query "name = 'Production-Reports'" --name-width "200" --absolute

Id Name Type Size Created 1_YPiijr_p8Su2UdADMoJcZwuu8P4ZE3X Dir-1/Dir-2/Data/Production-Reports dir 2021-10-01 19:57:33

It would be very useful to disambiguate among same name dirs, lying under different parents

thanks

bruno