Releases: tanaikech/goodls
Releases · tanaikech/goodls
v1.2.4
-
v1.2.4 (January 3, 2020)
- It seems that the specification of
github.com/urfave/cli
was changed by the update of https://github.com/urfave/cli. By this, whengo get -u github.com/tanaikech/goodls
is run, an error occurred. So this error was removed.
- It seems that the specification of
v1.2.3
-
v1.2.3 (October 31, 2019)
-
An option for inputting the directory to save the downloaded files was added.
$ goodls -u [URL] -d [directory]
-
From this thread, the files for the ARM build were added.
v1.2.2
-
v1.2.2 (December 12, 2018)
- When files are downloaded from a specific folder, it got to be able to select mimeType. By this, files with the specific mimeType in the specific folder can be retrieved. For this, I updated the go library go-getfilelist.
$ goodls -u [URL] -key [APIkey] -m "application/pdf,image/png"
- When files are downloaded from a specific folder, it got to be able to select mimeType. By this, files with the specific mimeType in the specific folder can be retrieved. For this, I updated the go library go-getfilelist.
v1.2.1
-
v1.2.1 (November 25, 2018)
- API key got to be able to be used by an environment variable. When
GOODLS_APIKEY
as the environment variable is set API key, goodls uses API key from the environment variable.
- API key got to be able to be used by an environment variable. When
v1.2.0
v1.1.1
-
v1.1.1 (November 13, 2018)
- Version of go-getfilelist was updated. Because the structure of
drive.File
got to be able to be used, I also updated this application.
- Version of go-getfilelist was updated. Because the structure of
v1.1.0
-
v1.1.0 (November 4, 2018)
- By using API key, files from the shared folder got to be able to be downloaded while keeping the folder structure.
- This demonstration can be seen at Demo.
- By using API key, the information of shared file and folder can be also retrieved.
- About the option of
--extension
and-e
, when-e ms
is used, Google Docs (Document, Spreadsheet, Slides) are converted to Microsoft Docs (Word, Excel, Powerpoint), respectively.
- By using API key, files from the shared folder got to be able to be downloaded while keeping the folder structure.
v1.0.3
-
v1.0.3 (September 4, 2018)
- When the files are downloaded, the progress of downloading got to be able to be displayed.
- This scene can be seen at this demonstration video.
- If the new option of
--np
is used, the progress is not displayed.
- When the files are downloaded, the progress of downloading got to be able to be displayed.