day50-dev / day50-dev/streamdown

zsh function to wrap llm calls to always output stream with streamdown

Open
#11 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
360
Forks
12
PR merge metrics
No merged PRs in 30d

Description

love this! really goes well with @simonw's llm

I added this to my .zshrc config file so i can always pipe llm calls with it now

function llm() {
  command llm "$@" | streamdown
}

might be a good idea to add to llm related tools docs!

https://llm.datasette.io/en/stable/related-tools.html

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the related-tools page at https://llm.datasette.io/en/stable/related-tools.html and confirm where integrations are documented. Add the provided zsh wrapper example for piping llm output through streamdown, then verify that the page clearly explains the setup and usage.

Written by the indexing model from the issue text.

Assessment

Tech stack
zsh
Domain
cli, documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.