Xfennec / progress

Linux tool to show progress for cp, mv, dd, ... (formerly known as cv)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature] shell completion

Freed-Wu opened this issue · comments

commented

How about add shell completions for bash/zsh/fish/posh/etc? Thanks!

❯ progress -<TAB>
option
-a                       add additional command to default command list
--additional-command     add additional command to default command list
-c                       monitor only this command name (ex- firefox)
--command                monitor only this command name (ex- firefox)
--debug                  shows all warning/error messages
...