Skip to content

Shell script to load screenshot previews of Debian packages

Notifications You must be signed in to change notification settings

lshprung/pkg-screenshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

pkg-screenshot

pkg-screenshot is a shell script that can display preview screenshots of packages using xdg-open. Screenshots are provided by screenshots.debian.net, so the package must exist in the Debian repositories. Please note that not all packages have screenshots available to preview.

Prerequisites

pkg-screenshot requires wget to download screenshots, jq to parse the json provided at https://screenshots.debian.net/json/package/PACKAGENAME and xdg-open to open the image file (saved to the /tmp/ directory)

Usage

pkg-screenshot.sh [options] package

Options

-h, --help - Print a help list

--no-download - Open the image URL instead of saving an image file in /tmp/

About

Shell script to load screenshot previews of Debian packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages