Giter Club home page Giter Club logo

prune.v's Introduction

prune

ci Latest Version License Repo Size

An extremely fast tool for prune your file-system written in V

The tool will traverse the target directory, look for files/directories that can be deleted (eg. node_modules/bower_components/.temp/.dist) and delete them to free up your hard disk space.

Feature

  • Remove extra stuff to make room for your hard drive
  • Written in V
  • Coroutine support, make full use of CPU. It's fast

Install

  1. Cask

    cask install github.com/axetroy/prune.v
  2. Shell (Mac/Linux)

    curl -fsSL https://github.com/release-lab/install/raw/v1/install.sh | bash -s -- -r=axetroy/prune.v -r=prune
  3. PowerShell (Windows):

    $r="axetroy/prune.v";$e="prune";iwr https://github.com/release-lab/install/raw/v1/install.ps1 -useb | iex
  4. Github release page

    download the executable file and put the executable file to $PATH

Usage

$ prune --help
prune - A tool for prune your file-system

USAGE:
  prune [OPTIONS] <dirs>

OPTIONS:
  --help        print help information
  --version     print version information
  --delete      whether to delete the file

EXAMPLE:
  prune ./dir1 ./dir2 ./dir3

SOURCE CODE:
  https://github.com/axetroy/prune
$ prune ./src

Build from source

$ make

LICENSE

The MIT License

prune.v's People

Contributors

axetroy avatar renovate-bot avatar

Stargazers

Jac Clapp avatar ็บข avatar Eliaz Bobadilla avatar Alejandro avatar  avatar Nattapon Pondongnok avatar

Watchers

 avatar  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.