Code Monkey home page Code Monkey logo

pico's Introduction

pico文件整理工具

根据日期,自动归档选定文件夹的文件,并跳过重复的文件

cli工具

下载 git clone https://github.com/spliu78/pico.git

安装 cd pico && npm install && npm build or npm link

运行 pico --help

缘起

某天发现自己电脑里的各种资料太乱且到处是备份乱糟糟。。。闲下来的时候就先整理一下自己吧

Feature

  • 多线程进行Hash操作
  • 命令执行完毕后,在目标目录中生成操作详录:
    • .pico/FileMove_${datetime}.data 记录文件目录至目录的操作
      格式:fileName \t status \t newFileName \t fromPath \t toPath
      status: hashRepeat | created | conflict
      newFileName: null | name(when rename)
      toPath: null | filePath(when copy)
    • .pico/File-Hash.data.${datetime} 记录单次操作from文件夹中文件的hash值,以及重复数
      格式:path \t repeatCount \t hash
  • 支持多次执行pico,往已有pico文件夹下添加数据

TODO

[-] 终极目标:实现桌面UI,实现album功能

pico's People

Contributors

spliu78 avatar

Watchers

James Cloos 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.