Skip to content

Commit

Permalink
feat(README): update
Browse files Browse the repository at this point in the history
  • Loading branch information
abgox committed Nov 22, 2024
1 parent 9100dc5 commit 8332949
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@
- [集中管理补全](#补全列表 "点击查看可添加补全列表!")
- `en-US`,`zh-CN`,... 多语言切换
- 动态排序补全项(根据使用频次)
- [提供了一个更强大的补全菜单](#关于补全菜单)
- [与 argc-completions 结合使用](https://pscompletions.pages.dev/tips/pscompletions-and-argc-completions)
- [提供了一个更强大的补全菜单](#关于补全菜单 "点击查看相关详情")
- [与 argc-completions 结合使用](https://pscompletions.pages.dev/tips/pscompletions-and-argc-completions "点击查看如何实现")
- [argc-completions 仓库](https://github.com/sigoden/argc-completions)

**如果 `PSCompletions` 对你有所帮助,请在此项目点个 Star ⭐**

Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@

- A completion manager in `PowerShell` for better and simpler use completions.
> It can also be used in `Windows PowerShell`, but it's a better choice to use `PowerShell`.
- [Manage completions together.](#available-completions-list "Click it to view the completion list that can be added !")
- [Manage completions together.](#available-completions-list "Click it to view the completion list that can be added.")
- Switch between languages(`en-US`,`zh-CN`,...) freely.
- Sort completion items dynamically by frequency of use.
- [Provide a more powerful completion menu.](#about-completion-menu)
- [Combined with argc-completions.](https://pscompletions.pages.dev/tips/pscompletions-and-argc-completions)
- [Provide a more powerful completion menu.](#about-completion-menu "Click it to learn more about it.")
- [Combined with argc-completions.](https://pscompletions.pages.dev/tips/pscompletions-and-argc-completions "Click to see what you need to do.")
- [sigoden/argc-completions](https://github.com/sigoden/argc-completions)

**If `PSCompletions` is helpful to you, please consider giving it a star ⭐.**

Expand All @@ -56,7 +57,7 @@

## FAQ

- See the [FAQ](https://pscompletions.pages.dev/FAQ)
- See the [FAQ](https://pscompletions.pages.dev/FAQ).

## How to install

Expand Down Expand Up @@ -93,7 +94,7 @@

### [Available Completions](#available-completions-list "All completions that can be added at present. More completions are adding!")

> If it doesn't include the completion you want, you can [submit an issue](https://github.com/abgox/PSCompletions/issues "Click to submit an issue").
> If it doesn't include the completion you want, you can [submit an issue](https://github.com/abgox/PSCompletions/issues "Click to submit an issue.").
- Take `git` as an example.

Expand Down

0 comments on commit 8332949

Please sign in to comment.