gpgtar does not yet output progess indication. If can be partly done using
gpgtar --gpg-args --enable-progress-filer --status-fd N ....
but that is limited because gpg does not known the total size of data. However, gpgtar knows this because it first scans all files. The proposal is to emit progress status lines at the gpgtar site with information on the number of files processed and the their size. Frontends may then pick whatever they like.