💭 charmbracelet/mods: AI on the command line ============================================ !https://github.com/charmbracelet/mods Date: January 26, 2024 GitHub - charmbracelet/mods: AI on the command line AI on the command line. Contribute to charmbracelet/mods development by creating an account on GitHub. GitHub · github.com [1] This is a pretty sweet interface into llms. I used it a bit with my son tonight while he was asking me for datapack ideas. ``` bash ❯ mods -f 'I am trying to have fun on my minecraft server and am creating a minecraft datapack send me some load.mcfuncions that will make it fun' ``` You can continue the conversation with a `-C` ``` bash ❯ mods -C -f 'I like where you are going with number 4, can you make it so that it runs when a player opens a door' ``` You can pass it some data ``` bash curl https://waylonwalker.com/thoughts-on-unit-tests/ | mods -f 'summarize this post' ``` !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://github.com/charmbracelet/mods [2]: /thoughts/ [3]: /tags/thoughts/