https://github.com/jmsv/keep-tray
💡 Google Keep in the system tray
https://github.com/jmsv/keep-tray
Last synced: over 1 year ago
JSON representation
💡 Google Keep in the system tray
- Host: GitHub
- URL: https://github.com/jmsv/keep-tray
- Owner: jmsv
- License: mit
- Created: 2019-07-24T16:04:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T09:33:16.000Z (over 3 years ago)
- Last Synced: 2025-02-09T22:27:03.825Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 242 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

keep-tray
💡 Google Keep in the system tray
---
## to do
- [x] Tray exit button
- [ ] Executable releases on GitHub
- [ ] Config window for dimensions, screen position etc.
- [x] Run on startup
- [ ] Check/add support for Linux & MacOS
- [ ] [Auto update](https://www.electron.build/auto-update)
## development
```sh
git clone https://github.com/jmsv/keep-tray.git
cd keep-tray
npm install
npm start
```
Build:
```sh
npm run build
```
## Changelog
### `0.1.0`
Initial version