mdref
Markdown Reference finding and migration tool, written in Rust.
Processed 155 directories with 1561 files in just 1ms.
Basic Usage
Install & Update
Install prebuilt binaries via shell script:
|
Install prebuilt binaries via powershell script
Update mdref:
Basic command
- find 🔍:Find all markdown references in the specified directory.
- mv 🔥:Move file and update markdown references.
- rename 🔄:Rename file and update markdown references.
Todo
- Fix the case of link path with space.
- Preview mode of mv command.
- More tests.
- More documentations.
- Cargo-dist oranda homepage.
Acknowledge
- clap
- walkdir
- pathdiff
- regex
- rayon
- cargo-dist
Contributing
If you want to submit code to this repository, please first refer to CONTRIBUTING.
Thanks for your help!