cp-p icon indicating copy to clipboard operation
cp-p copied to clipboard

cp (and mv), with progress

  • cp-p: Unix cp (and mv), with progress As the title says... cp and mv that shows progress.

** How does it look like? Something like this #+BEGIN_SRC fundamental $ cp-p foo bar 44% (302.99 MiB/684.51 MiB, 60.60 MiB/s, ETA: 6.3s) foo to bar #+END_SRC

** Installation #+begin_src shell sudo make install #+end_src

** Usage with ~lf~ Add the following to ~/.config/lf/lfrc #+begin_src fundamental cmd paste $cp-p --lf-paste $id #+end_src

** License GPL3