diff options
| author | Dieter Eickstaedt <eickstaedt@deicon.de> | 2023-10-04 20:13:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-04 18:13:29 +0000 |
| commit | f25681d8b1acb49758e1c884e7a11a68df1d4a11 (patch) | |
| tree | 8f26808dd387957aab659eda658b9bb3c944e0c2 /docs | |
| parent | A man is not dead while his name is still spoken (#1280) (diff) | |
| download | atuin-f25681d8b1acb49758e1c884e7a11a68df1d4a11.zip | |
Fix/1207 deleted entries shown in interactive search (#1272)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/commands/list.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/docs/commands/list.md b/docs/docs/commands/list.md index 4d4f2a97..cd41f690 100644 --- a/docs/docs/commands/list.md +++ b/docs/docs/commands/list.md @@ -6,13 +6,15 @@ title: Listing History | Arg | Description | -| ---------------- | ----------------------------------------------------------------------------- | +|------------------|-------------------------------------------------------------------------------| | `--cwd`/`-c` | The directory to list history for (default: all dirs) | | `--session`/`-s` | Enable listing history for the current session only (default: false) | | `--human` | Use human-readable formatting for the timestamp and duration (default: false) | | `--cmd-only` | Show only the text of the command (default: false) | | `--reverse` | Reverse the order of the output (default: false) | | `--format` | Specify the formatting of a command (see below) | +| `--print0` | Terminate the output with a null, for better multiline support | + ## Format |
