Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 520 Bytes

File metadata and controls

33 lines (23 loc) · 520 Bytes

Utility scripts

A collection of scripts.

Prerequisites

# ruby --version
ruby 3.0.1p64
# For JS scripts just need a browser for now

CSV reader and format

ruby csv_reader.rb

Rename files in a folder following a JSON schema

ruby rename_all.rb /path/to/file.json /path/to/destination/folder

Open and donwload from a urls list

# Open your favorite browser console and paste the script code following the commented rules
# You can find the code in downloader.js