logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Synchronize Files - Unison File Synchronization | Online Free DevTools by Hexmos

Synchronize files easily with Unison, a powerful bidirectional file synchronization tool. Keep your directories in sync across platforms. Free online tool, no registration required.

unison

Bidirectional file synchronisation tool. More information: https://github.com/bcpierce00/unison.

  • Sync two directories (creates log first time these two directories are synchronized):

unison {{path/to/directory_1}} {{path/to/directory_2}}

  • Automatically accept the (non-conflicting) defaults:

unison {{path/to/directory_1}} {{path/to/directory_2}} -auto

  • Ignore some files using a pattern:

unison {{path/to/directory_1}} {{path/to/directory_2}} -ignore {{pattern}}

  • View documentation:

unison -doc {{topics}}

See Also