Closed athuld closed 3 years ago
It should be in 2 lines only right
Do following command ans give output
echo "${TERM}"
Check if your terminal supports ansi escapes.
Do following command ans give output
echo "${TERM}"
Check if your terminal supports ansi escapes.
@athuld Hmm, will push a fix soon.
@athuld Hmm, will push a fix soon.
The weird thing is that in a tmux session , the progress bar is absolutely fine
@athuld Well, the script tries to detect the terminal type, if a specified terminal is given, then progress bar is properly shown.
Your current terminal ( st ) is not handled, thus breaking the progress bar.
Oh okay got it....btw a great thanks for your script ..i've been searching for downloading gdrive folders efficiently for a while now and accidentally stumbled upon your repo... thanks a ton for the awesome work
Pushed the fix, update with gdl -u
and try again.