jszczerbinsky / ptSh

Visually customizable shell utils
MIT License
534 stars 19 forks source link

[Feature proposal] Add cp + mv + rm #29

Closed pfr-dev closed 3 years ago

pfr-dev commented 3 years ago

I would love for you to add cp & mv and rm to the options. Specifically, it would be nice to have a progress bar for large file transfers with these options, much like in advcpmv

jszczerbinsky commented 3 years ago

It's very hard to create something like progress bar from output of running command in bash. I have plan to replace bash scripts with C programs, that will be as powerful as standard coreutils commands, but their output will be a lot prettier and customizable. I mean - create programs, that will produce colorful and customizable output, instead of running command from shell script and then customizing it's output.

I have plans to add progress bar to ptcp ptmv and ptrm