Skip to content

bclean is a command line tool to identify and remove disk space wasted by build artefacts of various languages

Notifications You must be signed in to change notification settings

WolverinDEV/bclean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bclean - Remove unused build files

bclean is a command line tool for identifying and removing wasted disk space caused by build artefacts. It is available for a variety of development languages.

Features

  • Automatically identify build / cache files from the following languages / tools
    • Rust (target)
    • Node (node_modules)
    • CMake (cmake-build-[debug,release,relwithdebinfo,minsizerel])
  • Advanced filter to avoid recently used projects

Motivation

If you work on a lot of different projects, over time your hard drive will fill up with various build and cache files. These files can add up to tens of gigabytes over time, especially for some development languages. Not only do these files take up disk space, they also need to be backed up every time you back up your PC. With bclean you can easily identify these folders and files globally on your PC and easily delete them, reducing disk usage and backup times.

Contributing

All contributions are highly appreciated. Starting from fixing a type up to adding new providers to support cleaning other build files of other languages / tools.

Other alternatives

  • cargo-sweep
    A cargo subcommand for cleaning up unused build files generated by Cargo
  • npkill Easily find and remove old and heavy node_modules folders ✨

About

bclean is a command line tool to identify and remove disk space wasted by build artefacts of various languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages