Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 581 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 581 Bytes

Tiny utility that displays progress bar in terminal

Displays progress bar in terminal. It can be used as a standalone program so you can put it in /usr/bin. The name is stupid like that because of the potential name conflicts.

Compilation and usage

# Compile
make
# Show help
./progress -h
./progress --help
# Show progress bar
./progress_bar 100 200
echo 100 200 | ./progress_bar

Insallation

[sudo] make install

Usage