Skip to content

lepisma/fish-progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

fish-progress

Simple progress bar for the fish shell.

Installation

Install using fisher lepisma/fish-progress.

Usage

# Doing print_progress $total $current_count prints a single state
print_progress 100 34
::   34 / 100 ███████████████████████——————————————————————————————————————————————
# Using a carriage return to refresh the bar
for i in (seq 1 100)
    sleep 1
    print_progress 100 $i
    echo -ne "\r"
end

About

Simple progress bar for the fish shell

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages