Skip to content

A command line system information tool written in bash

License

Notifications You must be signed in to change notification settings

thinkroot99/ifetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iFetch

Overview

iFetch is a Bash script that provides detailed system information for Linux users. It displays information such as the username, operating system, kernel version, uptime, installed packages, and memory usage. The script aims to offer a quick and simple way for Linux users to retrieve system information.

iFetch

Usage

For detailed instructions on how to use iFetch and install.sh, please refer to the following documents:

Installation

For installation instructions, please refer to the install.sh Usage Instructions document.

Dependencies

  • None

Compatibility

iFetch has been tested on Arch Linux and is expected to work on other major Linux distributions as well.

Contributing

If you would like to contribute to the development of iFetch, please follow these steps:

  1. Fork this repository.
  2. Create a new branch for your changes: git checkout -b feature/YourChanges.
  3. Make your changes and commit them: git commit -am 'Add your changes'.
  4. Push your changes to your fork: git push origin feature/YourChanges.
  5. Open a Pull Request (PR) to propose your changes.

License

This project is licensed under the GNU GPL 3.0 License. See the LICENSE file for details.