Conversation
| <p align="center"><img src="https://user-images.githubusercontent.com/6799467/65944518-68834d80-e421-11e9-9b14-6ca26a16108a.png" width="350px"></p> | ||
| <h1 align="center">pfetch</h1> | ||
| <p align="center">A pretty system information tool written in POSIX sh</p><br> | ||
| <p align="center">A minimal yet pretty system profiler written in POSIX sh</p><br> |
There was a problem hiding this comment.
Don't think profiler is the right word here. It's usually used in context of measuring some value like perfomance or complexity
There was a problem hiding this comment.
I see, still wondering whether there might be a better word - to call it a "tool" is almost an overstatement, because for me that implies versatility, while this is more of a helper script.
| The goal of this project is to implement a simple system | ||
| information tool in POSIX `sh` using features built into | ||
| the language itself (*where possible*). | ||
| The goal of this project is to implement | ||
| a simple system information tool in POSIX `sh` | ||
| using features built into the language itself | ||
| (*where possible*). |
There was a problem hiding this comment.
Makes editing the text a lot easier and diffs shorter because the lines are not split arbitrarily but semantically: https://sembr.org/
| Installation is as simple as | ||
| copying the script into your PATH | ||
| and making it executable, e.g.: | ||
| ```sh | ||
| cd /usr/local/bin | ||
| sudo wget https://raw.githubusercontent.com/dylanaraps/pfetch/master/pfetch | ||
| sudo chmod +x pfetch | ||
| ``` |
There was a problem hiding this comment.
for that I first have to clone the repo, and considering the minimal nature of this project that target machine might not even have git installed
There was a problem hiding this comment.
should use curl instead since its more common
In case one needs to quickly copy it out on any exotic setup