File tree Expand file tree Collapse file tree 1 file changed +68
-0
lines changed
Expand file tree Collapse file tree 1 file changed +68
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : Auto Cheatsheet - 轻量级命令行速查工具
3+ share : " true"
4+ categories :
5+ - Blog
6+ tags :
7+ - Blog
8+ - Develop
9+ - Command
10+ - Cheatsheet
11+ description : Auto Cheatsheet 是一个轻量级的桌面应用,专为开发者设计,用于快速查看和管理命令行速查表。通过悬浮球界面,你可以随时随地访问常用命令,无需离开当前工作流程。
12+ author : TRG
13+ dir : posts
14+ date : 2025-11-27T12:32:07+08:00
15+ showToc : " true"
16+ ShowReadingTime : " true"
17+ ShowWordCount : " true"
18+ ShowRssButtonInSectionTermList : " true"
19+ UseHugoToc : " true"
20+ ---
21+
22+
23+ ** GitHub** : [ auto_cheatsheet] ( https://github.com/yourusername/auto_cheatsheet )
24+ ## 项目简介
25+
26+ Auto Cheatsheet 是一个轻量级的桌面应用,专为开发者设计,用于快速查看和管理命令行速查表。通过悬浮球界面,你可以随时随地访问常用命令,无需离开当前工作流程。
27+
28+
29+
30+
31+ <p align = " center " >
32+
33+ <img src =" https://github.com/TecReaGroup/auto_cheatsheet/blob/master/asset/images/main_menu.png?raw=true " width =" 30% " />
34+
35+ <img src =" https://github.com/TecReaGroup/auto_cheatsheet/blob/master/asset/images/svg_viewer.png?raw=true " width =" 30% " />
36+
37+ </p >
38+
39+ ### YAML 文件
40+
41+ LLM 自动生成 YAML 文件,也支持自己编写 YAML 文件,自动生成 SVG 速查表:
42+
43+
44+ ``` yaml
45+
46+ filename : git_cheatsheet
47+
48+ terminal_title : Git 常用命令
49+
50+ sections :
51+
52+ - title : 基础操作
53+
54+ commands :
55+
56+ - command : git init
57+
58+ description : 初始化仓库
59+
60+ - command : git clone <url>
61+
62+ description : 克隆远程仓库
63+
64+ ` ` `
65+
66+
67+
68+
You can’t perform that action at this time.
0 commit comments