Method: RubyCurses::TextView#pipe_file

Defined in:
lib/rbcurse/core/widgets/rtextview.rb

#pipe_fileObject



665
666
667
668
669
670
671
# File 'lib/rbcurse/core/widgets/rtextview.rb', line 665

def pipe_file
  # TODO ask process name from user
  output = pipe_output 'munpack', @list
  if output && !output.empty?
    set_content output
  end
end