-
v2.0.5 (March 10, 2023)
- From this version, when the API key is used, the large file is downloaded by the API key. Because the specification for downloading the shared large file is sometimes changed. When the API key is not used, the shared large file is downloaded by the current specification (v2.0.4). If the shared large file cannot be downloaded by the change of the specification on Google’s side, please use the API key and test it again. The usage of goodls has not changed.
The detail information and how to get this are https://github.com/tanaikech/goodls.
-
v2.0.3 (April 5, 2023)
- Forgot to update the version number and modified it. And, built the sources with the latest version. Ref
The detail information and how to get this are https://github.com/tanaikech/goodls.
goris is a CLI tool to search for images with Google Reverse Image Search.
Today, it was updated to v3.0.1. Please check it out. https://github.com/tanaikech/goris
-
v3.0.1 (May 2, 2022)
- About the option
-w, a bug was resolved. By this, the URLs of the related Web site are returned. As the default, 10 URLs are returned. If you want to retrieve more, please use the option -n like -n 20.
The detail information and how to get this are https://github.com/tanaikech/goodls.
You can check ggsrun at https://github.com/tanaikech/ggsrun.
The detail information and how to get this are https://github.com/tanaikech/goodls.
goris is a CLI tool to search for images with Google Reverse Image Search.
Today, it was updated to v3.0.0. Please check it out. https://github.com/tanaikech/goris
The detail information and how to get this are https://github.com/tanaikech/goodls.
Gists
This is a simple method for using ggsrun. ggsrun is a CLI tool to execute Google Apps Script (GAS) on a terminal. Also this CLI tool can be used for managing files in Google Drive for OAuth2 and Service Account.
When you use ggsrun, it is required to retrieve the client ID and client secret and/or the service account at Cloud Platform Project. But, there is the case that you want to simply test or you want to just upload and download the files for Google Drive. In this post, I would like to introduce how to simply use ggsrun.
gislack is a CLI tool to submit files to both Gist and Slack.
Please check it out. https://github.com/tanaikech/gislack
goris is a CLI tool to search for images with Google Reverse Image Search.
Today, it was updated to v2.0.0. Please check it out. https://github.com/tanaikech/goris
-
v2.0.0 (April 23, 2020)
- The specification for running the reverse image search was changed at Google side. By this, this application was also changed.
-
v1.7.4 (March 11, 2020)
-
Recently, I noticed that new Google Apps Script project of the standalone script type cannot be created by the create method of Drive API. From now, in order to create the standalone Google Apps Script project, only Google Apps Script API is required to be used. Ref By this, I updated ggsrun. So the command for creating new GAS project is not changed.
$ ggsrun u -p ###folderId### -f sample.gs -pn sampleGASProjectName
You can check ggsrun at https://github.com/tanaikech/ggsrun.
The detail information and how to get this are https://github.com/tanaikech/goodls.
The detail information and how to get this are https://github.com/tanaikech/goodls.
I knew that the specification of github.com/urfave/cli had been changed by the update of https://github.com/urfave/cli. By this, when the CLI created by golang is installed with go get, an error occurred. So this error was removed.
The updated CLI tools are as follows.
The detail information and how to get this are https://github.com/tanaikech/goodls.
gonetatmo was updated to v.1.0.1
-
v1.0.1 (August 2, 2019)
- A bug was removed.
- When the outer module is not active, an error occurred. In this version, this bug was removed.
You can check gonetatmo at https://github.com/tanaikech/gonetatmo.
Overview
This is a CLI tool for retrieving the number of comments, stars and forks of Gists.
Demo

