
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
eating is a very simple node.js command line application for recording what you eat (a meal diary/journal). Inspired by doing it takes near to natural language input and turns that into structured meals. There's also a web version at eatkeep.io
eating 7 ham and pineapple pizzas 2 hours ago 7000!
would yeild
n.b. I do not encourage you to eat 7 pizzas
eating yesterday 3.30pm 1/2 chocolate bar 200cals
would yeild
##How to install
npm install -g eating
to update
npm update -g eating
####configuration eating has 2 configurable options
eating --path '~/Google Drive/eating'
eating --locale 'en-AU'
##How to use
running the command outputs what you've recorded that day and total calories
eating
to show help
eating --help
eating <command> --help
show meals for all/today/yesterdays/week/ [enddate]
eating list yesterday
eating list 22/07
eating list 22/07 28/07
export to a formatted .txt file
eating list 22/07 28/07 --txt ~/dairy.txt
export to json
eating list 22/07 28/07 --json ~/dairy.json
to remove a meal, find the meals id (the number next to meal)
eating remove id
or remove the last added meal
eating remove last
if none of the commands above it will try and pass all args as a meal
eating chicken caesar salad 20 minutes ago 600cals!
by putting a '!' (exclamation mark) somewhere in the text will flag the meal as important useful for marking cheat meals, high glucose meals(for diabetics) and other things.
If you find a bug or have any problems create an github issue or email me at my github email. I will fix them.
n.b. I have only tested this on OS X
FAQs
eating. A natural language command line food diary.
The npm package eating receives a total of 1 weekly downloads. As such, eating popularity was classified as not popular.
We found that eating demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.