Skip to content

Commit b715880

Browse files
authored
adding screenshot image (#31)
Signed-off-by: Daniel Guns <danbguns@gmail.com>
1 parent 2a46352 commit b715880

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ A [K9s](https://github.com/derailed/k9s)-inspired terminal UI for monitoring Flu
66
![License](https://img.shields.io/crates/l/flux9s)
77
![Rust](https://img.shields.io/badge/rust-1.70%2B-orange)
88

9+
![flux9s screenshot](docs/images/screenshot.png)
10+
911
## Overview
1012

1113
`flux9s` provides a terminal-based interface for monitoring and managing Flux CD resources, inspired by the excellent [K9s](https://github.com/derailed/k9s) project. It offers real-time monitoring of Flux Custom Resources (CRDs) including Kustomizations, GitRepositories, HelmReleases, and more.
@@ -129,7 +131,8 @@ By default, `flux9s` watches the `flux-system` namespace. Use `:ns all` to view
129131
This project is inspired by and built with the following excellent tools:
130132

131133
- **[K9s](https://github.com/derailed/k9s)** - The terminal UI for Kubernetes that inspired this project
132-
- **[Flux](https://github.com/fluxcd/flux2)** - The open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit. - **[kube-rs](https://github.com/kube-rs/kube)** - The Rust Kubernetes client library powering the Kubernetes API interactions
134+
- **[Flux](https://github.com/fluxcd/flux2)** - The open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.
135+
- **[kube-rs](https://github.com/kube-rs/kube)** - The Rust Kubernetes client library powering the Kubernetes API interactions
133136
- **[kopium](https://github.com/kube-rs/kopium)** - The tool used to generate Rust types from Kubernetes CRDs
134137

135138
## AI Note

docs/images/.gitkeep

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This directory stores screenshots and images for the README
2+
#
3+
# To add a screenshot:
4+
# 1. Take a screenshot of flux9s in action
5+
# 2. Save it as `screenshot.png` (or `.jpg`, `.gif`, etc.)
6+
# 3. Reference it in README.md using: ![flux9s screenshot](docs/images/screenshot.png)
7+

docs/images/screenshot.png

642 KB
Loading

0 commit comments

Comments
 (0)