clean-downloads
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Script I made to clean my Downloads folder, for now includes a Transmission module, that is capable of nothing more than listing and removing torrents.
# clean-downloads

The script finds all files in your `Download` folder > 500 M and moves
them to another folder. Since these more than often are active transfers in
Transmission (http://www.transmissionbt.com) I've made the script
connect to Transmission's API to remove them, as long as they're not
unfinished or partially transferred (i.e. have unchecked files). In the
latter case the files are kept in the Downloads folder.

## Usage
`clean-downloads.js` - moves files to `~/totransfer`

`movefiles.sh` transfers the files to another volume, in my case mounts
a second harddrive.

I have these `cron` scheduled.

## Authors

  - Emil Stenqvist @emilisto

## TODO

  - Clean up code
  - Make more general - specify paths as command line parameters
  - Move the Transmission library to a separate project and develop it

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。