LinuxDir2HTML
LinuxDir2HTML copied to clipboard
feat: Add progress tracking with tqdm to LinuxDir2HTML
- Integrated
tqdmlibrary to display a progress bar while indexing directories and files. - The progress bar shows the current progress and estimated remaining time for completion.
- Updated
generateDirArrayfunction to include progress updates.