8000 GitHub - rcorre/nosh: CLI nutrition tracker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rcorre/nosh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nosh

A CLI nutrition tracker.

Usage

Foods

# Search for a food online, and add it to nosh's database.
nosh food search <term...>

# Edit a food in your editor.
# If key doesn't exist, it is created.
# This can be used to manually add foods.
nosh food edit <key>

# View a food in the terminal.
nosh food show <key>

Journals

# Add a serving of a food or to today's journal
nosh eat <food> [serving]

# Show all food consumed on a day.
nosh journal show [day]

# Edit the journal for the given day in your editor.
nosh journal edit [day]

About

CLI nutrition tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0