Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T10:54:46.000Z (9 months ago)
- Last Synced: 2024-11-07T21:32:30.578Z (3 months 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.