Crate nmuidi

source ·
Expand description

Deletes stuff, hopefully quickly

§Installation

§Benchmarks

  • This video benchmarks several popular suggestions for deleting files quickly on Windows and compares them to nmuidi.

§How to use

§As a command-line tool

  • You can download using the link above. The easiest way to use it in Windows is to make a folder (something like C:\bin)
  • Add that folder to your path
  • Then add nmuidi.exe file you downloaded to that folder and restart any terminals you have open

Then you can run nmuidi /path/to/some/dir and you should see some output like the following:

→ ~\repos\nmuidi [main ≡ +0 ~1 -0 !]› nmuidi test
Cleaning test

§As a library

use nmuidi::prelude::*;

let dir = "path/to/something";
Cleaner::new(dir).clean();

Modules§

  • All nmuidi Cleaner functionality