https://github.com/mirthturtle/morsel-client
A command-line client for the m3lon kitchen management suite.
https://github.com/mirthturtle/morsel-client
Last synced: 8 months ago
JSON representation
A command-line client for the m3lon kitchen management suite.
- Host: GitHub
- URL: https://github.com/mirthturtle/morsel-client
- Owner: mirthturtle
- Created: 2019-07-14T22:03:00.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T01:57:34.000Z (over 2 years ago)
- Last Synced: 2025-03-30T16:17:11.638Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Morsel: Kitchen Command Line
Access your [m3lon](https://www.m3lon.com) pantry from the [wolfOS](https://github.com/mirthturtle/wolfOS-legacy) terminal on your kitchen counter.
Features:
- Quickly record your thoughts and writings while you're in the kitchen
- Access the m3lon.com Melon Selector

## Installation
- Clone the repo into your home directory: `git clone https://github.com/mirthturtle/morsel-client.git`
- Install dependencies: `gem install colorize httparty`
- Add shortcut to ~/.bashrc: `alias morsel='cd /home/pi/morsel-client && ruby -Ilib bin/morsel'`
## Configuration
To connect Morsel to your m3lon pantry:
- Find your Morsel Code on your pantry's Settings page
- Make it an environment variable by adding to ~/.bashrc: `export MORSEL_CODE=your-unique-code`
- Reload bashrc: `. ~/.bashrc`
## Running
- run the program with `morsel`