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

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

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
```