Get the latest tech news
A CLI to quickly launch VSCode/cursor devcontainers
A CLI/TUI that simplifies launching VSCode projects, with a focus on dev containers - michidk/vscli
Read here about the journey of reverse engineering Microsoft's dev container CLI in order to make this. The detection algorithm determines which dev container config to launch. --command: Specify which editor command to use (e.g., "code", "code-insiders", "cursor")--behavior: Set the launch behavior ("detect", "force-container", "force-classic")--config: Override the path to the dev container config file Additional arguments can be passed to the editor executable by specifying them after--
Or read this on Hacker News