Skip to content

Instantly share code, notes, and snippets.

@stchris
Created April 29, 2026 07:13
Show Gist options
  • Select an option

  • Save stchris/6d668dc2476dcc9d47b8b99f967054a4 to your computer and use it in GitHub Desktop.

Select an option

Save stchris/6d668dc2476dcc9d47b8b99f967054a4 to your computer and use it in GitHub Desktop.
Find Rust project folders and attempt to run `cargo clean` to free up disk space
#!/usr/bin/env bash
fd Cargo.toml -x cargo +nightly -Z unstable-options -C '{//}' clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment