All Projects → Nekmo → Gkeep

Nekmo / Gkeep

Google Keep Command Line Interface (CLI)

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Gkeep

Pagespeed Score
DEPRECATED - use GoogleChrome/lighthouse-ci instead
Stars: ✭ 18 (-84.21%)
Mutual labels:  cli, google
Youtubeshop
Youtube autolike and autosubs script
Stars: ✭ 177 (+55.26%)
Mutual labels:  cli, google
Trino
Trino: Master your translations with command line!
Stars: ✭ 118 (+3.51%)
Mutual labels:  cli, google
Search Engine Parser
Lightweight package to query popular search engines and scrape for result titles, links and descriptions
Stars: ✭ 216 (+89.47%)
Mutual labels:  cli, google
Aws Google Auth
Provides AWS STS credentials based on Google Apps SAML SSO auth (what a jumble!)
Stars: ✭ 428 (+275.44%)
Mutual labels:  cli, google
Gcal Cli
Google Calendar command line tool for Node.js
Stars: ✭ 255 (+123.68%)
Mutual labels:  cli, google
Sitemap Generator Cli
Creates an XML-Sitemap by crawling a given site.
Stars: ✭ 214 (+87.72%)
Mutual labels:  cli, google
Drive Cli
A command line interface for accessing google drive
Stars: ✭ 449 (+293.86%)
Mutual labels:  cli, google
Fuego
fuego is a library for automatically generating command line interfaces (CLIs) from function and struct.
Stars: ✭ 37 (-67.54%)
Mutual labels:  cli, google
Android Studio Mvp Template Google Architecture
Stars: ✭ 111 (-2.63%)
Mutual labels:  google
Micropy Cli
Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
Stars: ✭ 112 (-1.75%)
Mutual labels:  cli
Xiaoai
a tiny&smart AI & Repo for work for AI Survey百度云资源持续更新中,欢迎点赞star Min's blog 欢迎访问我的博客主页!(Welcome to my blog website !)https://liweimin1996.github.io/
Stars: ✭ 111 (-2.63%)
Mutual labels:  google
Ytfzf
A posix script to find and watch youtube videos from the terminal. (Without API)
Stars: ✭ 2,212 (+1840.35%)
Mutual labels:  cli
Mcpeserver
A Minecraft Server Launcher Written by Golang. Deprecated, please use official BDS
Stars: ✭ 113 (-0.88%)
Mutual labels:  cli
Nutmeg
Build, test, and publish vanilla Web Components with a little spice
Stars: ✭ 111 (-2.63%)
Mutual labels:  cli
Cli Spring Boot Scaffold
command line for generate crud and configs for spring boot projects
Stars: ✭ 113 (-0.88%)
Mutual labels:  cli
Scaffold Static
Scaffolding utility for vanilla-js
Stars: ✭ 111 (-2.63%)
Mutual labels:  cli
Cri
A tool for building commandline applications
Stars: ✭ 110 (-3.51%)
Mutual labels:  cli
Flutter auth buttons
Flutter buttons for social platforms
Stars: ✭ 114 (+0%)
Mutual labels:  google
Moeda
💰 📈 A foreign exchange rates and currency conversion using CLI
Stars: ✭ 113 (-0.88%)
Mutual labels:  cli

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

|

DEVELOPMENT BRANCH: The current branch is a development version. Go to the stable release by clicking on the master branch <https://github.com/Nekmo/gkeep/tree/master>_.

Google Keep Cli ############### Work with Google Keep on your terminal. To install this module (more options in the documentation <https://docs.nekmo.org/gkeep/installation.html>_)::

$ pip install -U gkeep

To get the available options use the --help parameter or see the documentation <https://docs.nekmo.org/gkeep/usage.html>_::

$ 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 <https://github.com/kiwiz/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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].