Skip to content

Commit 9dd168d

Browse files
committed
update Readme
1 parent 0e48cac commit 9dd168d

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
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+
> **`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.
17+
18+
## Why dmitui then ?
19+
20+
`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.
21+
722
## 💡 Prerequisites
823

924
A Linux based OS.
@@ -28,6 +43,11 @@ Run the following command to start `dmitui`:
2843
sudo dmitui
2944
```
3045

46+
## 📌 Supported DMI types
47+
48+
- [x] Firmware (type 0)
49+
- [x] System (type 1)
50+
3151
## ⚖️ License
3252

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

0 commit comments

Comments
 (0)