Skip to main content

neofetch with flags <3

Project description

HyFetch

neofetch with pride flags <3

screenshot

Running Updated Original Neofetch

This repo also serves as an updated version of the original neofetch since the upstream dylanaraps/neofetch isn't maintained anymore and has been archived. If you only want to use the updated neofetch without pride flags, you can use the neofetch script from this repo. To prevent command name conflict, I call it neowofetch :)

  • Method 1: pip install -U hyfetch then run neowofetch
  • Method 2: npx neowofetch
  • Method 3: P="$HOME/.local/bin/neowofetch" && curl -L nf.hydev.org -o "$P" && chmod +x "$P"
  • Method 4: Run without install bash <(curl -sL nf.hydev.org)

Installation

Method 1: Install using Python pip (Recommended)

Install Python >= 3.7 first. Then, just do:

pip install -U hyfetch
# or
pipx install hyfetch

Method 2: Install using system package manager

Currently, these distributions have existing packages for HyFetch:

  • Universal Lure.sh: lure in hyfetch (Thanks to @Elara6331)
  • Arch Linux: sudo pacman -S hyfetch (Thanks to @Aleksana and @Antiz96)
  • Fedora Linux: sudo dnf install hyfetch (packaged by @topazus)
  • Nix: nix-env -i hyfetch (Thanks to @YisuiDenghua)
  • Nix Profile: nix profile install nixpkgs#hyfetch
  • Guix: guix install hyfetch (Thanks to @WammKD)
  • Slackware: sbopkg -b hyfetch Slackbuild (Thanks to @bittin and Urchlay)
  • Homebrew: brew install hyfetch (Thanks to @BKasin and @osalbahr)
  • openSUSE Tumbleweed: zypper in python311-hyfetch (Thanks to @BKasin)
  • Gentoo: emerge --ask app-misc/hyfetch (Thanks to @BKasin)
  • Debian and Ubuntu apt install hyfetch (for Debian flavor >= Trixie, Ubuntu flavor >= Noble) (Thanks to @BKasin)

Packaging status

Method 3: Install the latest developmental version using git

Install Python >= 3.7 first. Then run the following commands:

git clone https://github.com/hykilpikonna/hyfetch.git
cd hyfetch
pip install .

Usage

When you run hyfetch for the first time, it will prompt you to choose a color system and a preset. Just follow the prompt, and everything should work (hopefully). If something doesn't work, feel free to submit an issue!

If you want to use the updated neofetch without LGBTQ flags, check out this section

Questions and answers

Q: How do I change my config?

A: Use hyfetch -c

Q: What do I do if the color is too dark/light for my theme?

A: You can try setting the colors' "lightness" in the configuration menu. The value should be between 0 and 1. For example, if you are using dark theme and the rainbow flag is too dark to display, you can set lightness to 0.7.

Feel free to experiment with it!

image

Q: Why do you use pride flag's coloring? I don't think it looks nice at all.

A: The core idea behind HyFetch coloring isn't just to make logos look nicer, it's about representation and identity. While it's okay to assess the visual appeal, you also need to understand that the LGBTQ+ flag colors serves a much deeper purpose than just aesthetics.

For many in the LGBTQ+ community, these flags symbolize their identity, struggles, and pride. Integrating these symbols into a showcase of the tech specs they share can provide a sense of empowerment. It's combining their enthusiasm for their favorite distro / hardware with their LGBTQ+ identity.

Also, by including flag coloring along with the updated neofetch, we're also broadcasting a wider message about the importance of inclusivity and representation. It's not just a design choice, it's a statement that promotes awareness and understanding toward the LGBTQ+ community.

Q: When I use hyfetch or neowofetch in my MotD, no art displays. How do I get the art back?

A: Most likely, the stdout detection is set to auto and is removing the ascii art and colors. To change this, you can: set args in your hyfetch.json to "--stdout=off", add --stdout=off to the neowofetch command in your motd script, or set the option in $HOME/.config/(neofetch|neowofetch)/config.conf to off.

Q: How can I run HyFetch on Windows?

A: Install Python > 3.7 and Git > 2.42.0 first. Then, either open Git Bash terminal or install a terminal emulator that can display RGB colors (the default Windows cmd.exe cannot, but the new Windows Terminal can). Then, run pip install hyfetch and run hyfetch.

Contributing

To make changes to our codebase, you first need to create a fork by clicking the "Fork" button on the top right. Then, you can clone your fork of the source code using git clone https://github.com/{your username}/hyfetch.git.

After making changes to the source code, you can run python -m hyfetch in the root directory of your repo to test out your changes.

If they work correctly, you can commit and push these changes using git command or Github Desktop. Then, you can create a pull request on Github so that it can go into our next release!

You can also install your version locally by running pip install . in the repo root.

Change Log

About Notation

