Launched back in December as part of the 12 days of shipmas.
27.07.2025 00:36 — 👍 0 🔁 0 💬 1 📌 0@amjith.bsky.social
Creator of dbcli.com. Love CLI tools. Pythonista. இந்தியன்.
Launched back in December as part of the 12 days of shipmas.
27.07.2025 00:36 — 👍 0 🔁 0 💬 1 📌 0Just discovered litecli (https://github.com/dbcli/litecli), it feels like a big improvement over the default SQLite REPL (autocompletion! support for multiline queries! syntax highlighting!)
07.11.2024 14:39 — 👍 2 🔁 4 💬 0 📌 0New project lead for mycli. Roland Walker is taking the reins of leading mycli.
www.mycli.net/new-project-...
“My account remains and I may return when the Nazis leave”
Absolute banger of a response 👏
Awesome! Could you please schedule my slot after 2:30pm? I have to pick up my kid from school. I'll be back around 2:25pm and able to join the office hours at 2:30.
31.01.2025 00:56 — 👍 1 🔁 0 💬 1 📌 0@simonwillison.net and @alexgarcia.xyz I'd love to do a lightning talk to show how llm tool is used in LiteCLI to help with writing SQL queries. I filled out the google form to enroll in the office hours. I haven't heard back from you folks.
31.01.2025 00:01 — 👍 2 🔁 0 💬 1 📌 0The LLM feature in LiteCLI can plug in any model (including local models). Details: amjith.com/blog/2025/ll...
29.01.2025 16:02 — 👍 1 🔁 0 💬 0 📌 0Latest litecli release with a new LLM feature. Ask questions about your DB and get a SQL query from an LLM to answer.
amjith.com/blog/2025/ll...
@simonwillison.net Any chance I could get you to merge this very small PR to your llm tool?
github.com/simonw/llm/p...
Tests are passing and I'm happy to address any feedback you have.
Figured out how to autocomplete subcommands in a click based CLI.
amjith.com/blog/2025/au...
This is an intermediate step to embedding @simonwillison.net's llm tool in litecli to use LLMs to write SQL queries.
TIL: How to restart a Python CLI from within the CLI.
amjith.com/blog/2025/re...
@simonwillison.net How are you able to cross post your messages between twitter, bluesky and mastadon?
05.01.2025 00:01 — 👍 1 🔁 0 💬 1 📌 0Fixed the CI failure. The PR is now ready for review.
github.com/simonw/llm/p...
Excellent! The PR I opened does just that. I'm trying to figure out how to fix that one pesky CI failure. I can't seem to figure out why it is failing. github.com/simonw/llm/a...
29.12.2024 19:40 — 👍 0 🔁 0 💬 1 📌 0I realize there is `llm models default` which tells you (and lets you change) the current default. But I thought listing the default model in the top level sub-command would be a nice UX improvement. github.com/simonw/llm/p...
29.12.2024 19:22 — 👍 2 🔁 0 💬 1 📌 0@simonwillison.net Thoughts about listing the default model when invoking `llm models`?
Kinda like:
```
$ llm models
Default: gpt-4o
OpenAI Chat: gpt-4o (aliases: 4o)
OpenAI Chat: gpt-4o-mini (aliases: 4o-mini)
```
What does it mean when you say the affinity is greater? How does that affect performance?
28.12.2024 14:56 — 👍 0 🔁 0 💬 1 📌 0I’ve seen you type code during your talks. For the rest of us mere mortals who type slightly less than the speed of light it is quite useful. 😆
24.12.2024 23:43 — 👍 1 🔁 0 💬 1 📌 0Introducing LLMs to LiteCLI.
amjith.com/blog/2024/in...
Ask questions to your database and get back a SQL query to answer that question.
Goodbye, Netflix.
amjith.com/blog/2024/go...
American fascism. Bend the knee.
Makes you just want to vomit.
Experimenting with adding LLM support to litecli. Heavily inspired by
@simonwillison.net's sqlite-utils-ask plugin.
This quote from @antirez 's blog post is absolute chef kiss.
"great use of AI is not making machines do what you can do better."
https://antirez.com/news/144
My initial thoughts and config with screenshots.
amjith.com/blog/2024/gh...
I got early access to ghostty terminal. I verified my CLI tools dbcli.com works in them. It looks slick.
29.11.2024 01:54 — 👍 2 🔁 0 💬 1 📌 0I make CLI tools using Python. Check them out on www.dbcli.com
All free and OpenSource (BSD licensed).