Skip to content

πŸ§‘β€πŸ³ cli for writing, generating, and saving recipes

Notifications You must be signed in to change notification settings

tylersayshi/cookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

cookup πŸ§‘β€πŸ³

A little tool for building my cookbook.

visual gif of cookup showing features listed below

Setup

Set an open ai api key as $OPENAI_API_KEY: https://platform.openai.com/docs/quickstart

$ cargo build --release
$ ln -sF ./target/release/cookup ~/bin/cookup # ~/bin will need to exist in $PATH
$ cookup

How it works

This is using typescript for storing the cookbook to make it easy to edit. I use swc.rs to parse the cookbook.

I built this for myself and personally really enjoy editing/reading the cookbook in the typescript file in my editor. Playing with swc in rust was fun too!

What it does

  • Helps with generating recipes and new recipe ideas
  • Parses and saves generated recipes
  • Supports authoring new recipes with your terminal $EDITOR
  • Displays existing recipes in the terminal for reference

About

πŸ§‘β€πŸ³ cli for writing, generating, and saving recipes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published