Updates to HyFetch begins with the emoji ๐ŸŒˆ
Updates to neowofetch begins with the emoji ๐Ÿ–ผ๏ธ

TODO

  • (Important!) Refactor flag storage & coloring to support non-stride patterns
  • Config menu: Allow left-right arrow keys for pagination

Nightly

Note: You can install the latest nightly version by using:

pip install git+https://github.com/hykilpikonna/hyfetch.git@master

1.99.0

This version would be the last version of HyFetch on Python as we migrate to Rust (Huge thanks to everyone on #317!). It will also be an effort to start a transition that phases out the neowofetch/neofetch backend in favor of FastFetch, since the time needed to maintain the NF backend currently exceed our capacity. If you are willing to help maintaining it, please let us know!

  • ๐ŸŒˆ Improve Windows support
  • ๐ŸŒˆ Include FastFetch into HyFetch PyPI package
  • ๐ŸŒˆ Detached our fork from neofetch
  • ๐ŸŒˆ Build architecture-specific wheels for PyPI
  • ๐ŸŒˆ Add plural flag (bc8499e2)
  • ๐ŸŒˆ Add genderflux and girlflux flags (#263)
  • ๐ŸŒˆ Add Fraysexual flag (#277)
  • ๐ŸŒˆ Add Xenogender flag (#309)
  • ๐ŸŒˆ Add Caninekin flag (#318)
  • ๐ŸŒˆ Add Kenochoric, veldian, solian, lunian flags (#331)
  • ๐ŸŒˆ Add Polyamorous, sapphic, androgyne, interprogress, progress, intersex, equal-rights, drag, neofluid, genderqueer, and pronoun flags (#342)
  • ๐ŸŒˆ Add Gilbert Baker's original rainbow flag (#284)
  • ๐ŸŒˆ Fix distro logo triple-quotation mark escaping (#222)
  • ๐ŸŒˆ Fix Windows encoding issue on non-English systems (#294)
  • ๐ŸŒˆ Fix termux compatibility (#286)
  • ๐ŸŒˆ Fix term background detection not resetting properly (#298)
  • ๐ŸŒˆ Make typing-extensions optional (#299)
  • ๐ŸŒˆ Remove setuptools dependency (#325)
  • ๐ŸŒˆ Allow lightness value without a '%' sign in config prompt (#307)
  • ๐Ÿ–ผ OS - Update Apple hardware ID list (#256)
  • ๐Ÿ–ผ OS - Remove Lilu detection for hackintosh (#310)
  • ๐Ÿ–ผ OS - Support host info on PowerPC Macs (#341)
  • ๐Ÿ–ผ DE - Show Kinfo for Plasma 6 (#269)
  • ๐Ÿ–ผ GPU - Fix GPU not displaying in Haiku (dylanaraps#2448)
  • ๐Ÿ–ผ GPU - List all intel GPU as detected (#348)
  • ๐Ÿ–ผ Distro - Add eweOS (#252)
  • ๐Ÿ–ผ Distro - Add Fedora Immutable distros (dylanaraps#2434)
  • ๐Ÿ–ผ Distro - Add Macaroni OS (dylanaraps#2424)
  • ๐Ÿ–ผ Distro - Add Ironclad OS (#219)
  • ๐Ÿ–ผ Distro - Add Chimera Linux (#285)
  • ๐Ÿ–ผ Distro - Add Tatra (dylanaraps#2439)
  • ๐Ÿ–ผ Distro - Add Furreto Linux (#290)
  • ๐Ÿ–ผ Distro - Add BlackMesa (#316)
  • ๐Ÿ–ผ Distro - Add Magix (#338)
  • ๐Ÿ–ผ Distro - Add Mauna (#343)
  • ๐Ÿ–ผ Distro - Add Arkane Linux (#321)
  • ๐Ÿ–ผ Distro - Add Linux From Scratch (#336)
  • ๐Ÿ–ผ Distro - Fix debian version on Ubuntu (#195)
  • ๐Ÿ–ผ Ascii - Update PikaOS logo (#231)
  • ๐Ÿ–ผ Ascii - Add Fedora unicode logo (#238)
  • ๐Ÿ–ผ Ascii - Fix colors not reverting properly (#314)
  • ๐Ÿ–ผ Ascii - Fix AmogOS backslash escape (#339)
  • ๐Ÿ–ผ Terminal - Fix terminal emulator selection (#220)
  • ๐Ÿ–ผ Terminal - Fix terminal font info for yakuake (#235)
  • ๐Ÿ–ผ Terminal - Add Apple Terminal (#272)
  • ๐Ÿ–ผ Editor - Display neovim version (#267)
  • ๐Ÿ–ผ Package - Add an option to hide some package managers (#257)
  • ๐Ÿ–ผ Package - Add "AM" application manager (#234)
  • ๐Ÿ–ผ Package - Fix npm list count mismatch (#240)
  • ๐Ÿ–ผ Package - Add pnpm (#288)
  • ๐Ÿ–ผ Package - Add pkgx.sh (#265)
  • ๐Ÿ–ผ Package - Add MacPorts for Linux support (#340)
  • ๐Ÿ–ผ Package - Use XDG path for Nix package counting (#255)
  • ๐Ÿ–ผ Song - Add Cider player (#245)
  • ๐Ÿ–ผ Network - Fix network speed detection on macOS (#360)

1.4.11

  • ๐ŸŒˆ Add ability to set backend args in hyfetch config file (#181)
  • ๐ŸŒˆ Update makefile to be able to install hyfetch (#174)
  • ๐ŸŒˆ Fix config file argument (#177)
  • ๐ŸŒˆ Support pipx installation (#188, #192)
  • ๐ŸŒˆ Create package for Debian, OpenSUSE, Homebrew, Gentoo, and lure.sh
    (#184, #194, #207, #206) Huge thanks to @BKasin!
  • ๐Ÿ–ผ DE - Fix DE empty bracket in macOS (#172)
  • ๐Ÿ–ผ OS - Disable Hackintosh check on arm64 processors (dylanaraps#2396)
  • ๐Ÿ–ผ OS - Add Windows NT (#217)
  • ๐Ÿ–ผ Distro - Fixed Kubuntu recognized as Ubuntu (dylanaraps#2411)
  • ๐Ÿ–ผ Distro - Use /etc/debian_version to get .x on Debian (#191)
  • ๐Ÿ–ผ Distro - Add LainOS (#190)
  • ๐Ÿ–ผ Distro - Add aerOS (dylanaraps#2360)
  • ๐Ÿ–ผ Distro - Add Xenia (#197)
  • ๐Ÿ–ผ Distro - Add EndeavourOS Small Option (dylanaraps#2391)
  • ๐Ÿ–ผ Distro - Add AZOS (dylanaraps#2339)
  • ๐Ÿ–ผ Distro - Add MainsailOS (dylanaraps#2407)
  • ๐Ÿ–ผ Distro - Add Interix (dylanaraps#2409)
  • ๐Ÿ–ผ Distro - Add Peropesis Linux (dylanaraps#2414)
  • ๐Ÿ–ผ Distro - Add Adรฉlie Linux (#218)
  • ๐Ÿ–ผ Distro - Add Xray_OS (dylanaraps#2413)
  • ๐Ÿ–ผ Ascii - Update AOSC logo (#185)
  • ๐Ÿ–ผ Ascii - Update phyOS logo (#211)
  • ๐Ÿ–ผ Ascii - Update Parch logo (dylanaraps#2045)
  • ๐Ÿ–ผ Ascii - Add linux_small (dylanaraps#2417)
  • ๐Ÿ–ผ Bug Fix - Fix color blocks for bash !=3 & <5 (#170)
  • ๐Ÿ–ผ Bug Fix - Use sed -r instead of -E when using GNU sed (#171)
  • ๐Ÿ–ผ Resolution - Improved MacOS resolution detection (dylanaraps#2356)
  • ๐Ÿ–ผ Terminal - Add support for alacritty's new config format (#202)
  • ๐Ÿ–ผ Terminal - Check for newer xfce4-term config (#214)
  • ๐Ÿ–ผ Package - Add support for npm global packages (#215)

1.4.10

  • ๐ŸŒˆ Add support for qwqfetch backend (#148)
  • ๐ŸŒˆ Add nonhuman-unity flag (#139)
  • ๐ŸŒˆ Add gynesexual, androsexual flags (#157)
  • ๐ŸŒˆ Add option to disable pride month animation (#134)
  • ๐ŸŒˆ Make ^C error message less aggressive (?)
  • ๐ŸŒˆ Fix: Should not assume ~/.config is writable (#136)
  • ๐ŸŒˆ Fix: Foreground-background arrangement not detected (#154)
  • ๐Ÿ–ผ OS - Update macOS version name list (#140)
  • ๐Ÿ–ผ Ascii - Improve color removal (#161)
  • ๐Ÿ–ผ Ascii - Fix reset character performance (#158)
  • ๐Ÿ–ผ Distro - Smoothen the Tumbleweed logo (dylanaraps#2342)
  • ๐Ÿ–ผ Distro - Update RebornOS logo (dylanaraps#2358)
  • ๐Ÿ–ผ Distro - Update Venom Linux logo (#166)
  • ๐Ÿ–ผ Distro - Add Windows 95 ASCII logo (dylanaraps#2346)
  • ๐Ÿ–ผ Distro - Add ParchLinux (dylanaraps#2045)
  • ๐Ÿ–ผ Distro - Add OpenKylin (dylanaraps#2341)
  • ๐Ÿ–ผ Distro - Add EvolutionOS (dylanaraps#2350)
  • ๐Ÿ–ผ Distro - Add Salix (dylanaraps#2357)
  • ๐Ÿ–ผ Distro - Add Panwah (dylanaraps#2355)
  • ๐Ÿ–ผ Distro - Add PhyOS (#142)
  • ๐Ÿ–ผ Distro - Add Athena OS (#130)
  • ๐Ÿ–ผ Distro - Add Meowix (#159)
  • ๐Ÿ–ผ Distro - Add Slackel (#167)
  • ๐Ÿ–ผ Distro - Support *Wrt variants (dylanaraps#2352)
  • ๐Ÿ–ผ Version - Fix a typo that broke OS detection on WSL (#155)
  • ๐Ÿ–ผ Packages - Implement --package_separate flag (#135)
  • ๐Ÿ–ผ Packages - Separate flatpak-system and flatpak-user (#135)
  • ๐Ÿ–ผ Packages - Add steam as a package manager (#152)
  • ๐Ÿ–ผ Packages - Add squirrel package manager (#153)
  • ๐Ÿ–ผ Packages - Make cargo run on all systems (#146)
  • ๐Ÿ–ผ Packages - Fix cargo package count (#144)
  • ๐Ÿ–ผ Packages - Add Devbox package manager (#137)
  • ๐Ÿ–ผ Packages - Fix phantom package when pm command fails (#145)
  • ๐Ÿ–ผ Packages - Update scratch package manager (#165)
  • ๐Ÿ–ผ Editor - Better version detection
  • ๐Ÿ–ผ Resolution - Improve macOS resolution detection (dylanaraps#2356)
  • ๐Ÿ–ผ Resolution - Add resolution lookup for iOS (#164)
  • ๐Ÿ–ผ Desktop - Display global KDE Plasma theme (#163)
  • ๐Ÿ–ผ IP - Improve macOS local IP detection (dylanaraps#2362)
  • ๐Ÿ–ผ IP - Fix macOS route hangs on reverse DNS lookup
  • ๐Ÿ–ผ Config - Allow specifying default config to copy to ~/.config (#133)

1.4.9

  • ๐ŸŒˆ Add pride month easter-egg animation! โญ๏ธ
  • ๐ŸŒˆ Autocompletion for bash, zsh, tcsh (#96)
  • ๐ŸŒˆ Add nix profile installation method (#114)
  • ๐ŸŒˆ Add experimental color overlay function for more accurate lightness adjusting (using --c-overlay)
  • ๐ŸŒˆ Allow neofetch argument passthrough (using --args='...')
  • ๐ŸŒˆ Show recommended terminal size (#129)
  • ๐ŸŒˆ Update issue & pull request templates
  • ๐Ÿ–ผ Hostname - Fix FQDN substitution
  • ๐Ÿ–ผ Version - Fix Windows version detection (dylanaraps#2309)
  • ๐Ÿ–ผ Packages - Fix winget stuck on agreement (#82)
  • ๐Ÿ–ผ Distro - Fix Windows text encoding (#115)
  • ๐Ÿ–ผ Distro - Add Astra Linux (dylanaraps#2313)
  • ๐Ÿ–ผ Distro - Add FemboyOS (#121)
  • ๐Ÿ–ผ Distro - Add Nobara Linux (dylanaraps#2326)
  • ๐Ÿ–ผ Font - Fix Konsole ppid detection (#116)
  • ๐Ÿ–ผ Font - Fix Konsole terminal font detection (#127)
  • ๐Ÿ–ผ Image - Optimize sixel image display (dylanaraps#2316)

1.4.8

  • ๐ŸŒˆ Improved Windows git bash detection (#99)
  • ๐ŸŒˆ Improved color formatting codes (#101)
  • ๐ŸŒˆ Allow specifying distro in config (#102)
  • ๐ŸŒˆ Allow specifying custom ascii files (#104)
  • ๐ŸŒˆ Add omniromantic and pangender flags (#106)
  • ๐ŸŒˆ Now officially packaged for ArchLinux Community & Slackware! (#112 | #109)
  • ๐Ÿ–ผ Host - Update Apple device model detection. (#111)
  • ๐Ÿ–ผ Distro - Add Salient OS. (dylanaraps#2301)
  • ๐Ÿ–ผ Distro - Add PikaOS. (#105)
  • ๐Ÿ–ผ Distro - Add Archcraft minimal variant. (#108)
  • ๐Ÿ–ผ Distro - Update Vanilla logo. (#98)
  • ๐Ÿ–ผ Distro - ChromeOS version improvements. (dylanaraps#2305)
  • ๐Ÿ–ผ CPU - Improved multi-cpu ARM chip detection. (#97)
  • ๐Ÿ–ผ Packages - Support pipx package manager. (#107)

1.4.7

  • ๐ŸŒˆ Better Windows compatibility (#45, #84, #87, #89)
  • ๐ŸŒˆ Add gendervoid flags (#81)
  • ๐ŸŒˆ Fix ASCII extractor escape sequence generation (#90, #91)
  • ๐Ÿ–ผ Distro - Add CuteOS (dylanaraps#2291)
  • ๐Ÿ–ผ Distro - Add Floflis (dylanaraps#2289)
  • ๐Ÿ–ผ Distro - Add ArseLinux (dylanaraps#2295)
  • ๐Ÿ–ผ Distro - Better Solaris support (dylanaraps#2293)
  • ๐Ÿ–ผ Packages - Fix scoop package manager for Windows (#93)
  • ๐Ÿ–ผ Packages - Add Evox package manager for Stock Linux (#95)
  • ๐Ÿ–ผ WM - Fix false positive wm process name detection (#88, #94)
  • ๐Ÿ–ผ Misc - Added BIOS and bluetooth detection

1.4.6

  • ๐ŸŒˆ Add compatibility for FastFetch version >1.8.0 (#62)
  • ๐Ÿ–ผ Distro - Add Aperture Science ascii art (#61)
  • ๐Ÿ–ผ Distro - Add RhaymOS (dylanaraps#2274)
  • ๐Ÿ–ผ Editor - Add editor information detection (dylanaraps#2271)
  • ๐Ÿ–ผ Packages - Fix empty cargo directory (#58)
  • ๐Ÿ–ผ Terminal - Display gnome-console instead of kgx (dylanaraps#2277)
  • ๐Ÿ–ผ Terminal - Fix terminal detection with new get_process_name function
  • ๐Ÿ–ผ CPU - Detect ISA string on RISC-V CPUs (#60)
  • ๐Ÿ–ผ Song - Fix CMUS player song detection on macOS (#55)
  • ๐Ÿ–ผ Network - Fix macOS network detection (#56)
  • ๐Ÿ–ผ Misc - Change LICENSE year to 2023 (#59)

1.4.5

  • ๐ŸŒˆ Support using FastFetch as a HyFetch backend (hyfetch -b fastfetch)
  • ๐ŸŒˆ Add config file argument (#48)
  • ๐ŸŒˆ Fix problems caused by color detection on Windows (#16)
  • ๐ŸŒˆ Support pure-python distro detection for FastFetch
  • ๐Ÿ–ผ๏ธ Distro - Add Aster Linux (dylanaraps#2251)
  • ๐Ÿ–ผ๏ธ Distro - Add Hybrid Linux (dylanaraps#2239)
  • ๐Ÿ–ผ๏ธ Distro - Add UrukOS (dylanaraps#2258)
  • ๐Ÿ–ผ๏ธ Distro - Add Project Sasanqua (dylanaraps#2264)
  • ๐Ÿ–ผ๏ธ Distro - Add Kali small variant (dylanaraps#2242)
  • ๐Ÿ–ผ๏ธ Distro - Fix CachyOS matching (dylanaraps#2026)
  • ๐Ÿ–ผ WM - Fix wm detection with fuser (#39)
  • ๐Ÿ–ผ๏ธ Memory - Make memory unit decimal calculation more accurate (#52)
  • ๐Ÿ–ผ Packages - Fix squirrel (Stock Linux) package count detection (#39)
  • ๐Ÿ–ผ Packages - Support cargo bin environment variable (#49)
  • ๐Ÿ–ผ Packages - Add tea.xyz package manager (issue dylanaraps#2235)

1.4.4

  • ๐ŸŒˆ Fix Python 3.11 compatibility (#35)
  • ๐ŸŒˆ Fix many overflow problems when screen is too small
  • ๐Ÿ–ผ๏ธ Distro - Add Enso (dylanaraps#2233)
  • ๐Ÿ–ผ๏ธ Memory - Optimize and fix memory unit conversion (dylanaraps#2225)
  • ๐Ÿ–ผ๏ธ DE - Add dwl window manager (dylanaraps#2234)
  • ๐Ÿ–ผ๏ธ DE - Fix XDG session detection for X11 (dylanaraps#2232)
  • ๐Ÿ–ผ๏ธ CPU - Fix model detection for loongson (#34)

1.4.3

  • ๐ŸŒˆ Auto detect terminal background color & rgb support
  • ๐ŸŒˆ Optimize experience on light-themed terminals
  • ๐ŸŒˆ Fix bugs with lightness and light-mode config not applying
  • ๐ŸŒˆ Fix color alignment for distros with first color โ‰  ${c1} (e.g. Ubuntu Budgie)
  • ๐ŸŒˆ Add unlabeled flags (#25)
  • ๐ŸŒˆ Add gender nonconforming & femboy & tomboy flags (#32)
  • ๐ŸŒˆ Fix jailbreak iOS shell killed: 9 issue caused by ld signature check.
  • ๐Ÿ–ผ๏ธ Distro - Add garuda_small (dylanaraps#2215)
  • ๐Ÿ–ผ๏ธ Distro - Add Cobalt Linux (dylanaraps#2213)
  • ๐Ÿ–ผ๏ธ Distro - Add VanillaOS (dylanaraps#2222)
  • ๐Ÿ–ผ๏ธ Distro - Surround macOS build number in parentheses (#28)
  • ๐Ÿ–ผ๏ธ Misc - Auto select stdout mode based on tty detection (#31)
  • ๐Ÿ–ผ๏ธ Bug Fix - Fix cols coloring reset for bash 3.2 (#24)

1.4.2

  • ๐ŸŒˆ Detailed runnning/contributing instructions in README.md (#21)
  • ๐Ÿ–ผ๏ธ Distro - Add Stock Linux (#23)
  • ๐Ÿ–ผ๏ธ Distro - Add DietPi (dylanaraps#1706)
  • ๐Ÿ–ผ๏ธ Distro - Add OmniOS illumos (dylanaraps#2196)
  • ๐Ÿ–ผ๏ธ Distro - Add Droidian (dylanaraps#2201)
  • ๐Ÿ–ผ๏ธ Distro - Add HamoniKR (dylanaraps#2210)
  • ๐Ÿ–ผ๏ธ Song - Add support for TIDAL HiFi (#22)
  • ๐Ÿ–ผ๏ธ CPU - Detect multiple CPU models for ARM
  • ๐Ÿ–ผ๏ธ Misc - Better defaults: Show RAM in GiB, RAM percentage, CPU speed rounding, refresh rate
  • ๐Ÿ–ผ๏ธ Bug Fix - Fix bash 5.2 column cut off issue (#24)

1.4.1

  • ๐ŸŒˆ Paginate flags (#14)
  • ๐ŸŒˆ Add release workflow (#15)
  • ๐ŸŒˆ Create automatic release script
  • ๐ŸŒˆ Config page - Give warning when terminal size is too small
  • ๐ŸŒˆ Config page - Optimize color arrangement selection on small screens
  • ๐ŸŒˆ Add experimental Windows support (very unstable at the moment)
  • ๐Ÿ–ผ๏ธ Distro - Add ravynOS (dylanaraps#2182)
  • ๐Ÿ–ผ๏ธ Distro - Add ChonkySealOS (dylanaraps#2180)
  • ๐Ÿ–ผ๏ธ Distro - Add GhostBSD (TheSudoer#18)
  • ๐Ÿ–ผ๏ธ Distro - Add NekOS (dylanaraps#2186)
  • ๐Ÿ–ผ๏ธ Distro - Add astOS (dylanaraps#2185)
  • ๐Ÿ–ผ๏ธ Distro - Fix ChromeOS identification (dylanaraps#1949)
  • ๐Ÿ–ผ๏ธ WM - Add Hyprland to the list of wayland wms (dylanaraps#2190)
  • ๐Ÿ–ผ๏ธ Env - Add Java, Python, Node version detection (can be enabled in config)
  • ๐Ÿ–ผ๏ธ Bug Fix - Fix hostname detection when inetutils is not installed
  • ๐Ÿ–ผ๏ธ Bug Fix - Fix empty brackets displayed when no theme is found (dylanaraps#1713)
  • ๐Ÿ–ผ๏ธ Bug Fix - Fix $ escape bug in strip_escape_codes() (dylanaraps#1543)
  • ๐Ÿ–ผ๏ธ Bug Fix - Fix backslash escape bug in strip_escape_codes() (dylanaraps#1543)
  • ๐Ÿ–ผ๏ธ Bug Fix - Fix CPU detection on ARM QEMU

1.4.0

  • ๐ŸŒˆ Add finsexual flag (#12)
  • ๐Ÿš€ Addressed a total of 128 currently open pull requests from neofetch
๐Ÿ–ผ๏ธ Meta Changes
  • Meta - Fixed shellcheck warnings in neowofetch
  • Meta - Moved shellcheck from travis to GitHub Actions
  • Meta - Created a script to automatically generate distro list
  • Colors - Allow RGB colors in neofetch --ascii_colors argument (dylanaraps#1726)
๐Ÿ–ผ๏ธ Distro/OS Support Changes
๐Ÿ–ผ๏ธ Device Support Changes
๐Ÿ–ผ๏ธ Bug Fixes

1.3.0

๐Ÿ–ผ๏ธ Ascii Art Changes
๐Ÿ–ผ๏ธ Distro/OS Support Changes
๐Ÿ–ผ๏ธ Device Support Changes
๐Ÿ–ผ๏ธ Bug Fixes

1.2.0

  • ๐Ÿš€ Take over neofetch with neowofetch
๐Ÿ–ผ๏ธ Ascii Art Changes
  • Ascii - Add uwuntu (#9) (use it with hyfetch --test-distro uwuntu or neowofetch --ascii_distro uwuntu)
  • Ascii - Better Void ascii art (#10)
  • Ascii - Update old NixOS logo for compatibility (dylanaraps#2114)
๐Ÿ–ผ๏ธ Distro/OS Support Changes
๐Ÿ–ผ๏ธ Device/Program Support Changes
๐Ÿ–ผ๏ธ Bug Fixes

1.1.3rc1

  • ๐ŸŒˆ Add foreground-background color arrangement to make Fedora and Ubuntu look nicer
  • ๐ŸŒˆ Allow typing abbreviations in flag selection
  • ๐ŸŒˆ Fix: Duplicate random color arrangements are appearing in selection screen
  • ๐ŸŒˆ Fix: Inconsistant color arrangement when saved to config file

1.1.2

  • Add more flags (#5)
  • Removed numpy dependency that was used in 1.1.0

1.1.0

  • Refactored a lot of things
  • Added Beiyang flag xD
  • Added interactive configurator for brightness adjustment
  • Added dark/light mode selection
  • Added color bar preview for RGB/8bit mode selection
  • Added random color arrangement feature (for NixOS)

1.0.7

  • Fix: Make config path not on init but when it's actually needed.

1.0.6

  • Remove hypy_utils dependency to make packaging easier.

1.0.5

1.0.4

1.0.3

  • Fix missing dependency for setuptools

1.0.2

  • Implement RGB to 8bit conversion
  • Add support for Python 3.7 and 3.8

1.0.1

  • Included 11 flag presets
  • Ability to lighten colors with --c-set-l <lightness>
  • Command-line flag chooser
  • Supports Python >= 3.9

More Screenshots

image image

Original Readme from Neofetch Below

logo

A command-line system information tool written in bash 3.2+

Packaging status

neofetch

Neofetch is a command-line system information tool written in bash 3.2+. Neofetch displays information about your operating system, software and hardware in an aesthetic and visually pleasing way.

The overall purpose of Neofetch is to be used in screen-shots of your system. Neofetch shows the information other people want to see. There are other tools available for proper system statistic/diagnostics.

The information by default is displayed alongside your operating system's logo. You can further configure Neofetch to instead use an image, a custom ASCII file, your wallpaper or nothing at all.

neofetch

You can further configure Neofetch to display exactly what you want it to. Through the use of command-line flags and the configuration file you can change existing information outputs or add your own custom ones.

Neofetch supports almost 150 different operating systems. From Linux to Windows, all the way to more obscure operating systems like Minix, AIX and Haiku. If your favourite operating system is unsupported: Open up an issue and support will be added.

More: [Dependencies] [Installation] [Wiki]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

HyFetch-1.5.0a3.tar.gz (437.9 kB view details)

Uploaded Source

Built Distributions

HyFetch-1.5.0a3-py3-none-win_amd64.whl (19.6 MB view details)

Uploaded Python 3 Windows x86-64

HyFetch-1.5.0a3-py3-none-win32.whl (19.6 MB view details)

Uploaded Python 3 Windows x86

HyFetch-1.5.0a3-py3-none-musllinux_1_1_x86_64.whl (20.8 MB view details)

Uploaded Python 3 musllinux: musl 1.1+ x86-64

HyFetch-1.5.0a3-py3-none-manylinux_2_31_x86_64.whl (21.6 MB view details)

Uploaded Python 3 manylinux: glibc 2.31+ x86-64

HyFetch-1.5.0a3-py3-none-manylinux_2_31_armv7l.whl (21.2 MB view details)

Uploaded Python 3 manylinux: glibc 2.31+ ARMv7l

HyFetch-1.5.0a3-py3-none-manylinux_2_31_aarch64.whl (21.3 MB view details)

Uploaded Python 3 manylinux: glibc 2.31+ ARM64

HyFetch-1.5.0a3-py3-none-macosx_11_0_x86_64.whl (16.4 MB view details)

Uploaded Python 3 macOS 11.0+ x86-64

HyFetch-1.5.0a3-py3-none-macosx_11_0_arm64.whl (16.4 MB view details)

Uploaded Python 3 macOS 11.0+ ARM64

HyFetch-1.5.0a3-py3-none-any.whl (518.2 kB view details)

Uploaded Python 3

File details

Details for the file HyFetch-1.5.0a3.tar.gz.

File metadata

  • Download URL: HyFetch-1.5.0a3.tar.gz
  • Upload date:
  • Size: 437.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for HyFetch-1.5.0a3.tar.gz
Algorithm Hash digest
SHA256 5b25a5423a33695cdc89431a1abd819612ecb201fd1c31f8d75ab98caf49608a
MD5 397dfcd4cf6c5e475adb7698f29cd681
BLAKE2b-256 2b8f22cb492d53969c59561bfbfa9006de1fc1d7ce52a58975b00b446f261624

See more details on using hashes here.

File details

Details for the file HyFetch-1.5.0a3-py3-none-win_amd64.whl.

File metadata

  • Download URL: HyFetch-1.5.0a3-py3-none-win_amd64.whl
  • Upload date:
  • Size: 19.6 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for HyFetch-1.5.0a3-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 02e6c4c2237905c6b5ecd9768f226b63530d0b98140cdc0494afaee1d93d4b6d
MD5 f97866cf0466c0a34ce913916dcb8173
BLAKE2b-256 605f4fd937e147325fddfae36b32232940f4d95bb950c92d6b7228a06b059554

See more details on using hashes here.

File details

Details for the file HyFetch-1.5.0a3-py3-none-win32.whl.

File metadata

  • Download URL: HyFetch-1.5.0a3-py3-none-win32.whl
  • Upload date:
  • Size: 19.6 MB
  • Tags: Python 3, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for HyFetch-1.5.0a3-py3-none-win32.whl
Algorithm Hash digest
SHA256 589ffd887f91a2c83f5e202ea2cb6e626c41d76b45e4a2f55d3ccb9a30c5d5d5
MD5 c2aba2a32e0ccb79e6a6a5fcd76ac4f3
BLAKE2b-256 09802e80c346a0b6f719bd91a786c4ff39f9f62b3455ca69ca6f06cb3b89ded7

See more details on using hashes here.

File details

Details for the file HyFetch-1.5.0a3-py3-none-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for HyFetch-1.5.0a3-py3-none-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 06967e376ce901f932b1f5a056d7e337dd49bf2c208ae1a264f94a039287964c
MD5 c30e536536dd931ac1db2944f3a9f240
BLAKE2b-256 a994b2fbf67cd5118f36934c1a75a5f3fcee25a52764f77d4ad131cc80ee1ce1

See more details on using hashes here.

File details

Details for the file HyFetch-1.5.0a3-py3-none-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for HyFetch-1.5.0a3-py3-none-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 7f6cddec64d615b32eb162729500ddd440a653f6122d04052d78a6847e315c3b
MD5 f61150231631cfdac1f386d842fe0f2b
BLAKE2b-256 08d8ed00b322c4fca7a4721f78a7b4ffbec669153da8d271431791c5de909159

See more details on using hashes here.

File details

Details for the file HyFetch-1.5.0a3-py3-none-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for HyFetch-1.5.0a3-py3-none-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 7c511bd0b6baceafb7abf2b4ea52d1429c6ceb20113f59756c873e3a0e2250ea
MD5 3edd01dec5d8fb7005496a8010ccedcb
BLAKE2b-256 5261d12a2a5cee4c4c9cb948afcf995228424aaa02f99c6b364cdca980d40470

See more details on using hashes here.

File details

Details for the file HyFetch-1.5.0a3-py3-none-manylinux_2_31_aarch64.whl.

File metadata

File hashes

Hashes for HyFetch-1.5.0a3-py3-none-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 a8b32f46afffe7ddfc0451638a03a60d3cd461492a90d430e499e9ed33d56270
MD5 89cc94cab543e0cbc5a3ffe698638a75
BLAKE2b-256 cce1a35a9c704d5fda8359422a320e7e72fe25e6bb1d5e87b2505c486a4527f1

See more details on using hashes here.

File details

Details for the file HyFetch-1.5.0a3-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for HyFetch-1.5.0a3-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ba6c6c5903d8f62b46204bc6645fa6f24e16bcb0f0d7b7f5f95047adf8a18c69
MD5 b53d31ef677228b0f81a607c18c9a40a
BLAKE2b-256 7804340362f4386112addc04bbbbda55688739faa2e637245328cc34e8b868be

See more details on using hashes here.

File details

Details for the file HyFetch-1.5.0a3-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for HyFetch-1.5.0a3-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a53fa2a001e8d0a3861127bd668d75e9ef9fa51079cfdb39e58cfe0ecab183d6
MD5 09993a2c912c318724a1132aa38c678e
BLAKE2b-256 37a8a3da098e8ef5510d25b9b95bb65919eecdcd3768534e2df20bf1d59b7aee

See more details on using hashes here.

File details

Details for the file HyFetch-1.5.0a3-py3-none-any.whl.

File metadata

  • Download URL: HyFetch-1.5.0a3-py3-none-any.whl
  • Upload date:
  • Size: 518.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for HyFetch-1.5.0a3-py3-none-any.whl
Algorithm Hash digest
SHA256 5f9c788a6ea01aea3b359413a2f5906250154b760a8f7d18aa6149b143c0fa1d
MD5 8e9d9e59fddcc40d5797d07f36395aa5
BLAKE2b-256 bb6f2bcf840b2e2e0e8e5a7bde3aab94f6be2a278f7815e05f06a14d6c43ac4b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page