vcp copies files and directories in a curses interface.
vcp copies files and directories in a curses interface, with text only output available. Its options and output are similar to cp. It provides visual information about files copied and left to copy, amount of data written and to be writen, amount of data being written every second and two status bars representing the number of files copied and to copy.
vcp copies files and directories in a curses interface, with text only output available. Its options and output are similar to cp. It provides visual information about files copied and left to copy, amount of data written and to be writen, amount of data being written every second and two status bars representing the number of files copied and to copy.
To install vcp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install vcp
To see what files were installed by vcp, run:
port contents vcp
To later upgrade vcp, run:
sudo port selfupdate && sudo port upgrade vcp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.