• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

sysutils/bsdinfo/H10-Apr-2017-4424

MakefileH A D10-Apr-2017108 96

README.mdH A D10-Apr-20171.2 KiB4024

bsdinfo-xterm-256.cH A D03-May-202219.7 KiB9359

bsdinfo.cH A D03-May-20223.8 KiB9156

bsdinfo.hH A D10-Apr-20174.4 KiB166117

configureH A D10-Apr-20171 KiB5039

README.md

1<h1>bsdinfo</h1>
2
3<h2>Description</h2>
4<p>This is my 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.</p>
5
6<br />
7<h2>Installation</h2>
8
9<p>To install the script, simply run:</p>
10
11<pre>
12    make
13</pre>
14
15<p>To build xterm-256 color version, type:</p>
16
17<pre>
18    make xterm-256
19</pre>
20
21<p>To install the binary:</p>
22
23<pre>
24	make install
25</pre>
26
27<p>You will need to have root permissions, to run `make install`, as it requires write access to /usr/local/bin. The binary will be installed at /usr/local/bin/bsdinfo.</p>
28
29<p>Please remember, that you should have the TERM environment variable set to 'xterm-256color', and you should have a 256-color capable terminal emulator to run the 256 color version, which is also a bit wider than the standard version.</p>
30
31<h2>Screenshot</h2>
32
33<p>Normal build:</p>
34
35<img src="https://github.com/samaelszafran/bsdinfo/raw/master/screenshot.png" />
36
37<p>And the xterm-256 version:</p>
38
39<img src="https://github.com/samaelszafran/bsdinfo/raw/master/screenshot256.png" />
40