IRIX Network Forums
PFetch now supports IRIX - Printable Version

+- IRIX Network Forums (//forums.irixnet.org)
+-- Forum: SGI/MIPS (//forums.irixnet.org/forum-3.html)
+--- Forum: IRIX/Software (//forums.irixnet.org/forum-7.html)
+--- Thread: PFetch now supports IRIX (/thread-1944.html)



PFetch now supports IRIX - Raion - 03-09-2020

I gave Dylan, creator of neofetch and pfetch, access to my IRIX box and now pfetch works on IRIX.

Pfetch has the benefit that it works without using GNU Bash. 

It should be in the master now per my emails with Dylan


RE: PFetch now supports IRIX - shrek - 03-10-2020

SGI cube logo when?


RE: PFetch now supports IRIX - Raion - 03-10-2020

Probably not any time soon. The cube is hard to engineer though if you want to help I'm sure he would do a pull request.


RE: PFetch now supports IRIX - jirka - 03-10-2020

Looks cool! Even without the SGI logo.


RE: PFetch now supports IRIX - shrek - 03-11-2020

Code:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@      @@@     @@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@%           @@.          %@@@@@@@@@@@@
@@@@@@@@          ,.    @@/    ,          @@@@@@@@
@@@@@@@@          @&    @@(    @@          @@@@@@@
@@@@@@%@@@@&          @ @@##(          ,@@@@@@@@@@
@@@@       &@@@@                   @@@@&      (@@@
@@@@           #@@@#.         *@@@@*          @@@@
@@@@               //  /%#@   &               @@@@
@@@@     @@@@          @@@@          @@@@     @@@@
@@@@/           @*              *@            @@@@
@@@@@       %@@@@(              /@@@@&       #@@@@
@@@@@@*(@@@@@.          @@           @@@@@  (@@@@@
@@@@@@@@@        (      @@      (        @@@@@@@@@
@@@@@@@@        &@     (@@      @,        @@@@@@@@
@@@@@@@@@@@,           &@@            (@@@@@@@@@@@
@@@@@@@@@@@@@@@        @@@         @@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@%    @@@%    @@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Doesn't really look right if it's smaller but here's a start.


RE: PFetch now supports IRIX - GeekLucanis - 03-11-2020

there should be an old build of neofetch that works on 6.5 and above. It has the cube iirc


RE: PFetch now supports IRIX - Raion - 03-11-2020

neofetch uses GNU bash.

pfetch is designed to not require us to install Linux shit on the system.


RE: PFetch now supports IRIX - GeekLucanis - 03-11-2020

I was saying neofetch has the ascii art of the cube done, so we can grab it from neofetch and put it in pfetch


RE: PFetch now supports IRIX - Raion - 03-11-2020

Talk to Dylan about it. I just wanted pfetch to work.

The escape sequences used for ASCII art are not the same between GNU bash and ksh88/posix bourne shell, so you can't just plop one into the other from what I understand.