Skip to content

Commit 29eafc6

Browse files
authored
Update README.md
1 parent 37de95d commit 29eafc6

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

README.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 🚀🌠 Pulsarship
22

33
<div align="center">
4-
4+
55
<!-- Badges -->
66
[![License: GPL3](https://img.shields.io/github/license/xeyossr/pulsarship?style=for-the-badge&logo=opensourceinitiative&logoColor=white)](https://github.com/xeyossr/pulsarship/blob/main/LICENSE)
77
[![Go Version](https://img.shields.io/badge/Go-1.24+-blue?style=for-the-badge&logo=go&logoColor=white)](https://golang.org/dl/)
@@ -19,13 +19,26 @@
1919

2020
## ✨ Features
2121

22-
- ⚙️ **Modular architecture** – Easily customize each part of the prompt
23-
- 🎨 **Color palette support** – Define theme colors using `palette` and reference them in components
24-
- 🧩 **Components** – Includes built-in components such as:
25-
- `cwd`, `username`, `hostname`, `character`, `time`, `git`, and more
26-
- 🧰 **Custom components** – Define your own modules using simple config + shell scripts
27-
-**Blazing fast** – Lightweight Go binary with minimal memory usage
28-
- 🧪 **Extensible** – Future support planned for right prompt, custom modules, async updates
22+
<table>
23+
<tr>
24+
<td valign="top">
25+
26+
27+
- ⚙️ <b>Modular architecture</b> – Easily customize each part of the prompt
28+
- 🎨 <b>Color palette support</b> – Define theme colors using `palette`
29+
- 🧩 <b>Components</b> – Includes:
30+
- `cwd`, `username`, `hostname`, `git`, `character`, etc
31+
- 🧰 <b>Custom components</b> – Define your own modules
32+
- ⚡ <b>Blazing fast</b> – Lightweight Go binary
33+
- 🧪 <b>Extensible</b> – Right prompt, async, etc
34+
35+
</td>
36+
<td valign="top">
37+
<img src="https://github.com/user-attachments/assets/e9ac28f5-a464-4a63-b74a-95968314ff0e" width="400"/>
38+
</td>
39+
</tr>
40+
</table>
41+
2942

3043
---
3144

0 commit comments

Comments
 (0)