logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Display System Information - pfetch | Online Free DevTools by Hexmos

Display system information with pfetch. Quickly retrieve OS details, kernel version, uptime, and memory usage. Free online tool, no registration required.

pfetch

Display system information. More information: https://github.com/dylanaraps/pfetch.

  • Display the ASCII art and default fields:

pfetch

  • Display only the ASCII art and color palette fields:

PF_INFO="{{ascii palette}}" pfetch

  • Display all possible fields:

PF_INFO="{{ascii title os host kernel uptime pkgs memory shell editor wm de palette}}" pfetch

  • Display a different username and hostname:

USER="{{user}}" HOSTNAME="{{hostname}}" pfetch

  • Display without colors:

PF_COLOR={{0}} pfetch

See Also