Skip to content

Commit 3b61379

Browse files
committed
docs: add badges to README for project visibility and status
1 parent d695380 commit 3b61379

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

README-zh.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
中文 | [English](README_en.md)
44

5+
<p align="center">
6+
<a href="https://www.autohotkey.com/"><img
7+
src="https://img.shields.io/badge/AutoHotkey-v2-334455?logo=autohotkey&logoColor=white"
8+
alt="AutoHotkey v2" /></a>
9+
<a href="https://github.com/sean2077/winguake/releases/latest"><img
10+
src="https://img.shields.io/github/v/release/sean2077/winguake"
11+
alt="Latest Release" /></a>
12+
<a href="https://github.com/sean2077/winguake/releases"><img
13+
src="https://img.shields.io/github/downloads/sean2077/winguake/total?logo=github"
14+
alt="GitHub Downloads" /></a>
15+
<a href="https://github.com/sean2077/winguake/stargazers"><img
16+
src="https://img.shields.io/github/stars/sean2077/winguake"
17+
alt="GitHub Stars" /></a>
18+
<a href="https://github.com/sean2077/winguake/actions"><img
19+
src="https://img.shields.io/github/actions/workflow/status/sean2077/winguake/release.yml?branch=main"
20+
alt="Build Status" /></a>
21+
<a href="https://github.com/sean2077/winguake/blob/main/LICENSE"><img
22+
src="https://img.shields.io/github/license/sean2077/winguake" alt="License" /></a>
23+
</p>
24+
25+
---
26+
527
winguake 是一款让你可以在 Windows 下通过热键 显示/隐藏/启动(几乎)任意应用窗口,以及在多应用或同应用的多窗口之间切换的轻量化工具(本质是 [AutoHotkey](https://github.com/AutoHotkey/AutoHotkey) v2 脚本)。
628

729
- 通过热键**显示/隐藏/启动(几乎)任意应用窗口**

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
[中文](README-zh.md) | English
44

5+
<p align="center">
6+
<a href="https://www.autohotkey.com/"><img
7+
src="https://img.shields.io/badge/AutoHotkey-v2-334455?logo=autohotkey&logoColor=white"
8+
alt="AutoHotkey v2" /></a>
9+
<a href="https://github.com/sean2077/winguake/releases/latest"><img
10+
src="https://img.shields.io/github/v/release/sean2077/winguake"
11+
alt="Latest Release" /></a>
12+
<a href="https://github.com/sean2077/winguake/releases"><img
13+
src="https://img.shields.io/github/downloads/sean2077/winguake/total?logo=github"
14+
alt="GitHub Downloads" /></a>
15+
<a href="https://github.com/sean2077/winguake/stargazers"><img
16+
src="https://img.shields.io/github/stars/sean2077/winguake"
17+
alt="GitHub Stars" /></a>
18+
<a href="https://github.com/sean2077/winguake/actions"><img
19+
src="https://img.shields.io/github/actions/workflow/status/sean2077/winguake/release.yml?branch=main"
20+
alt="Build Status" /></a>
21+
<a href="https://github.com/sean2077/winguake/blob/main/LICENSE"><img
22+
src="https://img.shields.io/github/license/sean2077/winguake" alt="License" /></a>
23+
</p>
24+
25+
---
26+
527
winguake is a lightweight tool for Windows that allows you to show, hide, or launch (almost) any application window using hotkeys, as well as switch between multiple windows of different applications or multiple windows of the same application. It is essentially an [AutoHotkey](https://github.com/AutoHotkey/AutoHotkey) v2 script.
628

729
* Use hotkeys to **show, hide, or launch (almost) any application window**

0 commit comments

Comments
 (0)