Markdown for the footnote link1:
Markdown for the footnote link<sup id="a1">[1](#f1)</sup>:1 This is the footnote markdown:↩
<b id="f1">1</b> This is the footnote markdown:[↩](#a1)| #!/bin/zsh | |
| # Function to convert natural language queries into Unix commands using Ollama's API | |
| # Usage: t2c list files in current folder | |
| # Requirements: curl, jq, and Ollama running locally on port 11434 | |
| # Remember to run the command: source t2c.zsh | |
| # in order for the command t2c to be available in your current shell session | |
| t2c() { |