This is a command line tool that deletes unused image files from markdown files.
- Install
npm i -g del-unused-image
-
Move to the file directory you want to operate on
-
excute this command
del-unused-image
Note: Images are moved to the recycle bin by default.
Thanks!