Tag: terminal
-
Simon Willison’s Weblog: Ask questions of SQLite databases and CSV/JSON files in your terminal
Source URL: https://simonwillison.net/2024/Nov/25/ask-questions-of-sqlite/#atom-everything Source: Simon Willison’s Weblog Title: Ask questions of SQLite databases and CSV/JSON files in your terminal Feedly Summary: I built a new plugin for my sqlite-utils CLI tool that lets you ask human-language questions directly of SQLite databases and CSV/JSON files on your computer. It’s called sqlite-utils-ask. Here’s how you install it:…
-
Simon Willison’s Weblog: open-interpreter
Source URL: https://simonwillison.net/2024/Nov/24/open-interpreter/#atom-everything Source: Simon Willison’s Weblog Title: open-interpreter Feedly Summary: open-interpreter This “natural language interface for computers" project has been around for a while, but today I finally got around to trying it out. Here’s how I ran it (without first installing anything) using uv: uvx –from open-interpreter interpreter The default mode asks you…