Skip to content

update-man-page #30

Merged
merged 1 commit into from
Jan 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
31 changes: 30 additions & 1 deletion xdu.man
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,31 @@ goto the root.
.B q
(or Escape)
exit the program.
.TP
.B p
print to ps-file
.TP
.B v
print to svg-file
.TP
.B u
go up one child
.TP
.B d
go down one child
.SH MOUSE COMMANDS
.TP
.B Left
goto node (goto parent if leftmost box)
.TP
.B Middle
print path to clicked node
.TP
.B Right
go back to root
.TP
.B DblRight
quit
.SH ACTIONS
All mouse and keyboard events trigger actions so they can all
be rebound by translations to suit the individual. The action
Expand Down Expand Up @@ -199,6 +224,10 @@ this.
.SH "SEE ALSO"
du(1)
.SH AUTHOR
Phillip C. Dykstra
Phillip C. Dykstra ( -2021)
.br
<phil@arl.army.mil>
.br
Niclas Hofmann (2021- )
.br
<niclas@molgen.mpg.de>