Skip to content

A basic system information viewer written in TypeScript.

License

Notifications You must be signed in to change notification settings

tahlilma/sys-fo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOGO

sys-fo

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.

Readme Contents

  • Demo
  • Usage

Demo

gif

Usage

The following describes the ways to use the app. (ALL REQUIRE NODE TO BE INSTALLED)

Installation Way:

This is the recommended way to use this app.

Step 1

Clone the project repo:

git clone https://github.com/bruhmoment6420/sys-fo.git

Step 2

Go into the project directory:

cd sys-fo

Step 3

Install dependencies:

npm run mount

Step 4

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

Step 5

Run the app by typing sysfo anywhere in the console. It is now installed globally and can be used at a moments notice.

Downloaded Way (broken):

Download one of the binaries given in the releases section according to your os.

Manual Way:

The following steps shows how to use Sys-Fo manually.

Step 1

Clone the project repo:

git clone https://github.com/bruhmoment6420/sys-fo.git

Step 2

Go into the project directory:

cd sys-fo

Step 3

Install the necessary packages:

npm install

Step 4

Run the app:

npm run start