https://github.com/darealshinji/vcp
cp command with ncurses gui (from FreeBSD ports sysutils/vcp)
https://github.com/darealshinji/vcp
Last synced: 7 months ago
JSON representation
cp command with ncurses gui (from FreeBSD ports sysutils/vcp)
- Host: GitHub
- URL: https://github.com/darealshinji/vcp
- Owner: darealshinji
- License: other
- Created: 2022-11-19T13:38:21.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T23:44:08.000Z (over 2 years ago)
- Last Synced: 2025-01-30T06:41:35.668Z (9 months ago)
- Language: C
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changelog
Awesome Lists containing this project
README
README
------For installation instructions see INSTALL.
vcp copies files and directories in a curses interface, with text only
output available. its options and output are similar to BSD's cp while
adding some new features.
It provides information on:
- files copied and left to copy
- data written and total data size
- data being written every second
- two status bars, one showing current file status, the other total status
(except with 1 file, both show current), and percentage
when output is sent to the console:
- a status bar
- size copied and speedThe config file (vcp.conf.sample) supports a few options,
- color
- screen state
- default flags
- read bufer size
vcp checks the following files in order:
1. /etc/vcp.conf
2. ~/.vcp
options are overwritten as they are read.WWW:
http://members.iinet.net.au/~lynx/vcp- Daniel
sisko@bsdmail.com