Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 817 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 817 Bytes

sync-status-cli Node.js CI CodeQL

Make a diff between two directories (source & target) and list all files missing in the target.

  • source is the directory used as reference
  • target is the directory where the files must be copied

Install

npm install --global @haroun/sync-status-cli

If you don't want to install the package globally, you can use npx instead

npx @haroun/sync-status-cli

Usage

$ sync-status --help

  Usage
    $ sync-status <source> <target>

  Examples
    $ sync-status ./source ./target
    ._DSCF2125.RAF
    ._DSCF2126.RAF

License

MIT © Harouna Traore