1 个不稳定版本

0.1.0 2024年6月23日

#1439命令行工具

MIT 许可证

22KB
485

nosh

命令行营养追踪器

用法

食物

# 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>

食谱

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

日记

# 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]

依赖

~9–22MB
~363K SLoC