Online text to diagram tools
https://xosh.org/text-to-diagram/
A comprehensive list of various text to diagram tools
I love a good curated list. Next time I need to create a diagram, I’m going to look here.
https://xosh.org/text-to-diagram/
A comprehensive list of various text to diagram tools
[via] Changing default encoding of Python? - StackOverflow
llm llm logs -n 1 | Out-File response.txt
$env:PYTHONIOENCODING = 'utf8'
llm plugins | ConvertFrom-Json | % { llm install -U $_.name }
dotnet nuget why - command reference
dotnet nuget why <PROJECT|SOLUTION> <PACKAGE>
david-jarman/llm-templates: LLM templates to share
files-to-prompt -c -e cs -e md -e csproj --ignore "bin*" --ignore "obj*" /path/to/code /path/to/samples /path/to/doc.md | llm -t gh:david-jarman/update-docs
llm -t gh:david-jarman/update-docs -m gemini-2.5-pro-exp-03-25
MarkItDown is a lightweight Python utility for converting various files to Markdown for use with LLMs and related text analysis pipelines.
shot-scraper html https://learn.microsoft.com/en-us/azure/devops/boards/queries/wiql-syntax | markitdown > wiql.md
echo "<html>$(shot-scraper html https://learn.microsoft.com/en-us/azure/devops/boards/queries/wiql-syntax -s .content)</html>" | markitdown -o wiql.md