0.0.2 • Published 5 years ago

favjunk v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

FavJunk

FavJunk is a tool for junk files in your download folder. Save file's md5 to favorite for clean.

Installation

npm install -g favjunk

Usage

$ favjunk -h

Commands:
  favjunk                unlink matched file(s)                   [default]
  favjunk check          show matched file(s)
  favjunk add <file...>  add file(s) to favorite list
  favjunk rm <file...>   remove file(s) from favorite list

Options:
  --version, -v    Show version number                                 [boolean]
  --help, -h       Show help                                           [boolean]
  --path, -p       path                                  [string] [default: "."]
  --recursive, -r  recursively                        [boolean] [default: false]

Example

# change current path to download folder
$ cd /path/to/downloads/old_driver

# add junk files to favorite
$ favjunk add *.url *.mht

# clean all junk files in favorite
$ favjunk
0.0.2

5 years ago

0.0.1

5 years ago