akshat1/video-hoarder

Improve youtube-dl output presentation

akshat1 opened this issue · 1 comments

Currently, the youtube-dl output quickly extends out of the user's view. Perhaps we should

  1. display the output in a reverse sort
  2. or alternatively, scroll the output container to keep the latest output in view.

For option 2, we would need to account for letting users read something without the UI forcibly scrolling to the end (effectively, we would need to replicate the behavior of the command terminal on an OS like MacOS or KDE).

In the rewritten version of the app, there is no live presentation of youtube-dl output. Going to close this one.