Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-18 00:18:39 +00:00
parent bda9e5a061
commit 0df0c010e8
101 changed files with 941 additions and 154 deletions

View File

@@ -24,14 +24,14 @@ source: https://github.com/tldr-pages/tldr.git
`echo "{{string}}" | boxes {{[-s|--size]}} {{10}}x{{5}}`
- Align the box text [h]orizonally (at [l]eft, [c]enter or [r]ight):
- Align the box text [h]orizonally (at [l]eft, [c]enter, or [r]ight):
`echo "{{string}}" | boxes {{[-a|--align]}} h{{l|c|r}}`
- Align the box text [v]ertically (at [t]op, [c]enter or [b]ottom):
- Align the box text [v]ertically (at [t]op, [c]enter, or [b]ottom):
`echo "{{string}}" | boxes {{[-a|--align]}} v{{t|c|b}}`
- [j]ustify the box text (at [l]eft, [c]enter or [r]ight):
- [j]ustify the box text (at [l]eft, [c]enter, or [r]ight):
`echo "{{string}}" | boxes {{[-a|--align]}} j{{l|c|r}}{{vt}}`