File tree Expand file tree Collapse file tree 4 files changed +57
-0
lines changed Expand file tree Collapse file tree 4 files changed +57
-0
lines changed File renamed without changes.
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : tldr-make help great again
3
+ summary : 从此阅读帮助不在困难
4
+ authors : [FluentQA]
5
+ tags : [productivity]
6
+ categories : [QA-Revisited,productivity]
7
+ date : ' 2022-12-14'
8
+ slides :
9
+ # Choose a theme from https://github.com/hakimel/reveal.js#theming
10
+ theme : black
11
+ # Choose a code highlighting style (see Hugo docs on Chroma)
12
+ # Light style: github-light. Dark style: dracula (default).
13
+ highlight_style : dracula
14
+ ---
15
+ # tldr: too long; didn't read
16
+
17
+ tldr 让阅读帮助不再痛苦和困难
18
+
19
+ ---
20
+
21
+ ## tldr 介绍
22
+ > tldr: too long; didn't read
23
+
24
+ - tldr是什么?tldr是一个新帮助手册
25
+ - tldr解决什么问题? 系统自带的帮助太长太难懂,tldr让你轻松理解
26
+
27
+ ---
28
+
29
+ ## tldr安装
30
+
31
+ ``` sh
32
+ npm install -g tldr
33
+ ```
34
+
35
+ ---
36
+
37
+ ## tldr使用
38
+
39
+ - tldr更新cache 帮助文档
40
+
41
+ ``` sh
42
+ tldr update
43
+ ```
44
+ ---
45
+
46
+ ## tldr 查看帮助
47
+
48
+ tldr的帮助比man的帮助更加简单:
49
+ - tar的帮助
50
+ ![ ] ( tldr-help.png )
51
+
52
+ ---
53
+
54
+ - pytst的帮助
55
+ ![ ] ( tldr-pytest.png )
56
+ ---
57
+
You can’t perform that action at this time.
0 commit comments