less than 1 minute read

Export man page

Sometimes when use of CLI tool it is very helpful to use man page . But in default mac terminal it is very useful when it comes to search specific terms.

Currently i found it useful to export as a separate file and use GUI to search terms.

man -t yourcommand | open -fa "Preview"
$ man -t youtube-dl | open -fa "Preview"