Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
pfr-dev opened this issue May 14, 2021 · 1 comment
Closed

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

pfr-dev opened this issue May 14, 2021 · 1 comment
Labels
Feature proposal New feature or request

Comments

@pfr-dev
Copy link

pfr-dev commented May 14, 2021

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

@pfr-dev pfr-dev added the Bug Something isn't working label May 14, 2021
@pfr-dev pfr-dev changed the title [Feature proposal] [Feature proposal] Add CP + MV + RM May 14, 2021
@pfr-dev pfr-dev changed the title [Feature proposal] Add CP + MV + RM [Feature proposal] Add cp + mv + rm May 14, 2021
@jszczerbinsky jszczerbinsky added Feature proposal New feature or request and removed Bug Something isn't working labels May 14, 2021
@jszczerbinsky
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature proposal New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants