An open API service indexing awesome lists of open source software.

https://github.com/aaronsbytes/nfetch

⚡️ A customizable, fast and dependency free system fetching tool written in Go (98% faster than neofetch)
https://github.com/aaronsbytes/nfetch

console-app console-application customization fast fetch linux linux-shell neofetch open-source rice shell sysfetch system-fetch terminal terminal-app unixporn

Last synced: 2 months ago
JSON representation

⚡️ A customizable, fast and dependency free system fetching tool written in Go (98% faster than neofetch)

Awesome Lists containing this project

README

        

# ⚡ nFetch

>[!TIP]
> I recommend you to checkout [fastfetch](https://github.com/fastfetch-cli/fastfetch) as it has way more configuration options and is actively maintained.
> nFetch is not actively maintained, nor has it the same feature set as fastfetch.

⚡ nFetch is a dependency-free, fast system information fetching tool aiming for maximum customizability on peek performance

### Why should i use nfetch instead of neofetch?
Answer is pretty simple: Speed. nFetch is nearly as customizable as neofetch and more features are to be expected.
Speed comparison between neofetch and nFetch:

nFetch is approximately 98.53% faster than neofetch.

### 🎨 Customization
Config location is `~/.config/nfetch/nfetch.conf`

See `sample.nfetch.conf` for an example!

Use `` to insert infos, colors and styles!

### Tags
Infos

``
``
``
``
``
``
``
``
``
``
``
``
`

Foreground

``
``
``
``
``
``
``
``

Background

``
``
``
``
``
``
``
``

Styles

``
``
``
``
``

### 💙 Like it?
If you like this project and want to support me, please leave me a ⭐ on this repo. I would really appreciate it ❤️

### ⚙️ Build
Git clone:
```sh
# Clone the repo
git clone https://github.com/NeuroException/nfetch

# Navigate into it
cd nfetch

# Build the project
go build main.go

# Rename the outcome
mv main nfetch

# Install it system-wide
sudo mv nfetch /usr/bin
```