In this demonstration, a Gist is retrieved by an URL. You can see that the number of comments, stars and forks can be retrieved.
The detail information and how to get this are https://github.com/tanaikech/gistwatcher.
ggsrun was updated to v.1.7.1
- v1.7.1 (December 30, 2018)
- A bug was removed.
- When a project is downloaded and zipped, there was a case that “createdTime” and “modifiedTime” of the project cannot be retrieved by Apps Script API. This was modified.
You can check ggsrun at https://github.com/tanaikech/ggsrun.
ggsrun was updated to v.1.7.0
You can check ggsrun at https://github.com/tanaikech/ggsrun.
The detail information and how to get this are https://github.com/tanaikech/goodls.
ggsrun was updated to v.1.6.0
- v1.6.0 (November 30, 2018)
- Although at ggsrun, files can be searched by filename and file ID, searching files using search query and regex couldn’t be done. From version 1.6.0, files got to be able to be searched using the search query and regex.
$ ggsrun sf -q "### search query ###" -f "### fields ###" -r "### regex ###"
- Some modifications.
You can check ggsrun at https://github.com/tanaikech/ggsrun.
The detail information and how to get this are https://github.com/tanaikech/goodls.
The detail information and how to get this are https://github.com/tanaikech/goodls.
goodls was updated to v.1.1.1
The detail information and how to get this are https://github.com/tanaikech/goodls.
ggsrun was updated to v.1.5.2
- v1.5.2 (November 4, 2018)
- About downloading folders, when files are downloaded from a folder, you can download Google Docs files with the mimeType you want. For example, when you download files from the folder, if
-e txt is used, Google Docs are downloaded as the text file. When -e pdf is used, they are downloaded as the PDF file. Of course, there are mimeType which cannot be converted.
$ ggsrun d -f [folderName] -e txt -j
- About uploading files, when files are uploaded from your local PC, the files got to be able to be converted to Google Docs. For this, new option of
--convertto, -c is added. For example, when a text file is uploaded, if you use -c doc, the text file is uploaded as Google Document.
$ ggsrun u -f [fileName] -c doc -j
You can check ggsrun at https://github.com/tanaikech/ggsrun.
goodls was updated to v.1.1.0
The detail information and how to get this are https://github.com/tanaikech/goodls.
ggsrun was updated to v.1.5.1
- v1.5.1 (November 2, 2018)
- Removed a bug.
- When a file information was retrieved, createdTime and modifiedTime couldn’t be seen and the information was incomplete.
You can check ggsrun at https://github.com/tanaikech/ggsrun.
ggsrun was updated to v.1.5.0
- v1.5.0 (October 27, 2018)
- From this version, ggsrun got to be able to download all files and folders in the specific folder in Google Drive. When all files are downloaded from a folder, the same folder structure of Google Drive is created to the local PC.
$ ggsrun d -f folderName or folderId
- When the project file is downloaded, it is downloaded as a zip file. All scripts in the project is put in the zip file.
- Also when you download a single project, you can use an option
--zip or -z. By this, the downloaded project is saved as a zip file.
- This new function can be also used for the shared folders. When you want to download the files from the shared folder, please use the folder ID of the shared folder.
- The file list with the folder tree in the specific folder got to be able to be retrieved.
- When the files are downloaded, the progression got to be able to be seen. When you want to see the progression, please use
-j when you download files and folders.
- Files with large size got to be able to be used. In order to download files with large size (several gigabytes), files are saved by chunks.
- Some modifications.
You can check ggsrun at https://github.com/tanaikech/ggsrun.
goodls was updated to v.1.0.3
The detail information and how to get this are https://github.com/tanaikech/goodls.
goodls was updated to v.1.0.2
-
v1.0.2 (May 10, 2018)
- Files with large size has gotten to be able to be used.
- In order to download files with large size (several gigabytes), files are saved by chunks.
The detail information and how to get this are https://github.com/tanaikech/goodls.
Overview
This is a CLI tool to retrieve data from a personal weather station of Netatmo.
Description
I have a personal weather station of Netatmo. I check the data of my local environment using it. In most case, I have used my browser to retrieve the data so far. About retrieving data using curl, I have created it before. Recently, I thought that I wanted to create this as a CLI too. So I created this. This tool can retrieve not only the data of own Netatmo, but also the data of specific area using Netatmo APIs. By this, I got to be able to retrieve easily the data of various places. This tool has the following features.
ggsrun was updated to v.1.4.1
- v1.4.1 (February 9, 2018)
- For uploading, the resumable-upload method was added.
- The resumable-upload method is automatically used by the size of file.
- “multipart/form-data” can upload files with the size less than 5 MB.
- “resumable-upload” can upload files with the size more than 5 MB.
- The chunk for resumable-upload is 100 MB as the default.
- Users can also give this chunk size using an option.
$ ggsrun u -f filename -chunk 10
- This means that a file with filename is uploaded by each chunk of 10 MB.
You can read “How to install” at here.
ggsrun was updated to v.1.4.0
-
v1.4.0 (January 25, 2018)
Google Apps Script API was finally released. From this version, ggsrun uses this API. So ggsrun got to be able to use not only projects of standalone script type, but also projects of container-bound script type. I hope this updated ggsrun will be useful for you.
- To users which are using ggsrun with v1.3.4 and/or less.
- For retrieving, downloading, creating and updating projects, Apps Script API is used.
- About retrieving information of projects, the information from Drive API is more than that from Apps Script API. So I used Drive API in this situation.
- Please read how to enable APIs.
- ggsrun got to be able to use both standalone scripts and container-bound scripts by Apps Script API.
- Create projects
- Update projects
- There are some issues for creating projects.
- After Manifests was added to GAS, the time zone can be set by it. But when a new project is created by API, I noticed that the time zone is different from own local time zone. When a new project is manually created by browser, the time zone is the same to own local time zone. I think that this may be a bug. So I added an option for setting time zone when a new project is created. And also I reported about this to Google Issue Tracker.
- If you want to create a bound script in Slide, an error occurs. When a bound script can be created to Spreadsheet, Document and Form using Apps Script API. Furthermore, when the bound script in Slide is updated, it works fine. So I think that this may be also a bug. I reported about this to Google Issue Tracker.
- About this, when you create a bound script in Slides, if ggsrun returns no errors, it means that this issue was solved.
- Both standalone scripts and container-bound scripts can be rearranged.
- The file of
appsscript for Manifests is always displayed to the top of files on the script editor, while the array of files can be changed. I think that this is the specification.
- For the option
exe1 for executing GAS, it can use for both standalone scripts and container-bound scripts.
- Delete files using file ID on Google Drive.
- Delete files in the project.
- ggsrun can create new container-bound script in the new Google Docs.
- For example, ggsrun creates a new Spreadsheet and uploads the script files to the Spreadsheet as a container-bound script.
- Retrieve and create versions of projects.
- Unified the order of directories for searching
client_secret.json and ggsrun.cfg.
- Some modifications.
You can read “How to install” at here.
goodls was updated to v.1.0.1
The detail information and how to get this are https://github.com/tanaikech/goodls.
Overview
This is a CLI tool to download shared files from Google Drive.
Description
We have already known that the shared files on Google Drive can be downloaded without the authorization. But when the size of file becomes large (about 40MB), it requires a little ingenuity to download the file. It requires to access 2 times to Google Drive. At 1st access, it retrieves a cookie and a code for downloading. At 2nd access, the file is downloaded using the cookie and code. I created this process as a CLI tool. This tool has the following features.
ggsrun was updated to v.1.3.4
-
v1.3.4 (January 2, 2018)
- Added new option for downloading ‘bound-scripts’ of Google Sheets, Docs, or Forms file.
- When the bound-scripts are downloaded, the project name cannot be retrieved because Drive API cannot be used for the bound-scripts. So when the bound-scripts are downloaded, the project ID had been used previously. Such filename is not easily to be seen. By this additional option, users can give the filename when it downloads the bound-scripts.
- The usage is here
- Removed a bug.
- When a project is downloaded, script ID in the project is added to the top of each downloaded script as a comment. There was a problem at the character using for the comment out. This was modified.
You can check this and download ggsrun at https://github.com/tanaikech/ggsrun.
It was found that you can also create new project with your original Manifests using ggsrun. By using this, for example, when you created new project, the project can have libraries, Advanced Google Services and so on at the initial stage. I think that this can be used as a template for Project.
$ ggsrun u -pn [Project name] -f appsscript.json
https://github.com/tanaikech/ggsrun/blob/master/help/README.md#ModifyManifests

