Skip to content
forked from jhx0/bsdfetch

Tool to display information about a running FreeBSD, OpenBSD, NetBSD, or DragonFly BSD system.

License

Notifications You must be signed in to change notification settings

daviduhden/openfetch

 
 

Repository files navigation

OpenFetch

openfetch is a simple tool to display information about a running FreeBSD, OpenBSD, NetBSD, or DragonFly BSD system written in C. Any contribution is highly appreciated.

Usage

  1. Clone or download this repository:

    git clone https://github.com/daviduhden/openfetch.git

    Or download the ZIP file and unpack it.

  2. Navigate to the directory:

    cd openfetch
  3. Build the executable:

    make
  4. Run openfetch:

    ./openfetch

Installation

To install openfetch and the logo files:

sudo make install

This will install openfetch to /usr/local/bin and the logo files to /usr/local/share/doc/logo/.

Cleaning Up

To clean up the build files:

make clean

About

Tool to display information about a running FreeBSD, OpenBSD, NetBSD, or DragonFly BSD system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.6%
  • Makefile 11.9%
  • Roff 2.5%