💻 Software
How to pipe output of certain commands to a pager with zsh?
Fresh5 days ago
Mar 15, 20261027 viewsConfidence Score0%
0%
Problem
I am frequently working with subversion in console using its client . One of common tasks is viewing ; however its output is usually pretty massive despite of option. I would like to pipe the output to my (which is to be exact), just like does. I wonder if this can be achieved with advanced complet…
Error Output
svn log path1 path2 path3<Enter>
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to pipe output of certain commands to a pager with zsh?
Low Risk
You can do this with a shell function. Just put this in your . I've tested that with and , but it should work the same with and . The options to tell it to quit if the entire file fits on the first screen and not to switch to the alternate screen. T…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix