Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thinkroot99/ifetch
- Owner: thinkroot99
- License: gpl-3.0
- Created: 2024-05-08T07:15:17.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T11:47:05.000Z (6 months ago)
- Last Synced: 2024-05-09T08:35:09.314Z (6 months ago)
- Topics: bash, bash-script, command-line, commandline, distro, ifetch, screenfetch, script, shell, shell-script, system-information
- Language: Shell
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.