You are not logged in.

#1 2016-12-22 05:40:15

DylanA
Member
From: Melbourne
Registered: 2015-05-05
Posts: 2
Website

Neofetch - A CLI system information tool written in BASH

Hello,

Neofetch is a CLI system information tool written in BASH. Neofetch displays information about your system next to an image, your OS logo, or any ascii file of your choice. The main purpose of Neofetch is to be used in screenshots to show other users what OS/Distro you're running, what Theme/Icons you're using and etc.

68747470733a2f2f752e74656b6e696b2e696f2f4b6c4273442e706e67

Neofetch is highly customizable through the use of command-line flags or the user config file. There are over 50 config options to mess around with and there's the print_info() function and friends which let you add your own custom info.

Neofetch originally started as my own little system information script (that only supported Arch tongue) but after almost a year of constant development Neofetch has grown to support Linux, MacOS, iOS, BSD, Solaris, Android, Haiku, GNU Hurd, MINIX and Windows (Cygwin/Windows 10 Linux subsystem).

For those of you who are going to ask "What makes this different to Screenfetch?": I've started writing a wiki page about "Why Neofetch was created", "The problems with Screenfetch" and "How Neofetch / Screenfetch differ". The Wiki page is still a WIP but it should still answer the question above.

Neofetch vs Screenfetch

Links

Home Page: https://github.com/dylanaraps/neofetch

Wiki: https://github.com/dylanaraps/neofetch/wiki

Aur Packages: neofetch, neofetch-git

Support is available in #neofetch on Freenode via IRC or on the gitter chat here: https://gitter.im/dylanaraps/neofetch

Dylan

Last edited by DylanA (2016-12-22 05:41:29)

Offline

#2 2016-12-22 07:46:02

adamlau
Member
Registered: 2009-01-30
Posts: 418

Re: Neofetch - A CLI system information tool written in BASH

I like it. I like it a lot.
Obligatory screenshot smile :

2mjUw.png

Neofetch default settings.

Last edited by adamlau (2016-12-22 08:23:52)


Arch Linux + sway
Debian Testing + GNOME/sway
NetBSD 64-bit + Xfce

Offline

#3 2016-12-22 16:49:54

freek
Member
From: the Netherlands
Registered: 2008-07-21
Posts: 73
Website

Re: Neofetch - A CLI system information tool written in BASH

Looks nice on Debian too ! .. wink

2016_12_22_174043_1440x900_scrot.png


there's no business like .. your own business

Offline

#4 2017-01-23 08:30:23

DylanA
Member
From: Melbourne
Registered: 2015-05-05
Posts: 2
Website

Re: Neofetch - A CLI system information tool written in BASH

Neofetch 3.0 has been released.

Changelog: https://github.com/dylanaraps/neofetch/releases/tag/3.0

Offline

#5 2017-01-27 18:56:49

glyons
Member
From: Europa
Registered: 2016-10-14
Posts: 37

Re: Neofetch - A CLI system information tool written in BASH

Great piece of software.

Offline

#6 2017-08-20 20:13:59

glyons
Member
From: Europa
Registered: 2016-10-14
Posts: 37

Re: Neofetch - A CLI system information tool written in BASH

HI

regarding the: get_resolution() function  linux sub-section code
---
if type -p xrandr >/dev/null; then
   #do stuff

  elif type -p xdpyinfo >/dev/null; then
    #do stuff
  fi
---

Under what circumstances would an Arch linux user end up with either/or on their system?
Why would one have "xdpyinfo" and another the "xrandr" package

I have xdpyinfo is it possible other Arch users have xrandr?

Last edited by glyons (2017-08-20 20:19:23)

Offline

Board footer

Powered by FluxBB