An open API service indexing awesome lists of open source software.

https://github.com/rclone/filterdemo

A website to allow exploration of rclone filters
https://github.com/rclone/filterdemo

Last synced: 10 months ago
JSON representation

A website to allow exploration of rclone filters

Awesome Lists containing this project

README

          

# Rclone filter demo website

See https://filterdemo.rclone.org/ for the website which allows you to
try out [rclone](https://rclone.org) filters on a set of file names.

## How it works

This compiles the filters part of rclone into a WASM module and
imports it into the browser along with a bit of user interface (also
written in Go).

## Testing ##

Build the code with:

./build

Run a webserver to serve it:

./serve &

Then go to http://localhost:3000/