Skip to content

history list

atuin history list

ArgDescription
--cwd/-cThe directory to list history for (default: all dirs)
--session/-sEnable listing history for the current session only (default: false)
--humanUse human-readable formatting for the timestamp and duration (default: false)
--cmd-onlyShow only the text of the command (default: false)
--reverseReverse the order of the output (default: false)
--formatSpecify the formatting of a command (see below)
--print0Terminate the output with a null, for better multiline support

Format

Customize the output of history list

Example

atuin history list --format "{time} - {duration} - {command}"

Supported variables

{command}, {directory}, {duration}, {user}, {host} and {time}