Skip to content

Commit 3c07f6c

Browse files
committed
Update readme.adoc
1 parent 0a248a9 commit 3c07f6c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

readme.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
= pCloud scripts
22

3+
Collection of scripts to keep my pCloud organised.
4+
5+
These scripts rely on environment variables: `ACCESS_TOKEN`, `FOLDER_ID`.
6+
37
== intersects.js
48

5-
Given a (flat) group of folders with pictures, prints folder names in groups such that all folder names in a group have pictures with matching hashes.
9+
Inside `FOLDER_ID`, given a (flat) group of folders with pictures, prints folder names in groups such that all folder names in a group have pictures with matching hashes.
10+
11+
== dups.js
12+
13+
Inside `FOLDER_ID`, given a (flat) group of folders with pictures, finds pictures with duplicate hashes, and keeps the one with the oldest creation or modification date.

0 commit comments

Comments
 (0)