Skip to content

ArturSkowronski/keeptron

Repository files navigation

Keeptron

Google Keep Client written in Electron accessible from OSX Menu Bar

Build Status

Logo

Download current version

0.4

Intent behind Keeptron

Google Keep is awesome note-taking app. Still, as majority Google products, it's not suited for work with desktop environment in any sensible way.

Inspired by great Evernote Helper, I decided to create Electron application (Keep, as majority Google products, don't have any API...). It's still can be consider as Alpha Release, but due to rule "it's null until you ship it", I decided it's time to let people test it.

Application is fully OS, relesed on MIT Licence. It can be downloaded from Releases Section.

It's my first Electron application, so please feel free to point any issues! The more, the better!

Version for Windows/Linux will be created as soon as application feature set will be stabilized.

Screenshot

Example

Shortcuts

Cmd+Alt+K - Opens Keeptron window

Esc (while Keeptron window open) - Closes Keeptron window

If you want to do some development

  • Install Electron (npm install -g electron)
  • Clone this repo
  • npm install && npm run start