diff options
author | jgh <jgh@FreeBSD.org> | 2013-07-21 14:17:34 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-07-21 14:17:34 +0800 |
commit | bf8dfe8cda7c12ebd44827ef1fa6c8c5121e1e08 (patch) | |
tree | e92a22f96a400f015579069561160145b1ccf239 /sysutils/Makefile | |
parent | 09d668b03edd4090cfeaad8c33834c116fc7089a (diff) | |
download | freebsd-ports-gnome-bf8dfe8cda7c12ebd44827ef1fa6c8c5121e1e08.tar.gz freebsd-ports-gnome-bf8dfe8cda7c12ebd44827ef1fa6c8c5121e1e08.tar.zst freebsd-ports-gnome-bf8dfe8cda7c12ebd44827ef1fa6c8c5121e1e08.zip |
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! This script is very easy to
add to and can easily be extended.
WWW: https://github.com/KittyKatt/screenFetch
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 8243e1de6e74..eb30d80cbaa1 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -866,6 +866,7 @@ SUBDIR += schedutils SUBDIR += scprotect SUBDIR += screen + SUBDIR += screenfetch SUBDIR += screenie SUBDIR += sdd SUBDIR += sdparm |