Add a method for running a command through a pager
Closed this issue · 1 comments
postmodern commented
Add a method which essentially pipes a command through the pager command.
system("#{command} | #{@pager_command}")
postmodern commented
Implemented in c6b8ea4.