79364073

Date: 2025-01-17 08:28:53
Score: 0.5
Natty:
Report link

You can get the last output line using tmux capture-pane.

Run: tmux capture-pane -pJ -E - | tail -n1

Add arguments to capture-pane to select the particular pane you want to capture. By default the current pane is queried.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: FliegendeWurst