doccmd: Run commands (linters, formatters, etc.) against code blocks in documentation files
(adamtheturtle.github.io)
Thread
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)
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="mypy" README.md
```<p>^^ This picks out every Python code block in `...
Sudo flaw lets Linux users run commands as root even when they're restricted
(thehackernews.com)
I have been working on this project very long and I just wanted to share this project to get some feedback.
Run System Commands in Ruby – When to use which methods to run shell commands
(kirillshevch.medium.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 ...
Hi HN,<p>I just released a very simple AI Shell / 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...