Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 753 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 753 Bytes

Google Keep on desktop

Build Status

Electron app for open Google Keep. Used for productivity, features:

  • standalone application
  • global shortcuts (CommandOrControl + ` for toggle window)
  • create note from clipboard (CommandOrControl + Shift + `)
  • autofocus for create new note
  • always on top
  • icon in tray

Usage

Download and install from latest release https://github.com/jwest/google-keep-on-desktop/releases

Development

Clone repository

git clone https://github.com/jwest/google-keep-on-desktop.git

Start application

npm start

Testing

npm test