Hi Giuseppe,
I have written a BaseX script (which applies a few functions to files in a directory), which I run at the command line. Is there a "trick" to get a progress bar for that (other than calling BaseX from a different programming language having some progress bar library)? Thanks.
If you run your script on command line, I guess you’d want to have the
progress bar rendering on command line as well, right?
I would probably include some prof:dump or fn:trace calls in the code
(the output cannot cope with a real progress bar, though).
Cheers,
Christian