🦞🌯 Lobster Roll

Thread

doccmd: Run commands (linters, formatters, etc.) against code blocks in documentation files (adamtheturtle.github.io)

Stories related to "doccmd: Run commands (linters, formatters, etc.) against code blocks in documentation files" across the full archive.

doccmd: Run commands (linters, formatters, etc.) against code blocks in documentation files (adamtheturtle.github.io)
Doccmd: Run commands (linters, formatters, etc.) against code blocks in documen (adamtheturtle.github.io)
Show HN: Doccmd – Run linters, formatters, etc. on code blocks in Markdown/rST (github.com)
I built doccmd (FOSS) to run `mypy`, `ruff`, `shellcheck`, and others against code blocks in my documentation.<p>It supports running arbitrary tools using simple commands such as:<p>``` doccmd --language=python --command=&quot;mypy&quot; README.md ```<p>^^ This picks out every Python code block in `...
entr(1) – run arbitrary commands when files change, uses kqueue(2) (entrproject.org)
How I slashed a SQL query runtime from 380 hours to 12 with two Unix commands (spinellis.gr)
Automatic Python Linters and Formatters for Arcanist (crondev.blog)
AsyncIO-powered python DSL for running commands locally, on docker, or over ssh (pitcrew.io)
Sudo Flaw Lets Linux Users Run Commands As Root Even When They're Restricted (thehackernews.com)
Sudo flaw lets Linux users run commands as root even when they&#39;re restricted (thehackernews.com)
Are formatters better than linters? (medium.com)
Run terminal commands on your machine/server using text messages (github.com)
I have been working on this project very long and I just wanted to share this project to get some feedback.
The Right Way to Run Shell Commands From Python (martinheinz.dev)
acme.sh runs arbitrary commands from a remote server (github.com)
Mason.nvim: package manager for Neovim: LSP&DAP servers, linters, and formatters (github.com)
Run System Commands in Ruby – When to use which methods to run shell commands (kirillshevch.medium.com)
Show HN: Viking v0.2 – Run commands and copy files over SSH in parallel (github.com)
Linux commands you should never run (and why) (zdnet.com)
Kubesafe: Never run Kubernetes commands on the wrong cluster again (github.com)
caddy-exec: Caddy module for running one-off commands (github.com)
Parallelrun: Simple tool for running multiple commands in parallel (github.com)
Run arbitrary commands when files change (github.com)
Letting Claude run bash commands and see their outputs (twitter.com)
Solo – A Laravel package to run multiple commands at once (github.com)
Show HN: Tuki – A GitOps tool for safely running one-off commands in production (github.com)
Tuki is a small, open-source utility that lets you run one-off commands in production through Git, bringing version control and code review to production scripts. I built it after accidentally dropping a production table due to a console typo<p>Key features: - Run scripts through Git PRs instead of ...
T-Mobile Engineers Spotted Hackers Running Commands on Routers (bloomberg.com)
Run DeepSeek R1 on Mac with Simple Commands (secondstate.io)
Do not run any Cargo commands on untrusted projects (shnatsel.medium.com)
Do not run any Cargo commands on untrusted projects (shnatsel.medium.com)
Rufl – run commands in parallel or sequentially (github.com)
Show HN: Use Natural Language to Run Terminal Commands (Ghost in the Shell) (github.com)
Hi HN,<p>I just released a very simple AI Shell &#x2F; CLI tool that lets you convert natural language directly into executable shell commands. Built with python to simplify terminal workflows and help you quickly run commands without memorizing syntax.<p>It has two main usage modes:<p>One-shot mode...