jimtng / gkeep

Google Keep Command Line Interface (CLI)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://raw.githubusercontent.com/Nekmo/gkeep/master/logo.jpg


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"

Thanks

This module is a command-line interface of the module gkeepapi. Thanks to Kiwiz for maintaining the module.

This module does not use an official Google API to work with Google Keep. As this module does not use an official API, its operation is not guaranteed for a production environment.

About

Google Keep Command Line Interface (CLI)


Languages

Language:Python 94.3%Language:Makefile 5.7%