A "One Piece" inspired system fetch tool tailored for Linux.
Turn your boring terminal specs into a Wanted Poster. opfetch is written in Go, focusing on speed, aesthetics, and that pirate life.
- The Aesthetic: Renders your system stats inside a classic Wanted Poster.
- Fast: Written in Go, it runs instantly.
- Zero Config: Automatically detects your Distro, Kernel, Uptime, and Shell.
- Dynamic Bounty: Generates a unique "Bounty" based on your system stats.
- Paper Style: Uses a parchment color scheme that looks great on any terminal background.
If you have Go installed, this is the fastest way:
go install github.com/parthivsaikia/opfetch@latestDownload the pre-compiled binary for your architecture from the Releases Page.
- Download the
tar.gzfile for your architecture (e.g.,Linux_x86_64). - Extract it:
tar -xvf opfetch_*.tar.gz- Move the binary to your path:
sudo mv opfetch /usr/local/bin/Simply run the command in your terminal:
opfetchNote: Currently, opfetch supports Linux only (as it reads directly from /proc).
git clone https://github.com/parthivsaikia/opfetch.git
cd opfetch
go build
./opfetchPull requests are welcome! If you want to add support for MacOS or Windows, feel free to open a PR.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
