Skip to main content

Scroll text on the terminal screen like in movies

Project description

hollyscroll

Python script that pointlessly scrolls text for you like on computer screens in movies and TV shows

Installation with pip

pip install hollyscroll

Manual Installation

Clone git repository

$ cd ~/bin
$ git clone https://github.com/sumpygump/hollyscroll.git hollyscroll-src

Symlink script (assuming ~/bin is in your $PATH)

$ ln -s hollyscroll-src/hollyscroll.py hollyscroll

Usage

usage: hollyscroll [-h] [-v] [-s {normal,typewriter}] [-l] [-r] [path ...]

Scroll text on terminal window like in movies and TV shows

positional arguments:
  path                  Paths to files or directories to be scrolled

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  -s {normal,typewriter}, --style {normal,typewriter}
                        Set output style mode
  -l, --list            Display list of files and mimes only
  -r, --repeat          Repeat listing the files after done

Example:
  hollyscroll ~/Documents

You can also pipe in content from other programs:
  ls -l | hollyscroll
  dmesg | hollyscroll

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hollyscroll-1.2.2.tar.gz (10.7 kB view hashes)

Uploaded Source

Built Distribution

hollyscroll-1.2.2-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page