Metadata-Version: 2.1
Name: keep-cli
Version: 0.1.0
Summary: Keep-cli is a cli Google Keep client. You can add, delete, and manage your Google Keep notes.
Home-page: https://github.com/zack-ashen/keep-cli
Author: Zachary Ashen
Author-email: zachary.h.a@gmail.com
License: MIT
Keywords: cli google notes notetaking todo google-keep keep keep-cli
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: gkeepapi (>=0.11.16)
Requires-Dist: pyfiglet (>=0.8.post1)
Requires-Dist: PyInquirer (>=1.0.3)
Requires-Dist: argparse (>=1.4.0)
Requires-Dist: keyring (>=21.2.1)
Requires-Dist: keyrings.alt (>=3.4.0)


<h1 align="center"><img src="images/logo.png" style="width:140px; height:auto"></h1>
<p align="center">Keep-cli is a cli Google Keep client. You can add, delete, and manage your Google Keep notes.</p>

![alt text](images/screenshot.png "Demo")

## Setup

### Installation

#### PIP (easiest)
```sh
pip install keep-cli
```

#### Arch Linux (AUR)
```sh
yay -S keep-cli
```
#### macOS
```sh
brew cask 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:
#### Run the standard way:
```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
```

## Features

## Other Resources


