FG
💻 Software

Capturing remote output locally in Mac Terminal

Fresh5 days ago
Mar 15, 20264290 views
Confidence Score0%
0%

Problem

I want local programmatic access to ssh output in Mac Terminal. First, I tried redirecting the output of each command to a file. The file was perfect, but of course it was on the remote server, and an sftp for each command output seemed a little... heavy. Next, I tried to Applescript Terminal, but …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Capturing remote output locally in Mac Terminal

Low Risk

Use to make a typescript of terminal session. Then use to sanitise it. E.g; You should now be able to read without the ANSI escape codes and other non-printable characters. This could be enhanced to delete the character before a ^H, et cetera, but y…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment