Skip to content

Potat0x/tmp-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tmp-cleaner

Small file cleaning tool. Recursively search directories and delete files with specified extensions.

How to use

clean . directory

python tmp_cleaner.py

or clean dir1, dir2, dir3 directories

python tmp_cleaner.py dir1 dir2 dir3

Default extensions

Edit this line - create your own list to avoid typing extensions every time you use the script.

default_extensions = ['*.o', '*.obj', '*.class', '*.out']   # EXTENSIONS LIST

About

Small file cleaning tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages