https://github.com/refi64/fcp
An ultra-fast, multi-threaded file copy utility
https://github.com/refi64/fcp
Last synced: about 1 year ago
JSON representation
An ultra-fast, multi-threaded file copy utility
- Host: GitHub
- URL: https://github.com/refi64/fcp
- Owner: refi64
- License: mit
- Created: 2015-04-19T02:59:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T18:20:05.000Z (almost 11 years ago)
- Last Synced: 2025-03-25T05:06:48.419Z (about 1 year ago)
- Language: Nimrod
- Size: 137 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
fcp
===
An ultra-fast, multi-threaded file-copy utility written in `Nim `_. fcp excels in moving directories with a large number of moderately-sized or large files.
Building
********
If you have `Nimble `_ installed::
$ nimble install
Otherwise::
$ nim c fcp
Usage
*****
::
fcp []
TODO
****
- Test on Windows.