Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-12 00:21:51 +00:00
parent f3773777cf
commit 2c1898f6e4
71 changed files with 121 additions and 92 deletions

View File

@@ -5,10 +5,10 @@ source: https://github.com/tldr-pages/tldr.git
---
# rlwrap
> Add line editing, persistent history and prompt completion to a REPL command.
> Add line editing, persistent history, and prompt completion to a REPL command.
> More information: <https://manned.org/rlwrap>.
- Run a REPL command with line editing, persistent history and prompt completion:
- Run a REPL command with line editing, persistent history, and prompt completion:
`rlwrap {{command}}`
@@ -24,6 +24,6 @@ source: https://github.com/tldr-pages/tldr.git
`rlwrap {{[-c|--complete-filenames]}} {{command}}`
- Add coloured prompts, use colour name, or an ASCI-conformant colour specification. Use an uppercase colour name for bold styling:
- Add coloured prompts, use colour name or an ANSI-conformant colour specification. Use an uppercase colour name for bold styling:
`rlwrap {{[-p|--prompt-colour=]}}{{black|red|green|yellow|blue|cyan|purple|white|colour_spec}} {{command}}`