Code Monkey home page Code Monkey logo

pauls-dat-api's People

Contributors

ar-naseef avatar e-e-e avatar millette avatar pfrazee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pauls-dat-api's Issues

Additional methods

  • writeManifest
  • updateManifest
  • Three export* variations, all have filtering options and respond with stats on the transfer. Also supports a 'dryRun' option which provides stats on the difference but doesn't run the actual copy.
    • exportFilesystemToArchive: copy files from the filesystem into an archive
    • exportArchiveToFilesystem: copy files from an archive into the filesystem
    • exportArchiveToArchive: copy files from one archive into another
  • download: queue a file or folder (recursive) to be downloaded

Chinese path characters support

Hi,Pfrazee, Could you add Chinese path support to the VALID_PATH_REGEX ?

exports.VALID_PATH_REGEX = /^[a-z0-9-._~!$&'()*+,;=:@/\\s]+$/i

change to

exports.VALID_PATH_REGEX = /^[\u4E00-\u9FA5a-z0-9-._~!$&'()*+,;=:@/\\s]+$/i

thanks

rmdir() emits warnings on successful removal

Using pauls-dat-api in Electron, the rmdir() method is emitting could not be found warnings in the devtools console, even after successful recursive removal of a folder and its contents.

Cannot use API with node version 6 or below.

I tried using your api in node 6.10, but encountered errors caused by the es7 async functions. Do you have any plans to transpile this package in the prepublish step, so that it can be used in earlier versions of node that do not yet have native support for async/await?

I use babel in my own code for async/await but babel ignores node_modules.

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.