An open API service indexing awesome lists of open source software.

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

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+