Skip to content

Commit ce44c97

Browse files
authored
Update README formatting and content
1 parent cc721cb commit ce44c97

1 file changed

Lines changed: 19 additions & 31 deletions

File tree

README.md

Lines changed: 19 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</div>
44

55

6-
# D-Force (d4s) 🍊
6+
# D-Force (d4s)
77

88
D4S (pronounced *D-Force*) brings the power and ergonomics of K9s to the local Docker ecosystem. Stop wrestling with verbose CLI commands and start managing your containers like a pro.
99

@@ -14,7 +14,7 @@ D4S (pronounced *D-Force*) brings the power and ergonomics of K9s to the local D
1414
<a target="_blank" href="https://github.com/jr-k/d4s/stargazers"><img src="https://img.shields.io/github/stars/jr-k/d4s?style=flat&color=yellow" /></a>
1515
<a target="_blank" href="https://github.com/jr-k/d4s/pkgs/container/d4s"><img src="https://img.shields.io/badge/ghcr.io-d4s-orange?logo=github&color=orange" /></a>
1616

17-
## 📸 Screenshots
17+
## Screenshots
1818
<div align="left" width="100%">
1919
<img src="./docs/img/screen1.png" width="100%" alt="" />
2020
</div>
@@ -23,20 +23,20 @@ D4S (pronounced *D-Force*) brings the power and ergonomics of K9s to the local D
2323
<img src="./docs/img/screen2.png" width="100%" alt="" />
2424
</div>
2525

26-
## Features
26+
## Features
2727

28-
- 🍊 **Fancy UI**: Modern TUI with Dracula theme, smooth navigation, and live updates.
29-
- ⌨️ **Keyboard Centric**: Vim-like navigation (`j`/`k`), shortcuts for everything. No mouse needed.
30-
- 🐳 **Full Scope**: Supports **Containers**, **Images**, **Volumes**, **Networks**.
31-
- 📦 **Compose Aware**: Easily identify containers belonging to Compose stacks.
32-
- 🐝 **Swarm Aware**: Supports **Nodes**, **Services**.
33-
- 🔍 **Powerful Search**: Instant fuzzy filtering (`/`) and command palette (`:`).
34-
- 📊 **Live Stats**: Real-time CPU/Mem usage for containers and host context.
35-
- 📜 **Advanced Logs**: Streaming logs with auto-scroll, timestamps toggle, and wrap mode.
36-
- 🐚 **Quick Shell**: Drop into a container shell (`s`) in a split second.
37-
- 🛠 **Contextual Actions**: Inspect, Restart, Stop, Prune, Delete with safety confirmations.
28+
- **Fancy UI**: Modern TUI with Dracula theme, smooth navigation, and live updates.
29+
- **Keyboard Centric**: Vim-like navigation (`j`/`k`), shortcuts for everything. No mouse needed.
30+
- **Full Scope**: Supports **Containers**, **Images**, **Volumes**, **Networks**.
31+
- **Compose Aware**: Easily identify containers belonging to Compose stacks.
32+
- **Swarm Aware**: Supports **Nodes**, **Services**.
33+
- **Powerful Search**: Instant fuzzy filtering (`/`) and command palette (`:`).
34+
- **Live Stats**: Real-time CPU/Mem usage for containers and host context.
35+
- **Advanced Logs**: Streaming logs with auto-scroll, timestamps toggle, and wrap mode.
36+
- **Quick Shell**: Drop into a container shell (`s`) in a split second.
37+
- **Contextual Actions**: Inspect, Restart, Stop, Prune, Delete with safety confirmations.
3838

39-
## 🚀 Installation
39+
## Installation
4040

4141
### Homebrew (MacOS / Linux)
4242
```bash
@@ -99,38 +99,26 @@ go run cmd/d4s/main.go
9999
```
100100
---
101101

102-
## 🤷‍♂️ Usage
102+
## Usage
103103
```bash
104104
d4s
105105
d4s version
106106
```
107107

108-
109-
## 💪 Contributing
108+
## Contributing
110109

111110
There's still plenty to do! Take a look at the [contributing guide](CONTRIBUTING.md) to see how you can help.
112111

113-
## 🛟 Discussion / Need help ?
112+
## Discussion / Need help ?
114113

115114
### Join our Discord
116115
[<img src="./docs/img/social/discord.png" width="64">](https://discord.gg/tS2NCEJTUN)
117116

118117
### Open an Issue
119118
[<img src="./docs/img/social/github.png" width="64">](https://github.com/jr-k/d4s/issues/new/choose)
120119

121-
## 🙏 Donate
122-
123-
If you’d like to support the ongoing development of `d4s`, please consider [becoming a sponsor](https://github.com/sponsors/jr-k).
124-
125-
## 🍊 Our Mascot `Citrus`
126-
127-
<div align="left" width="100%">
128-
<img src="./docs/img/d4s-citrus.png" width="128 " alt="" />
129-
</div>
130-
131-
Meet ( •_•) **Citrus**, our vitamin-packed helper ensuring your containers stay fresh and healthy! 🍊
132-
133120
---
134121
*Built with Go & Tview. Inspired by the legendary K9s.*
135-
*d4s is made possible by a rich set of open source projects and libraries. We are truly thankful to the OSS contributors who generously share their time, care, and effort to support and allow this work.*
122+
123+
*D4s is made possible by a rich set of open source projects and libraries. We are truly thankful to the OSS contributors who generously share their time, care, and effort to support and allow this work.*
136124

0 commit comments

Comments
 (0)