mirror of
https://github.com/atuinsh/atuin.git
synced 2025-01-06 14:30:51 +01:00
13 lines
641 B
Markdown
13 lines
641 B
Markdown
# Listing history
|
|
|
|
```
|
|
atuin history list
|
|
```
|
|
|
|
| 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) |
|