Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umayr/lunch
tells you what is in lunch menu today directly from command line
https://github.com/umayr/lunch
Last synced: 9 days ago
JSON representation
tells you what is in lunch menu today directly from command line
- Host: GitHub
- URL: https://github.com/umayr/lunch
- Owner: umayr
- License: mit
- Created: 2017-04-21T15:22:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T05:53:18.000Z (over 7 years ago)
- Last Synced: 2024-11-07T03:48:25.200Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `lunch`
>tells you what is in lunch menu today directly from command line## Install
```bash
# install with go get and make sure you have $GOPATH/bin in your path
λ go get github.com/umayr/lunch/cmd/lunch
# make with source
λ git clone github.com/umayr/lunch
λ make build# create cross platform binaries
λ git clone github.com/umayr/lunch
λ make cross
```You can also download pre-compiled binaries from [here](https://github.com/umayr/lunch/releases/tag/v0.1).
You might also want to set up a cron to notify you about the lunch menu a bit before lunch with something like this:
```bash
λ notify-send Lunch (echo -n "You have" (lunch) "in lunch today.")
λ # in case you want to set up a shortcut
λ bash -c "lunch -bare 2>&1 | xargs -d '*' notify-send 'Lunch'"
```
which could result in:![img](http://i.imgur.com/Fq4Y8To.png)
## License
MIT