Skip to content

sntran/denolcr

Repository files navigation

denolcr

Deno port of Rclone, rewriting functionality using Web API.

A Rclone wrapper for WebAssembly build is also available.

Storage providers

  • Fshare.vn
  • Google Drive 📄
  • The local filesystem 📄

Virtual storage providers

These backends adapt or modify other storage providers

  • Alias: rename existing remotes 📄
  • Crypt: encrypt files 📄

Commands

  • backend
  • config
  • lsjson
  • lsf
  • ls
  • lsl
  • lsd
  • cat
  • rcat
  • copy
  • copyurl
  • obscure
  • reveal

Development

  • Clone the repository and navigate to the folder.
  • deno task start to execute commands.
  • Alternatively, deno task install to install a dclone executable in PATH that is symbolic linked to the main.ts file and use dclone in place of deno task start.
  • deno task test to run the test suites.