You can check this and download ggsrun at https://github.com/tanaikech/ggsrun.
ggsrun was updated to v.1.3.3
Awesome points of Manifests :
Awesome points of Manifests that I think are below.
ggsrun was updated to v.1.3.2

go-rearrange and gorearrange were updated to v.1.0.2
From this version, data included multi-bytes characters can be used. At Linux, it works fine. At Windows DOS, rearranging and selecting data can be done. But the displayed data is shifted. Although this may be a bug of termbox-go, I don’t know the reason. I’m sorry. On the other hand, data with only single-byte characters works fine. About MAC, I don’t have it. If someone can confirm and tell me it, I’m glad.
go-rearrange and gorearrange were updated to v.1.0.1
- As one of outputs, indexmode (bool) was added. If this is true, the rearranged result is output as the change of index for the source data. For example, if the source data and rearranged data are
["a", "b", "c"] and ["c", "b", "a"], respectively. The output will become [2, 1, 0].
By this, the specification for creating applications will expand.
The detail information and how to get this are https://github.com/tanaikech/gorearrange.
Overview
This is a CLI tool to interactively rearrange a text data on a terminal.
Description
Since I couldn’t find CLI tools for manually rearranging text data, I created this CLI tool.
For this, at first, I created a Golang library go-rearrange.

