From d6aca29948002963539e8cf00a4df3d19c758c57 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 17 Nov 2016 01:21:30 +1100 Subject: [PATCH] Update README.md --- README.md | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index a37ca80a..fabd78a4 100644 --- a/README.md +++ b/README.md @@ -2,26 +2,19 @@ [![Gitter](https://badges.gitter.im/dylanaraps/fetch.svg)](https://gitter.im/dylanaraps/fetch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Build Status](https://travis-ci.org/dylanaraps/neofetch.svg?branch=master)](https://travis-ci.org/dylanaraps/neofetch) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md) [![Latest release](https://img.shields.io/github/release/dylanaraps/neofetch.svg)](https://github.com/dylanaraps/neofetch/releases) -This is the home of my fetch script! This script gathers info
-about your system and prints it to the terminal next to an image,
-your distro's logo or any ascii art of your choice! +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. + +Neofetch is highly customizable through the use of commandline 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 can be used on any OS that has BASH, it's just a matter of adding support. If your OS/Distro isn't in the list below, feel free to open an issue on the repo and I'll gladly add support. Neofetch currently supports `Linux`, `MacOS`, `iOS`, `BSD`, `Solaris`, `Android`, `Haiku OS`, `GNU Hurd` and `*Windows (Cygwin/Windows 10 Linux subsystem)`. + +For more information: -Have a look at the wiki, I've updated/added some new pages!
**https://github.com/dylanaraps/neofetch/wiki** ![1](https://ipfs.pics/ipfs/QmTtF9Sx8o617QE88GH3Z4yX7mRyi4yS1hsMHyRVmn14vJ) -## Features - -- Supports **Linux**, **MacOS**, **iOS**, **BSD**, **Solaris**, **Android**, **Haiku OS**, **GNU Hurd** and **Windows (Cygwin/Windows 10 Linux subsystem)** -- Display a **full color image**, a file containing **ascii art** or your **distro's logo** in ascii next to the info. -- The script is **fast**. We use bash builtins wherever possible and only spawn external processes when necessary. -- Take a screenshot of your desktop on script finish. -- Customize **which** info is displayed, **where** it's displayed and **when** it's displayed. - - See this **[wiki page](https://github.com/dylanaraps/neofetch/wiki/Customizing-Info)** - - ## Dependencies https://github.com/dylanaraps/neofetch/wiki/Dependencies