2 projects tagged "progress bar"
JavaScript Smooth Progress Bar is a JavaScript object that displays a progress bar that updates its size smoothly. The progress bar can appear with a size starting from zero to the full progress total value. When the progress is updated, the bar size is incremented pixel by pixel to give a smooth animation effect. It works totally independently, without any JavaScript libraries.
copymon provides file copying processes with a progress bar. Neither cp nor rsync provide means to monitor the copying process, nor a progress bar. copymon is a wrapper which performs a scan of the directory to be copied and collects information about the files to be copied. After that, it spawns the actual copying program (which can be cp, rsync, or tar) and monitors its progress. copymon can be easily enhanced to support more programs and can be extended to provided different types of progress bars.