lib/hitcher/command_runner.rb in Hitcher-0.1.1 vs lib/hitcher/command_runner.rb in Hitcher-0.1.2
- old
+ new
@@ -13,10 +13,10 @@
class TerminalNotDefined < StandardError; end
def run_in_new_terminal(cmd, &block)
term = Hitcher::Global.instance.config.terminal
if not_empty?(term)
- notice "Command to run in new terminal app: #{cmd}"
+ notice "\nCommand to run in new terminal app: #{cmd}\n\n"
#tf = Tempfile.new
#File.open(tf,"w") do |f|
# f.write "#!/bin/sh"
# f.write cmd
# f.write "read -p \"Any key\""