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

https://github.com/akryum/mincopy

a CLI that synchronizes two folders with minimal writes
https://github.com/akryum/mincopy

Last synced: over 1 year ago
JSON representation

a CLI that synchronizes two folders with minimal writes

Awesome Lists containing this project

README

          

# mincopy

Synchronize and watch folder, with minimal write operations (by comparing file contents). Useful if a watcher is monitoring the destination folder.

Installation:

```
pnpm i -g mincopy
```

Usage:

```
mincopy some/source/folder a/destination/directory --exclude "**/node_modules/**"
```