https://github.com/engageintellect/obsidian-sync
A simple script to keep obsidian synced between devices.
https://github.com/engageintellect/obsidian-sync
Last synced: 20 days ago
JSON representation
A simple script to keep obsidian synced between devices.
- Host: GitHub
- URL: https://github.com/engageintellect/obsidian-sync
- Owner: engageintellect
- Created: 2025-02-04T01:29:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T01:30:18.000Z (over 1 year ago)
- Last Synced: 2025-10-13T14:35:18.235Z (10 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Obsidian Sync
1. Edit `obsidian-sync.sh` to your needs, make it executed, and put it somewhere that makes sense.
2. Edit `com.obsidian-sync.plist` to your needs and put it in /Library//LaunchAgents.
3. Run the service
```
launchctl load ~/Library/LaunchAgents/com.obsidian.sync.plist
```
4. Verify that the job is running:
```
launchctl list | grep obsidian
```
# obsidian-sync