https://github.com/ghaztools/obsidianfileretrieversvc
https://github.com/ghaztools/obsidianfileretrieversvc
mypy obsidian pylint python sanic
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghaztools/obsidianfileretrieversvc
- Owner: GhazTools
- Created: 2024-06-18T23:07:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T21:28:18.000Z (almost 2 years ago)
- Last Synced: 2025-02-22T23:15:20.752Z (over 1 year ago)
- Topics: mypy, obsidian, pylint, python, sanic
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ObsidianFileRetrieverSvc
Make sure to setup a cron task to update your local repo
Add the following line to your cron file using `crontab -e`
0 * * * * cd /path/to/your/vault && git pull > /dev/null 2>&1
then do `crontab -l` to verify