Skip to content

Commit

Permalink
feat(README): update
Browse files Browse the repository at this point in the history
  • Loading branch information
abgox committed Jun 11, 2024
1 parent 83aa6ca commit 2416976
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- 一个 `PowerShell` 补全管理模块,更好、更简单、更方便的使用和管理补全
> `Windows PowerShell` 也可以使用此模块,但不建议
- [集中管理补全](#补全列表 '点击查看可添加补全列表!')
- `zh-CN``en-US`... 多语言切换
- `en-US`,`zh-CN`,... 多语言切换
- 动态排序补全候选(根据使用频次)

**如果 PSCompletions 对你有所帮助,请在右上角点个 Star ⭐**
Expand Down Expand Up @@ -112,7 +112,7 @@
- 如: `psc menu symbol SpaceTab ""` 设置为空字符串
- 🤔 : 表示选用当前选中的选项类补全后, 你可以按下 `Space`(空格键) 和 `Tab` 键继续获取剩余选项类补全(如 --verbose)
- 可通过 `psc menu symbol OptionTab <symbol>` 自定义此符号
- 😎 : 表示选用当前选中的选项类补全后, 你可以输入一个字符串, 然后按下 `Space`(空格键) 和 `Tab` 键继续获取剩余选项类补全
- 😎 : 表示选用当前选中的选项类补全后, 你可以按下 `Space`(空格键), 再输入一个字符串, 然后按下 `Space`(空格键) 和 `Tab` 键继续获取剩余选项类补全

- 如果字符串有空格, 请使用 "" 或 '' 包裹,如 "test content"
- 如果同时还有 😄, 表示有几个预设的字符串可以补全, 你可以不输入字符串, 直接按下 `Space`(空格键) 和 `Tab` 键继续获取补全
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- A completion manager in `PowerShell` for better and simpler use completions.
> It can also be used in `Windows PowerShell`.(Not Recommend)
- [Manage completions together.](#available-completions-list 'Click it to view the completion list that can be added !')
- Switch between languages(`zh-CN`,`en-US`...) freely.
- Switch between languages(`en-US`,`zh-CN`,...) freely.
- Sort completion tab dynamically by frequency of use.

**If this project is helpful to you, please consider giving it a star ⭐.**
Expand Down Expand Up @@ -111,7 +111,7 @@
- It can be customized by running `psc menu symbol SpaceTab <symbol>`
- 🤔 : It means that after you apply it (option completion), you can press `Space` and `Tab` key to continue to get option completions. (e.g. `--verbose`)
- It can be customized by running `psc menu symbol OptionTab <symbol>`
- 😎 : It means that after you apply it (option completion), you can enter a string, then press `Space` and `Tab` key to continue to get the rest of option completions.
- 😎 : It means that after you apply it (option completion), you can press `Space` and enter a string, then press `Space` and `Tab` key to continue to get the rest of option completions.
- If the string has Spaces, Please use "" or '' to wrap it. e.g. 'test content'
- If there is also 😄, it means that there are some strings to complete, you can press `Space` and `Tab` key to continue to get command completions without entering a string.
- It can be customized by running `psc menu symbol WriteSpaceTab <symbol>`
Expand All @@ -126,7 +126,7 @@
- You can show it by running `psc config language`
- You can change it by running `psc config language zh-CN`
- `Completion language`: The language set for the specified completion.
- e.g. `psc completion git language en-US`
- e.g. `psc completion git language en-US`.
- `Available language`: In the completion `config.json` file, there is a `language` attribute whose value is a list of available languages.

#### Determine language
Expand Down

0 comments on commit 2416976

Please sign in to comment.