Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Nekmo/gkeep

Google Keep Command Line Interface (CLI)
https://github.com/Nekmo/gkeep

cli google google-keep keep python

Last synced: 3 months ago
JSON representation

Google Keep Command Line Interface (CLI)

Awesome Lists containing this project

README

        

.. image:: https://raw.githubusercontent.com/Nekmo/gkeep/master/logo.jpg
:width: 100%

|

.. image:: https://raw.githubusercontent.com/Nekmo/gkeep/pip-rating-badge/pip-rating-badge.svg
:target: https://github.com/Nekmo/gkeep/actions/workflows/pip-rating.yml
:alt: pip-rating badge

.. image:: https://img.shields.io/pypi/v/gkeep.svg?style=flat-square
:target: https://pypi.org/project/gkeep/
:alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/pyversions/gkeep.svg?style=flat-square
:target: https://pypi.org/project/gkeep/
:alt: Python versions

.. image:: https://img.shields.io/github/stars/Nekmo/gkeep?style=flat-square
:target: https://github.com/Nekmo/gkeep
:alt: Github stars

**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.