Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-23 00:19:46 +00:00
parent 0cc7cfe867
commit 058ce19122
64 changed files with 437 additions and 86 deletions

View File

@@ -18,8 +18,8 @@ source: https://github.com/tldr-pages/tldr.git
- Find and replace in a specific file (output stream: `stdout`):
`sd {{[-p|--preview]}} {{'window.fetch'}} {{'fetch'}} {{path/to/file.js}}`
`sd {{[-p|--preview]}} '{{window.fetch}}' '{{fetch}}' {{path/to/file.js}}`
- Find and replace in all files in the current project (output stream: `stdout`):
`sd {{'from "react"'}} {{'from "preact"'}} "$(find . -type f)"`
`sd '{{from "react"}}' '{{from "preact"}}' "$(find . -type f)"`