Skip to content

haroun/sync-status-cli

Repository files navigation

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

About

Make a diff between two directories and list all missing files

Resources

License

Stars

Watchers

Forks

Packages

No packages published