Skip to content

mitjafelicijan/mprogress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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