in-toto-run, pueue-add, x8, ippeveps, pasuspender, screenkey: fix nested placeholders (#17255)

This commit is contained in:
Managor
2025-07-18 18:32:46 +03:00
committed by GitHub
parent 7e63a07f57
commit 179b7c5124
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -17,4 +17,4 @@
- Scan the image using Trivy and generate link file:
`in-toto-run {{[-n|--step-name]}} {{scan}} -k {{key_file}} {{[-p|--products]}} {{report.json}} -- {{/bin/sh -c "trivy {{[-o|--output]}} report.json {{[-f|--format]}} json <IMAGE>"}}`
`in-toto-run {{[-n|--step-name]}} {{scan}} -k {{key_file}} {{[-p|--products]}} {{report.json}} -- {{/bin/sh -c "trivy --output report.json --format json <IMAGE>"}}`
+1 -1
View File
@@ -11,4 +11,4 @@
- Print a file from `stdin` to `stdout`:
`{{wget {{[-O|--output-document]}} - https://example.com/file}} | ippeveps`
`{{wget --output-document - https://example.com/file}} | ippeveps`
+1 -1
View File
@@ -13,7 +13,7 @@
- Add a command but do not start it if it's the first in a queue:
`pueue add {{[-s|--stashed]}} -- {{rsync {{[-a|--archive]}} {{[-z|--compress]}} /local/directory /remote/directory}}`
`pueue add {{[-s|--stashed]}} -- {{rsync --archive --compress /local/directory /remote/directory}}`
- Add a command to a group and start it immediately, see `pueue group` to manage groups:
+1 -1
View File
@@ -13,7 +13,7 @@
- Send parameters via POST body with JSON format:
`x8 {{[-u|--url]}} {{https://example.com/}} {{[-X|--method]}} {{POST}} {{[-b|--body]}} {{'{"x":{%s}}'}} {{[-w|--wordlist]}} {{path/to/wordlist.txt}}`
`x8 {{[-u|--url]}} {{https://example.com/}} {{[-X|--method]}} {{POST}} {{[-b|--body]}} {{'{"x":{%s\}\}'}} {{[-w|--wordlist]}} {{path/to/wordlist.txt}}`
- Check parameters with a custom template (`%k` for key, `%v` for value):
+1 -1
View File
@@ -5,4 +5,4 @@
- Suspend PulseAudio while running `jackd`:
`pasuspender -- {{jackd {{[-d|--driver]}} alsa {{[-d|--device]}} hw:0}}`
`pasuspender -- {{jackd --driver alsa --device hw:0}}`
+1 -1
View File
@@ -29,4 +29,4 @@
- Drag and select a window on screen to display screenkey:
`screenkey {{[-p|--position]}} fixed {{[-g|--geometry]}} {{$(slop {{[-n|--nodecorations]}} {{[-f|--format]}} '%g')}}`
`screenkey {{[-p|--position]}} fixed {{[-g|--geometry]}} {{$(slop --nodecorations --format '%g')}}`