An open API service indexing awesome lists of open source software.

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

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.