pipeline show: use pager instead of rendering ourselves #2807
Labels
enhancement
Enhances DVC
p2-medium
Medium priority, should be done, but less important
ui
user interface / interaction
After many discussions #2420 #2768 about why our --ascii rendering is bad, I've finally remembered 🤦♂ that I should probably check how git does it and, lo and behold, git does use
less
https://github.com/git/git/blob/v2.24.0/pager.c#L8 or whatever is configured to show you things likegit log
instead of rendering it by itself using ncurses. We should do the same.The text was updated successfully, but these errors were encountered: