Giter VIP home page Giter VIP logo

vacuum's Introduction

Vacuum Status Aquana

Windows temporary directory cleanup tool.

Requirements

To develop the program, .NET SDK 6.0 or later is required.

Usage

Simply execute Vacuum.exe. It will remove any entries in your temp directory that weren't touched in the last month.

"Entry" is either a file or a directory. Directory counts as "touched" if any of its children was touched in the month period. Vacuum considers the following dates when examining the files (as they're reported by the filesystem):

  • creation date
  • last write date

Main command-line arguments:

  • (-d|--directory) <path>: path to the temporary directory which should be cleaned up. Falls back to Path.GetTempPath by default (which uses certain environment variables to determine the path).
  • (-p|--period) <number>: number of days for entry to be untouched before being deleted by Vacuum. 30 by default.
  • (-s|--space) (<number>|<number>k|<number>m) amount of space to clean up (k = kibibytes, m = mebibytes). In space-cleaning mode, Vacuum will still clean up the oldest items first.
  • (-f|--force): forces Vacuum to delete the entries it wasn't able to recycle.
  • (-w|--what-if): only prints the files that will be deleted instead of actually deleting them.
  • (-v|--verbose): show exception call stacks.

Consult the embedded help system for the detailed parameter manual:

$ Vacuum.exe --help

Documentation

Download

To download Vacuum binary distribution, please visit GitHub releases section.

vacuum's People

Contributors

fornever avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.