Qingluan / auto_classify

auto classify all the file if you specify ,and can backup to last case,if you think you can not found

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#auto_classify Document

dependences Part

  • pandas
    • provide save csv and parser path data

Introduction

Install

cp file_classify.py /usr/local/bin/

Useage

example

file_classify.py -a ~/Download auto classify this path's all file and dir

file_classify.py -a ~/Download -i "dir" like before but will ignore some file's type

file_classify.py -a ~/Download -b back to case before auto-classify

usage: it is usage for auto classify  

this is a assistant for write web html weite by Qingluan github :
http://github.com/Qingluan

optional arguments:
-h, --help            show this help message and exit
-a NAME_PATH, --name_path NAME_PATH
                    this argu is represent dir name
                    example "file_classify.py -a ~/Download "
                    this is the most easy way to use 
-b, --backup          if -a and -b ,will back to position before classified
                    after classified ,if you regred it , you can use it to back to last version 
                    because auto_classify will record in ~/.auto_**
-c CLEAR_PATH, --clear_path CLEAR_PATH
-r, --recursion
-d, --debug
-i IGNORE, --ignore IGNORE

About

auto classify all the file if you specify ,and can backup to last case,if you think you can not found


Languages

Language:Python 100.0%