https://github.com/tableflip/lunchtray
:fork_and_knife: Tray application for makelunch
https://github.com/tableflip/lunchtray
Last synced: about 1 year ago
JSON representation
:fork_and_knife: Tray application for makelunch
- Host: GitHub
- URL: https://github.com/tableflip/lunchtray
- Owner: tableflip
- License: isc
- Created: 2016-01-29T22:52:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T08:54:37.000Z (about 9 years ago)
- Last Synced: 2025-02-15T12:46:47.056Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lunchtray
Tray application for makelunch.
## Download
[Download the latest version here](https://github.com/tableflip/lunchtray/releases).
## Install
### OSX
1. Unzip the archive
2. Drag lunchtray.app into the `/Applications` folder
## Launch on startup
### OSX
1. Open "System Preferences"
2. Open "Users and Groups"
3. Toggle "Login Items"
4. Click the "+" icon
5. Select "lunchtray" from the list
## Build
### OSX x64
```sh
npm run build:darwin
```
### Linux x64
```sh
npm run build:linux
```
## run
```sh
npm start
```