You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue occurs when multiple download commands are executed and the file path is too long
Starting from the second or third command, the terminal width cannot be correctly matched
Usually, an extra 1-2 characters will force the output content to wrap
In addition, when this issue occurs, the terminal interface will flash
I have tried Windows terminal, Synology Docker terminal, QNAP Docker terminal,
whether executed locally or over SSH, using tmux or not, this issue occurs all the time
To Reproduce
tdl -d $TPATH dl -f $TPATH/result.json;tdl -d $TPATH dl -f $TPATH/result.json;tdl -d $TPATH dl -f $TPATH/result.json;
This issue occurs when the second or third command executed and the file path is too long
Describe the bug
This issue occurs when multiple download commands are executed and the file path is too long
Starting from the second or third command, the terminal width cannot be correctly matched
Usually, an extra 1-2 characters will force the output content to wrap
In addition, when this issue occurs, the terminal interface will flash
I have tried Windows terminal, Synology Docker terminal, QNAP Docker terminal,
whether executed locally or over SSH, using tmux or not, this issue occurs all the time
To Reproduce
tdl -d $TPATH dl -f $TPATH/result.json;tdl -d $TPATH dl -f $TPATH/result.json;tdl -d $TPATH dl -f $TPATH/result.json;
This issue occurs when the second or third command executed and the file path is too long
Expected behavior
please fix bug thank you!
Version
Version: 0.17.1
Commit: 7f4e543
Date: 2024-05-29T14:50:17Z
go1.21.10 windows/amd64
Which OS are you running tdl on?
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered: