2021-04-25 11:21:52 -06:00
|
|
|
# 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) |
|
2023-01-11 14:36:51 -07:00
|
|
|
| `--human` | Use human-readable formatting for the timestamp and duration (default: false) |
|
|
|
|
| `--cmd-only` | Show only the text of the command (default: false) |
|