nosh

Crates.ionosh
lib.rsnosh
version0.1.0
sourcesrc
created_at2024-06-23 20:34:20.47752
updated_at2024-06-23 20:34:20.47752
descriptionCLI nutrition tracker
homepagehttps://codeberg.org/rrc/nosh
repositoryhttps://codeberg.org/rrc/nosh
max_upload_size
id1281417
size77,942
Ryan Roden-Corrent (rcorre)

documentation

README

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/recipe/journal 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/recipe/journal in the terminal.
nosh food show <key>

Recipes

nosh recipe show <key>
nosh recipe edit <key>

Journals

# Add a serving of a food or recipe to today's journal
nosh eat <food|recipe> [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]
Commit count: 0

cargo fmt