I basically wrote this when i was inspired by this command line tool called neo-fetch. This is nothing special and its around 59 lines of code. It shows the CPU, OS, Memory and Load information. This uses Prompts and Systeminformation to show everything.
- Demo
- Usage
The following describes the ways to use the app. (ALL REQUIRE NODE TO BE INSTALLED)
This is the recommended way to use this app.
Clone the project repo:
git clone https://github.com/bruhmoment6420/sys-fo.git
Go into the project directory:
cd sys-fo
Install dependencies:
npm run mount
Install the app globally (In the case of a permission error. For linux use the sudo
command in front to get admin perms. For windows just open a Admin Prompt):
npm install -g
Run the app by typing sysfo
anywhere in the console. It is now installed globally and can be used at a moments notice.
Download one of the binaries given in the releases section according to your os.
The following steps shows how to use Sys-Fo manually.
Clone the project repo:
git clone https://github.com/bruhmoment6420/sys-fo.git
Go into the project directory:
cd sys-fo
Install the necessary packages:
npm install
Run the app:
npm run start