Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 984 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 984 Bytes

lunch: A command line client for lunchy

This project was supposed to be called mclunchface to complete the lunchy service, but it was too tedious to write.

This is a simple command line client and library to use the lunchy service from command line. It depends on nothing but the standard Go distribution.

Installation

Assuming that you have a Go environment setup properly:

$ go get github.com/rebasar/lunch
$ go install github.com/rebasar/lunchy

Or just download the precompiled binary for your platform from https://github.com/rebasar/lunch/releases

Usage

Just call without any parameters, as lunchy to get a list of supported places. This information is cached, by default in a file called ~/.lunchy.cache for now, you need to remove the file manually if it becomes stale.

To fetch the menu for a restaurant, just write lunchy <alias> where alias is one of the aliases of the place.

Enjoy your lunch!