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

Virtual storage providers

These backends adapt or modify other storage providers

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

Commands

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

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.js file and use dclone in place of deno task start.
  • deno task test to run the test suites.