Skip to content

Commit

Permalink
Update example in manual
Browse files Browse the repository at this point in the history
Replace example with a more portable but equally useful one. Proposed by
Jenz Guenther in PR #253.
  • Loading branch information
mptre committed Oct 1, 2017
1 parent bdc6a26 commit ad57355
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pick.1
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,9 @@ Select a file in the current directory to open using
.Pp
.Dl $ find -type f | pick | xargs xdg-open
.Pp
Select a man page to display with
.Xr man 1 :
Select a command from the history to execute:
.Pp
.Dl $ apropos -l . | fltr | pick -do | tac | xargs man
.Dl $ $(fc -ln 1 | pick)
.Sh DIAGNOSTICS
.Ex -std
.Sh HISTORY
Expand Down

0 comments on commit ad57355

Please sign in to comment.