Skip to content

Commit bb820ee

Browse files
committed
update Readme
1 parent 0e48cac commit bb820ee

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
<div align="center">
22
<h1> 🚧 Work In Progress 🚧 </h1>
33
<br>
4-
<h2> DMI table decoder </h2>
4+
<h2> TUI version of dmidecode </h2>
5+
<br>
56
</div>
67

8+
<img width="935" height="862" src="https://github.com/user-attachments/assets/2f6c1642-3b5a-4ac6-ba0d-9769fd12cf53" />
9+
10+
<br>
11+
12+
## What is demidecode ?
13+
14+
From `dmidecode` man page:
15+
16+
```
17+
dmidecode is a tool for dumping a computer's DMI (some say SMBIOS) table contents in a human-readable format. This table contains a description of the system's hardware components, as well as other useful pieces of information such as serial numbers and BIOS revision. Thanks to this table, you can retrieve this information without having to probe for the actual hardware.
18+
```
19+
20+
## Why dmitui then ?
21+
22+
`dmitui` is a TUI (Text User Interface) version that allows for easy navigation between sections, unlike `demidecode`, which requires you to specify the section as a command-line option. Additionally, `dmitui` presents information in a well-organized and visually appealing manner, with colorful highlights for enhanced readability.
23+
724
## 💡 Prerequisites
825

926
A Linux based OS.
@@ -28,6 +45,11 @@ Run the following command to start `dmitui`:
2845
sudo dmitui
2946
```
3047

48+
## 📌 Supported DMI types
49+
50+
- [x] Firmware (type 0)
51+
- [x] System (type 1)
52+
3153
## ⚖️ License
3254

33-
GPLv3
55+
GNU General Public License v3.0 or later

0 commit comments

Comments
 (0)