Skip to content

victorjdg/novafetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

novafetch is a rust tool to get information about your computer-

It is currently able to show the following informaton:

  • OS
  • Host
  • Kernel
  • Uptime
  • CPU
  • Memory
  • GPU

Installing / Unistalling

If you are an Arch Linux user you can install Novafetch through the Arch User Repository. Otherwise you can install it using the following commands:

Installing:

make
sudo make install

Unistalling

sudo make unistall

Usage

Show all avaliable information

cargo run

If you choose to install novafetch you can access the information with:

novafetch

Option support

The application has support for the following options:

OS

novafetch -o|-os|-O|-OS

Host

novafetch -h|-host|-H|-HOST

Kernel

novafetch -k|-kernel|-K|-KERNEL

Uptime

novafetch -u|-uptime|-U|-UPTIME

CPU

novafetch -c|-cpu|-C|-CPU

Memory

novafetch -m|-memory|-M|-MEMORY

Resolution

novafetch -r|-resolution|-R|-RESOLUTION

GPU

novafetch -g|-gpu|-G|-GPU

It also supports multiple options:

novafetch -c -g -u

About

Rust tool to get information about your pc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published