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)
- Host: GitHub
- URL: https://github.com/aaronsbytes/nfetch
- Owner: aaronsbytes
- License: gpl-2.0
- Created: 2023-07-29T18:59:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T08:57:17.000Z (4 months ago)
- Last Synced: 2025-04-01T07:53:52.910Z (3 months ago)
- Topics: console-app, console-application, customization, fast, fetch, linux, linux-shell, neofetch, open-source, rice, shell, sysfetch, system-fetch, terminal, terminal-app, unixporn
- Language: Go
- Homepage:
- Size: 133 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```