Coder Social home page Coder Social logo

capta1nt0ad / toadfetch Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 749 KB

A superfast alternative to neofetch, toadfetch!

License: GNU General Public License v3.0

Shell 3.61% Python 96.39%
linux neofetch python python3 python39 screenfetch toadfetch

toadfetch's Introduction

A superfast alternative to neofetch, toadfetch!


What is toadfetch?

You might have heard of a program called neofetch before. It fetches information about your hardware, and displays that information in a pretty way. But, it has one problem: It's very slow! Even on fast hardware, it can take over 2 seconds to run, compared to toadfetch's timings coming in at under 0.04 seconds. toadfetch is an alternative to neofetch written in Python 3, and is arguably prettier than neofetch.

If you want something exactly like neofetch and slightly faster than toadfetch, check out fastfetch.

Screenshots

toadfetch

Operating Systems

At this time, toadfetch only supports Linux. Support may be added for BSD/macOS in the future, but Windows support will never come.

Installation

To install toadfetch, just run this command.

curl https://raw.githubusercontent.com/Capta1nT0ad/toadfetch/main/install.sh | /bin/bash
Note: Make sure that the default shell for the root user is /bin/bash, there may be problems otherwise.

Running

Simply run:

toadfetch

Bugs

Here are all known issues for toadfetch. Please open an issue if you are facing an issue and it is not listed here.

Active

  • One some devices, the CPU field has garbage info. I'm working on fixing this.

Fixed

  • If toadfetch took more than 1 second, it would throw an error.
  • Custom images wouldn't work because of a refernce to a file path only used in development :)

Custom Images

To display custom images in toadfetch, it must be a PNG image. Simply rename it to custom.png and copy it to /usr/share/toadfetch/images/custom.png. Please note that toadfetch may be a little bit slower when using custom images as it does not have the image predefined in the code and needs to use catimg to generate it on the fly.

Tips

1. Wrapping

You may want to add this alias to your ~/.zshrc or ~/.bashrc (depending on the shell you use) to disable 'wrapping' (go to the next line) text when toadfetch's output is too large to fit in the terminal.

alias toadfetch="(tput rmam; toadfetch; tput smam)"

License

toadfetch is licesned under the GNU General Public License v3 or later.

toadfetch, a superfast alternative to neofetch
Copyright (C) 2022 Capta1nT0ad

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. This is in LICENSE.md. If not, see <https://www.gnu.org/licenses/>.

toadfetch's People

Contributors

capta1nt0ad avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.