day50-dev / day50-dev/streamdown
zsh function to wrap llm calls to always output stream with streamdown
Open
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!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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