Skip to content

alexalexiuc/go-tmp-folder-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Temp Folder Clearer

A simple Go application for clearing files in the temp folder with a given prefix.

Flags

prefix string optional
    The prefix of the files to be deleted
    If not provided, all files in the temp folder will be deleted
    Multiple prefixes split by comma can be provided

Usage

go run . prefix=<prefix-value>

Example

Clear cdk temp files

go run . prefix=cdk

build

go build .

About

A simple Go application for clearing files in the temp folder with a given prefix.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages