initial checkin
[zsh-lovers.git] / zsh_people / bruno_bonfils / misc / zshist.1
1 .TH ZSHIST 1
2 .SH ZSHIST
3 zshist \- read .zsh_history file
4 .SH SYNOPSIS
5 .B zshist
6 .I [filename]
7 .SH DESCRIPTION
8 .BR zshist
9 will parse 
10 .I filename
11 (expecting it to be .zsh_history file with EXTENDED_HISTORY 
12 option set on)
13 and convert timestamps to
14 readable format. As a bonus, it will colourise the output.
15
16 If 
17 .I filename
18 is a directory,
19 .BR zshist
20 will append .zsh_history to it and try to parse that file.
21
22 If no filename is given, it will read ~/.zsh_history
23
24 .SH SEE ALSO
25 .BR zsh "(1)
26 .SH AUTHOR
27 Written by Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk>