Skip to content

iom996/tinyfetch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tinyfetch

A simple fetch in C which is tiny and fast.. it takes 0.001 to 0.004s to fetch

Depends

  • TERM, LANG, USER, SHELL environmental variables
  • gcc
  • make

Installation

  1. Clone the repository:

    git clone [https://github.com/abrik1/tinyfetch](https://github.com/abrik1/tinyfetch)
    cd tinyfetch
  2. Configuration (Optional): Edit src/config.h to customize the output.

  3. Build:

make
  1. Install:
sudo make install

Uninstall

sudo make uninstall

Preview

master

License

MIT License

About

a simple fetch in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 79.0%
  • Makefile 21.0%