figbot

Results 138 comments of figbot

Hello @SeparateRecords, thank you very much for creating a Pull Request! Here is a small checklist to get this PR merged as quickly as possible: - [ ] Do all...

# Overview ## src/terragrunt.ts: ### Info: ## src/tgenv.ts: ### Info: **Script:** `tgenv list` **postProcess(function):** ```typescript function (out) { return out .trim() .split("\n") .map((tfversion) => { return { name: tfversion, description:...

Hello @yinchuandong, thank you very much for creating a Pull Request! Here is a small checklist to get this PR merged as quickly as possible: - [ ] Do all...

# Overview ## src/playwright.ts: ### Info: ## src/npx.ts: ### Info: ### Single Functions: **postProcess:** ```typescript function (out) { const cli = [...suggestions].reduce( (acc, { name }) => [...acc, name], []...

Hello @wladiston, thank you very much for creating a Pull Request! Here is a small checklist to get this PR merged as quickly as possible: - [ ] Do all...

# Overview ## src/kitty.ts: ### Info: ## src/bw.ts: ### Info: ## src/git-flow.ts: ### Info: ## src/op.ts: ### Info: ### Single Scripts: - `op account list --format json` ## src/just.ts: ###...

Hello @SeparateRecords, thank you very much for creating a Pull Request! Here is a small checklist to get this PR merged as quickly as possible: - [ ] Do all...

# Overview ## src/brew.ts: ### Info: **Script:** `brew services list | sed -e 's/ .*//' | tail -n +2` **postProcess(function):** ```typescript function (out) { return out .split("\n") .filter((line) => !line.includes("unbound"))...

Hello @ben5vik, thank you very much for creating a Pull Request! Here is a small checklist to get this PR merged as quickly as possible: - [ ] Do all...

# Overview ## src/yalc.ts: ### Info: ### Single Scripts: - `command find ~/.yalc/packages -maxdepth 4 -iname 'package.json'` - `command ls .yalc`