blob: 6dfb697188f4aabc4a220b915ba6e2e92bb622d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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) |
|