https://github.com/thinkroot99/minifetch
MiniFetch is an interactive Bash script that provides detailed information about the operating system it is running on.
https://github.com/thinkroot99/minifetch
archlinux debian fedora gentoo info-system information linuxmint minifetch script system ubuntu
Last synced: 1 day ago
JSON representation
MiniFetch is an interactive Bash script that provides detailed information about the operating system it is running on.
- Host: GitHub
- URL: https://github.com/thinkroot99/minifetch
- Owner: thinkroot99
- License: gpl-3.0
- Created: 2024-03-15T09:51:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T10:54:46.000Z (over 1 year ago)
- Last Synced: 2024-12-29T15:45:29.626Z (about 1 year ago)
- Topics: archlinux, debian, fedora, gentoo, info-system, information, linuxmint, minifetch, script, system, ubuntu
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MiniFetch
### Description:
- MiniFetch is an interactive Bash script that provides detailed information about the operating system it runs on.
- It displays information such as the username and hostname, operating system and kernel version, system architecture, uptime, total number of installed packages, available and used storage space, memory usage, and processor information. Users can use this script for system troubleshooting and administration.
### Usage:
1. Open the terminal and navigate to the directory where you saved the script.
2. Grant execution permissions to the script using the command: chmod +x MiniFetch.sh.
3. Run the script without arguments to display standard information or run with the argument "-a" to display all information.