https://github.com/bulletinmybeard/obsidian-plugin-dev-sync
This Bash script helps synchronize local Obsidian plugins.
It leverages rsync
for the transfer, including the ability to handle deletions, and fswatch
to monitor the files and directories for changes.
The script will synchronize all Obsidian-related and mandatory main.js
and manifest.json
files required for the plugin to be enabled and executed in both Obsidian's native and mobile versions (iCloud!).
- Ensure that
rsync
andfswatch
are installed on your system.