Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thinkroot99/ifetch

A command line system information tool written in bash
https://github.com/thinkroot99/ifetch

bash bash-script command-line commandline distro ifetch screenfetch script shell shell-script system-information

Last synced: about 6 hours ago
JSON representation

A command line system information tool written in bash

Awesome Lists containing this project

README

        

# 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](ifetch.png)

## Usage

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

- [**`ifetch.sh` Usage Instructions**](use_ifetch.md)
- [**`install.sh` Usage Instructions**](use_install.md)

## Installation

For installation instructions, please refer to the [**`install.sh` Usage Instructions**](use_install.md) 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](LICENSE) file for details.