1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
**_mdref_** Fast Markdown file reference finding and migration tool, written in Rust. # Basic Usage ## Install & Update Install prebuilt binaries via shell script: ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/studentweis/mdref/releases/download/0.1.1/mdref-installer.sh | sh ``` Install prebuilt binaries via powershell script ```sh powershell -ExecutionPolicy Bypass -c "irm https://github.com/studentweis/mdref/releases/download/0.1.1/mdref-installer.ps1 | iex" ``` Update mdref: ```sh mdref-update ``` ## Basic command - find:🔥 - mv:🚧 # Acknowledge - clap - walkdir