https://github.com/pascalcorpsman/copycommander2
Queued copying tool, with ability to sync folders
https://github.com/pascalcorpsman/copycommander2
file-copy freepascal lazarus opensource queued-jobs
Last synced: 25 days ago
JSON representation
Queued copying tool, with ability to sync folders
- Host: GitHub
- URL: https://github.com/pascalcorpsman/copycommander2
- Owner: PascalCorpsman
- License: other
- Created: 2022-02-16T16:51:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T07:13:12.000Z (3 months ago)
- Last Synced: 2026-01-12T17:18:57.757Z (3 months ago)
- Topics: file-copy, freepascal, lazarus, opensource, queued-jobs
- Language: Pascal
- Homepage:
- Size: 894 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
CopyCommander is a tool for windows/linux to use queued file-copy/moves from one to another directory. It also allows two different synchronizings of files over two directories (diff viewer, sync).

A manual can be found [here](src/how_to_use.md).
## What needs to be done to compile CopyCommander2
To be able to compile the code you need the [Lazarus-IDE](https://www.lazarus-ide.org)
Inside Lazarus you need to install the following packages:
- L-Net from [almindor](https://github.com/almindor/lnet) or [PascalCorpsman](https://github.com/PascalCorpsman/lnet) use the online Packagemanager to install (recomended to use the PascalCorpsman version)
## Direct download link
If you do not have Lazarus you can directly download the latest release from [here](https://github.com/PascalCorpsman/CopyCommander2/releases/latest).
> Linux users may to chmod +x the executable.