
DEVELOPMENT BRANCH: The current branch is a development version. Go to the stable release by clicking on the master branch.
Google Keep Cli¶
Work with Google Keep on your terminal. To install this module (more options in the documentation):
$ pip install -U gkeep
To get the available options use the --help
parameter or
see the documentation:
$ gkeep --help
For example to search for notes:
$ gkeep notes search "Shopping list"
Gkeep allows you to use Google Keep in your scripts. For example to remember to buy milk:
$ gkeep items edit --uncheck 150ad84b557.97eb8e3bffcb03e1 "Milk"