8000 GitHub - jsspen/misc-scripts: Various little scripts to have handy
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jsspen/misc-scripts

Repository files navigation

Misc. Scripts

Various little bash & shell scripts to have handy. I keep remaking scripts and then forgetting where I leave them. Hopefully this cuts down on that! ...as long as I can remember why exactly I made them in the first place...

Easy Usage

Inspired by tteck's script repo: bash -c "$(wget -qLO - https://raw.githubusercontent.com/jsspen/misc-scripts/refs/heads/main/{SCRIPT-NAME}.sh)"

What's What

CompressTifLZW.bat

Use ImageMagick to compress uncompressed tif files using LZW, copying them to a Compressed subdirectory of the root as they're compressed. Drag and drop files onto .bat to run.

downsample.bat

Drop 24bit FLAC files on top to convert to 16bit using SoX. Not my own creation

folders-of-images-to-pdf.sh

Take a folder of jpg images and convert them to a single PDF

folder-to-cbr.bat

Take a folder of images (.jpg, .jpeg, .png, .gif, .webp, .tif, .tiff, .jfif supported) and combine them into a compressed cbr file. Uses alpha order but mixed extensions can cause trouble. Drag and drop files onto .bat to run.

letterboxd-browser-userscript.js

A script that can be modified and used with Greasemonkey/Tampermonkey/Violentmonkey to modify a page that contains an IMDB ID by converting the ID into a Letterboxd link and even adding the relevant Letterboxd rating graph to the page. Indebted to earlier work by Chameleon, LuckyLuciano, and Helmut

move.sh

When given a folder with .mkv files it will create directories with matching names for each file and then move them each inside their respective directories.

move-and-rename.sh

Same idea as move.sh but basically in reverse. This time it's renaming files to match the directories they're in and moving them out of their subfolders into a root directory.

move-files-to-folders-with-same-names.bat

Same idea as move.sh & move-and-rename.sh but in this case any file dropped on the .bat will then create a directory with matching name and move the file into it.

rename.sh

Flip the name of directories with a title - year format to a year - title format.

rename-by-csv.sh

Take an input CSV file to rename relevant files.

About

Various little scripts to have handy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0