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

https://github.com/zack-ashen/keep-cli

keep-cli is a cli Google Keep client. You can add, delete, and manage your google keep notes. Under development.
https://github.com/zack-ashen/keep-cli

cli google google-api google-keep keep keep-cli notes python

Last synced: 6 days ago
JSON representation

keep-cli is a cli Google Keep client. You can add, delete, and manage your google keep notes. Under development.

Awesome Lists containing this project

README

          

Keep-CLI


Keep-cli is a cli Google Keep client. You can add, delete, and manage your Google Keep notes.

## Setup

### Installation

```sh
pip install keep-cli
```

### Configuration
In order to make a note you must have the `$EDITOR` environment variable set to a text editor.

## Usage

#### Run keep-cli visually:
```sh
keep-cli
```
#### Skip the intro animation (quick mode):
```sh
keep-cli --quick
```
#### Make a list or note:
For a note:
```sh
keep-cli --note
```
For a list:
```sh
keep-cli --list
```