diff options
author | wxs <wxs@FreeBSD.org> | 2012-06-22 21:54:24 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2012-06-22 21:54:24 +0800 |
commit | 7f314985978c9f0baae7daffe3638b14b649587a (patch) | |
tree | e7583f7efdc8ec90288b0ba9c29d73412945a560 /sysutils/bsdinfo/pkg-descr | |
parent | 99c42179be8c99595109d92c31c50d972b8b78bf (diff) | |
download | freebsd-ports-gnome-7f314985978c9f0baae7daffe3638b14b649587a.tar.gz freebsd-ports-gnome-7f314985978c9f0baae7daffe3638b14b649587a.tar.zst freebsd-ports-gnome-7f314985978c9f0baae7daffe3638b14b649587a.zip |
This is a FreeBSD attempt to implement archey-like terminal system information
display utility. It is just an esthetic way to display system information.
Right now it doesn't have any configurable options (different themes, switches
to change behaviour, etc), but I will add such features in the future, perhaps.
WWW: https://github.com/samaelszafran/bsdinfo
PR: ports/168832
Submitted by: s@samu.pl
Diffstat (limited to 'sysutils/bsdinfo/pkg-descr')
-rw-r--r-- | sysutils/bsdinfo/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysutils/bsdinfo/pkg-descr b/sysutils/bsdinfo/pkg-descr new file mode 100644 index 000000000000..2ad1c7546dee --- /dev/null +++ b/sysutils/bsdinfo/pkg-descr @@ -0,0 +1,7 @@ +This is a FreeBSD attempt to implement archey-like terminal system information +display utility. It is just an esthetic way to display system information. +Right now it doesn't have any configurable options (different themes, switches +to change behaviour, etc), but I will add such features in the future, +perhaps. + +WWW: https://github.com/samaelszafran/bsdinfo |