📦
Version0.1.0
Revision1
Size0.5 MB
LicenseMIT
Confinementstrict
Basecore24
CategoriesUtilities

A custom pager that outputs lines with a delay, allowing control over pacing.


Introduction

Slomore is a pager (like more, or less) that slows down screen output.

This is useful when making tutorials where command-line tools spew lots of output that scrolls by too fast. If you're capturing the output for use in a video (or gif) without slomo, your video recorder may 'miss' frames, making the output appear 'jumpy'.

Usage

Pipe output to slomore.

find /bin | slomore

Change output speed.

export SLOMORELINESPERSECOND=20
 find /bin | slomore


Slower...

export SLOMORESECONDSPERLINE=2
find /bin | slomore

Update History

0.1.0 (1)
13 Dec 2025, 09:47 UTC

Published13 Oct 2025, 13:20 UTC

Last updated13 Oct 2025, 11:00 UTC

First seen13 Dec 2025, 09:47 UTC