#obj #bin #solution #delete #directories #vs #command

app delete_bin_obj

Deletes the /bin and /obj directories in a VS solution

5 releases (2 stable)

1.0.1 Mar 15, 2022
1.0.0 Feb 12, 2022
0.2.1 Feb 12, 2022
0.2.0 Feb 12, 2022
0.1.0 Feb 12, 2022

#6 in #vs

MIT license

6KB
60 lines

delete_bin_obj

Deletes the bin and obj folders in a VS solution.

Instructions

Installation

Windows

Install rustup from here

MacOS and Linux

Run curl https://sh.rustup.rs -sSf | sh

How to use

  1. Run cargo install delete_bin_obj
  2. Navigate to desired project root (where the solution file is) from command line
  3. Run delete_bin_obj delete and bam, your binaries are gone!

Dependencies

~3MB
~51K SLoC