Skip to content

Commit f1f65f3

Browse files
committed
更新tool说明
1 parent 090a609 commit f1f65f3

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

tool/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
! -------------------------------------------------------------
44
! Doc Type : Markdown
55
! Doc Name : (Tools Introduction).md
6-
! Doc Authors : 曾奥然 <ccmywish@qq.com>
7-
! | xuan <wick.dynex@qq.com>
8-
! Contributors : ChatGPT <https://chatgpt.com>
6+
! Doc Authors : @ccmywish
7+
! | @wickdynex
8+
! Contributors : @ChatGPT
99
! |
1010
! Created On : <2024-10-25>
11-
! Last Modified : <2025-07-21>
11+
! Last Modified : <2026-03-25>
1212
!
1313
! tool 目录说明
1414
! ---------------------------------------------------------- -->
@@ -27,6 +27,10 @@
2727

2828
从 GitHub `pre` release 上下载所有附件
2929

30+
4. `completion/` 目录
31+
32+
Shell 自动补全文件
33+
3034
<br>
3135

3236
## `rawstr4c`

tool/completion/bash_completion.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# --------------------------------------------------------------
1+
# ---------------------------------------------------------------
22
# SPDX-License-Identifier: GPL-3.0-or-later
3-
# --------------------------------------------------------------
4-
# Build File : chsrc_completion.sh
3+
# ---------------------------------------------------------------
4+
# Shell File : completion.sh
55
# File Authors : 郭恒 <2085471348@qq.com>
6-
# Contributors : Nil Null <nil@null.org>
6+
# Contributors : Nil Null <nil@null.org>
77
# |
88
# Created On : <2026-03-19>
99
# Last Modified : <2026-03-21>
1010
#
11-
# ------------------------------------------------------------------------------
12-
# chsrc 的 Bash 自动补全脚本(当前仅在Linux Ubuntu中测试过
13-
#
14-
# 目标操作系统:Linux
11+
# ----------
12+
# chsrc 的 Shell 自动补全脚本(当前仅在 Ubuntu 中测试过
13+
# 1. Bash 已测试
14+
# 2. Zsh 暂未测试
1515
#
1616
# @issue https://github.com/RubyMetric/chsrc/issues/204
17-
# source chsrc_completion.sh # 当前终端立即生效
18-
# ------------------------------------------------------------------------------
17+
# source completion.sh # 当前终端立即生效
18+
# ---------------------------------------------------------------
1919

2020
_chsrc() {
2121

0 commit comments

Comments
 (0)