https://github.com/xlsft/bfetch
BFetch - fast system fetch written in brainf**k
https://github.com/xlsft/bfetch
Last synced: 16 days ago
JSON representation
BFetch - fast system fetch written in brainf**k
- Host: GitHub
- URL: https://github.com/xlsft/bfetch
- Owner: xlsft
- Created: 2024-07-26T12:06:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-19T06:36:38.000Z (3 months ago)
- Last Synced: 2025-02-19T07:29:13.352Z (3 months ago)
- Language: Brainfuck
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-fetch - bfetch - Fast system fetch written in brainf**k. `Brainfuck` (Operation System / Cross Platform)
README
# ✨ BFetch - fast system fetch written in brainf**k
Ported to brainf**k from: [wick3dr0se/sysfetch](https://github.com/wick3dr0se/sysfetch)
### Installation
Debian-based systems
```bash
sudo apt install bf
git clone https://github.com/xlsft/bfetch.git
cd bfetch
```### Usage
```bash
bash <(bf bfetch.bf)
```