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
Download and install from latest release https://github.com/jwest/google-keep-on-desktop/releases
Clone repository
git clone https://github.com/jwest/google-keep-on-desktop.git
Start application
npm start
Testing
npm test