1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: screenfetch
Section: utils
Priority: optional
Maintainer: Hideki Yamane <henrich@debian.org>
Build-Depends: debhelper-compat (= 13),
Standards-Version: 4.5.0
Homepage: https://github.com/KittyKatt/screenFetch
Vcs-Git: https://salsa.debian.org/debian/screenfetch.git
Vcs-Browser: https://salsa.debian.org/debian/screenfetch
Rules-Requires-Root: no
Package: screenfetch
Architecture: all
Depends: ${misc:Depends}, procps, bc, pciutils,
Recommends: scrot,
Multi-Arch: foreign
Description: Bash Screenshot Information Tool
screenFetch is a "Bash Screenshot Information Tool". This handy Bash script
can be used to generate one of those nifty terminal theme information + ASCII
distribution logos you see in everyone's screenshots nowadays.
.
It will auto-detect your distribution and display an ASCII version of that
distribution's logo and some valuable information to the right. There are
options to specify no ascii art, colors, taking a screenshot upon displaying
info, and even customizing the screenshot command.
|