You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(README): add GitHub star badges to each upstream in the OSS table
Inlines a small ★-style stars badge next to each project (GitLab badge
for mutter, GitHub badges for the rest). Also points the MCP row at the
modelcontextprotocol/modelcontextprotocol repo instead of the website
so the star badge resolves.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,16 +79,16 @@ FlashPaste doesn't replace anything — it's a thin, MIT-licensed shim that make
79
79
80
80
| Layer | Upstream project | License | What FlashPaste does with it |
81
81
|---|---|---|---|
82
-
| Compositor |[GNOME / mutter](https://gitlab.gnome.org/GNOME/mutter)| GPL-2.0 | Detects mutter's surfaceless-client clipboard refusal and routes around it |
| Multiplexer |[tmux](https://github.com/tmux/tmux)| ISC | Plugs into `bind -n C-v` + right-click menu with a recursion guard |
85
-
| Wayland clipboard |[wl-clipboard](https://github.com/bugaevc/wl-clipboard) (Sergey Bugaev) | GPL-3.0 | Shims `wl-paste` with an xclip fallback + wedge cache |
86
-
| X11 clipboard |[xclip](https://github.com/astrand/xclip) · [xsel](https://github.com/kfish/xsel)| MIT / GPL-2.0 | Authoritative selection owner on the bash hot path |
| Screenshot portal |[xdg-desktop-portal](https://github.com/flatpak/xdg-desktop-portal)| LGPL-2.1 |`flashpaste-shoot` captures via the portal (no `gnome-screenshot` fork) |
| Compositor |[GNOME / mutter](https://gitlab.gnome.org/GNOME/mutter)<ahref="https://gitlab.gnome.org/GNOME/mutter"><imgalt="GitLab stars"src="https://img.shields.io/gitlab/stars/GNOME/mutter?gitlab_url=https%3A%2F%2Fgitlab.gnome.org&style=flat-square&label=%E2%98%85&color=f0db4f"></a> | GPL-2.0 | Detects mutter's surfaceless-client clipboard refusal and routes around it |
| Multiplexer |[tmux](https://github.com/tmux/tmux)<ahref="https://github.com/tmux/tmux/stargazers"><imgalt="GitHub stars"src="https://img.shields.io/github/stars/tmux/tmux?style=flat-square&label=%E2%98%85&color=f0db4f"></a> | ISC | Plugs into `bind -n C-v` + right-click menu with a recursion guard |
85
+
| Wayland clipboard |[wl-clipboard](https://github.com/bugaevc/wl-clipboard)<ahref="https://github.com/bugaevc/wl-clipboard/stargazers"><imgalt="GitHub stars"src="https://img.shields.io/github/stars/bugaevc/wl-clipboard?style=flat-square&label=%E2%98%85&color=f0db4f"></a> (Sergey Bugaev) | GPL-3.0 | Shims `wl-paste` with an xclip fallback + wedge cache |
86
+
| X11 clipboard |[xclip](https://github.com/astrand/xclip)<ahref="https://github.com/astrand/xclip/stargazers"><imgalt="GitHub stars"src="https://img.shields.io/github/stars/astrand/xclip?style=flat-square&label=%E2%98%85&color=f0db4f"></a> · [xsel](https://github.com/kfish/xsel) <ahref="https://github.com/kfish/xsel/stargazers"><imgalt="GitHub stars"src="https://img.shields.io/github/stars/kfish/xsel?style=flat-square&label=%E2%98%85&color=f0db4f"></a>| MIT / GPL-2.0 | Authoritative selection owner on the bash hot path |
0 commit comments