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.
- Host: GitHub
- URL: https://github.com/zack-ashen/keep-cli
- Owner: zack-ashen
- License: mit
- Created: 2020-05-16T01:31:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T15:28:52.000Z (almost 6 years ago)
- Last Synced: 2025-09-25T07:49:59.777Z (10 months ago)
- Topics: cli, google, google-api, google-keep, keep, keep-cli, notes, python
- Language: Python
- Homepage:
- Size: 881 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README-pip.md
- License: LICENSE
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
```