| Crates.io | rename-obsidian-property |
| lib.rs | rename-obsidian-property |
| version | 0.1.1 |
| created_at | 2025-03-05 21:37:36.384189+00 |
| updated_at | 2025-03-05 21:42:06.412014+00 |
| description | A CLI utility for renaming properties in Obsidian notes |
| homepage | |
| repository | https://github.com/aarangop/obsidian-property-renamer |
| max_upload_size | |
| id | 1579811 |
| size | 64,026 |
A CLI utility for batch renaming properties in Obsidian markdown notes.
This is a small side project to learn rust, don't expect perfect code or any sort of support!
cargo install rename-obsidian-property
Usage: rename-obsidian-property [OPTIONS] <PROPERTY> <NEW_NAME>
Arguments:
<PROPERTY>
<NEW_NAME>
Options:
-p, --pattern <FILE_PATTERN>
-d, --dry-run
Run in dry-run mode (don't actually modify files)
-h, --help
Print help (see a summary with '-h')
-V, --version
Print version