postmodern/command_kit.rb

Add a method for running a command through a pager

Closed this issue · 1 comments

Add a method which essentially pipes a command through the pager command.

system("#{command} | #{@pager_command}")

Implemented in c6b8ea4.