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
- Host: GitHub
- URL: https://github.com/rclone/filterdemo
- Owner: rclone
- License: mit
- Created: 2021-10-11T18:15:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T14:18:56.000Z (about 3 years ago)
- Last Synced: 2025-06-27T01:09:00.541Z (11 months ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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/