https://github.com/laserattack/oblyzer
Scripts for working with Obsidian vault
https://github.com/laserattack/oblyzer
Last synced: 4 days ago
JSON representation
Scripts for working with Obsidian vault
- Host: GitHub
- URL: https://github.com/laserattack/oblyzer
- Owner: laserattack
- Created: 2025-11-22T16:23:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-22T19:07:43.000Z (7 months ago)
- Last Synced: 2026-06-13T13:34:54.818Z (4 days ago)
- Language: Perl
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oblyzer
**ob**sidian ana**lyzer**
some scripts for working with Obsidian vault
# obleaner
**ob**sidian c**leaner**
```
Usage:
obleaner.pl [--dry-run] [--pix | -p] [--empty | -e]
Options:
--dry-run Shows what would be done, but does not perform any actions
--pix, -p Delete all orphaned images
--empty, -e Delete all empty .md files
Examples:
obleaner.pl --dry-run -p /path/to/vault
obleaner.pl -p -e /path/to/vault
```
# deps
- Perl 5.10+