The detail information and how to get this are https://github.com/tanaikech/gorearrange.
ggsrun was updated to v.1.3.1
- Recently, when scripts on local PC is uploaded to Google Drive as a new project, the time to create on Google became a bit long. (I think that this is due to Google Update.) Under this situation, when the script is uploaded, the timeout error occurs while the new project is created using the script. So the time until timeout of fetch was modified from 10 seconds to 30 seconds. By this, when the script is uploaded, no error occurs and the information of the created project is shown.
- You can create a new project on Google Drive using scripts on local PC. The sample command is
ggsrun u -f sample.gs1,sample2.gs,sample3.html -pn newprojectname
You can check this and download ggsrun at https://github.com/tanaikech/ggsrun.
ggsrun was updated to v.1.3.0
- From this version, container-bound scripts can be downloaded. The container-bound script is the script created at the script editor on Google Sheets, Docs, or Forms file.
- In order to download container-bound scripts, the project ID of container-bound scripts is required. The project ID can be retrieved as follows.
- Open the project. And please operate follows using click.
- -> File
- -> Project properties
- -> Get Script ID (This is the project ID.)
- When a project is downloaded, the filename of HTML file had become
.gs. This bug was modified.
The usage is here.
ggsrun was updated to v.1.2.2
- For Google Docs (spreadsheet, document, slide and drawing), since I noticed that the revision files would not be able to be retrieved using Drive API v3, I modified this using new workaround.
- The new workaround is to use Drive API v2.
drive.revisions.get of Drive API v2 can retrieve not only the revision list, but also the export links. I thought of the use of the export links. This became the new workaround.
- For the files except for Google Docs, the revision files can be retrieved using Drive API v3.
- The usage is here.
I don’t know when this workaround will not be able to be used. But if this could not be used, I would like to investigate of other method.
gislack is a CLI tool to submit files to both Gist and Slack.
- v1.0.1 (June 30, 2017)
- Some modifications related to error handling.
Please check it out. https://github.com/tanaikech/gislack
Overview
This is a CLI tool to submit files to both Gist and Slack.
Description
When I discuss about developing scripts, I often use Slack. When I submitted a script to Slack, I had saved the script to Gist as a backup. I had done manually this on my browser. Namely, I wanted to be saving the revision of script while I’m discussing about the script at Slack. Recently, I wished this process had been able to be automatically run. So I created this tool.
goris is a CLI tool to search for images with Google Reverse Image Search.
Today, it was updated to v1.1.0. Please check it out. https://github.com/tanaikech/goris
When images are matched to a searched image, web pages with matching images are retrieved. These are web pages displayed on Google top page. When this is not used, images are retrieved. This was added as a boolean option. (This was added by a request.)
ggsrun was updated to v.1.2.1
- Configuration file (
ggsrun.cfg) became to be able to be read using the environment variable.
You can check this at here.
ggsrun was updated to v.1.2.0
- Added a command for retrieving revision files on Google Drive.
- Some modifications.
You can check this at here.
goris is a CLI tool to search for images with Google Reverse Image Search.
Today, it was updated to v1.0.1. Please check it out. https://github.com/tanaikech/goris
When number of retrieved URLs is smaller than number of default output, an error had occurred. This was fixed.
gogauth is a CLI tool to easily retrieve access token for using APIs on Google.
I thought that if the access token can easily retrieve, it may be useful for users who can use various convenience Google APIs. So I created this. Also this can be used for testing sample script like the demo. If this will be helpful for you, I’m glad.
Today, it was updated to v2.0.1. Please check it out. https://github.com/tanaikech/gogauth
Updated ggsrun to v.1.1.0
Added a command for updating existing project on Google Drive. One of scripts in the project can be also updated.
https://github.com/tanaikech/ggsrun
Overview
This is a CLI tool to search for images with Google Reverse Image Search.
Motivation
Because I had wanted to search for images with an image URL and file on my terminal, I created this. This can download images from searched image URLs.
The detail information and how to get this are https://github.com/tanaikech/goris.
Overview
This is a CLI tool to execute Google Apps Script (GAS) on a terminal.
Motivation
Will you want to develop GAS using CoffeeScript on your local PC? Generally, when we develop GAS, we have to login to Google using own browser and develop it using Javascript on the Script Editor. Recently, I have wanted to have more convenient local-environment for developing GAS. So I created this “ggsrun”.

The detail information and how to get this are https://github.com/tanaikech/ggsrun.
gogauth is a CLI tool to retrieve easily access token for using APIs on Google.
Today, it was updated with big changes. Please check it out.
https://github.com/tanaikech/gogauth
Released a CLI tool for easily retrieving accesstoken from Google OAuth2. The title is gogauth. When I have seen stackoverflow, I knew that it is difficult to retrieve accesstoken from Google OAuth2. So I made this.
Features of this CLI tool are as follows.
-
Retrieves easily accesstoken from Google OAuth2 for using Drive API.
-
If you have PhantomeJS, this retrieves “code” from Google using it. So you don’t need to launch your browser for retrieving “code”.