Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukassr/keep-desktop

Google Keep Dark: Desktop application for Windows, Mac and Linux with Dark Theme.
https://github.com/lukassr/keep-desktop

black dark dark-mode desktop dmg electron exe google google-keep keep linux macos mojave note notes notes-app theme web-app web-application windows

Last synced: 13 days ago
JSON representation

Google Keep Dark: Desktop application for Windows, Mac and Linux with Dark Theme.

Awesome Lists containing this project

README

        

# Keep Desktop: Google Keep Destkop App
[Google Keep](https://keep.google.com "Google Keep") Desktop application for Windows, Mac and Linux. Packaged with [Electron](https://electronjs.org/ "Electron").

***Last Update 26/12/2019***

![Keep Desktop](https://github.com/lukassr/keep-desktop/blob/master/media/screenshot.png)

## Release Downloads (v0.3.1)
[Download for macOS](https://github.com/lukassr/keep-desktop/releases/download/v0.3.1/Keep.Desktop-0.3.1.dmg)

[Download for Windows](https://github.com/lukassr/keep-desktop/releases/download/v0.3.1/Keep.Desktop.Setup.0.3.1.exe)
*(Windows Defender will show a protection message. This is because the exe is not signed, nothing else. Just click in more info and install it)*

[Download for Linux](https://github.com/lukassr/keep-desktop/releases/download/v0.3.1/keepdesktop_0.3.1_amd64.deb)

# References

- [Keep Desktop]( https://github.com/andrepolischuk/keep) by [andrepolischuck](https://github.com/andrepolischuk/)

## Requirements
- npm

## Instructions
### Running the code for contributions:
```
npm install
npm start
```
### or if you want to build the app:
```
npm run dist:
```
Where `` can be `mac`, `win` or `linux`.

## Update log
### 26/12
- Upgrade version of electron-builder 20.29.0 -> 22.2.0

### 18/10
- Ignore dark.css, as Google implemented native dark mode
- Change name from Keep Dark to Keep Desktop

### 15/04
- Fix search bar color
- Fix min width for better experience in shared fullscreen mode

### 20/03
- Update CSS after Google change some names of the Keep Frontend

## See also
- [Google Calendar Dark Desktop](https://github.com/lukassr/gcalendar-dark-desktop)