Miscellaneous utility scripts
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-09 18:08:56 -05:00
cbz-convert.fish Some improvements 2026-09-09 18:08:56 -05:00
covers.fish Some improvements 2026-09-09 18:08:56 -05:00
media.fish Initial commit 2026-09-09 09:53:13 -05:00
README.md Some improvements 2026-09-09 18:08:56 -05:00
strip-titles.fish Some improvements 2026-09-09 18:08:56 -05:00

Scripts

A collection of small utility scripts, mostly written in fish.

  • cbz-convert.fish
    • Converts the internal image files of a .cbz file into .avif
    • Dependencies:
      • imagemagick
      • ouch
  • covers.fish
    • Converts a .cbz into a sub-directory with 'cover.png' image
    • Dependencies
      • imagemagick
      • lsd (this could just be ls)
      • ouch
  • media.fish
    • Prints out resolution and codec information about video files
    • Dependencies
      • ffmpeg