Skip to content

Commit

Permalink
docs: 更新链接
Browse files Browse the repository at this point in the history
  • Loading branch information
abgox committed Jan 19, 2025
1 parent 8452381 commit 96381c7
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
16 changes: 8 additions & 8 deletions README-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<h1 align="center">✨<a href="https://pscompletions.pages.dev">PSCompletions(psc)</a>✨</h1>
<h1 align="center">✨<a href="https://pscompletions.abgox.com">PSCompletions(psc)</a>✨</h1>
</p>

<p align="center">
Expand Down Expand Up @@ -45,7 +45,7 @@
- `en-US`,`zh-CN`,... 多语言切换
- 动态排序补全项(根据使用频次)
- [提供了一个更强大的补全菜单](#关于补全菜单 "点击查看相关详情")
- [与 argc-completions 结合使用](https://pscompletions.pages.dev/tips/pscompletions-and-argc-completions "点击查看如何实现")
- [与 argc-completions 结合使用](https://pscompletions.abgox.com/tips/pscompletions-and-argc-completions "点击查看如何实现")
- [argc-completions 仓库](https://github.com/sigoden/argc-completions)

[**如果 `PSCompletions` 对你有所帮助,请考虑给它一个 Star ⭐**](#stars)
Expand All @@ -56,7 +56,7 @@

## 常见问题

- 请查阅 [常见问题](https://pscompletions.pages.dev/FAQ)
- 请查阅 [常见问题](https://pscompletions.abgox.com/FAQ)

## 安装

Expand Down Expand Up @@ -111,7 +111,7 @@
>
> - [可用补全列表](#补全列表 "当前可添加的所有补全,更多的补全正在添加中!")
> - 如果补全列表里没有你想要的补全,你可以 [提交 issues](https://github.com/abgox/PSCompletions/issues "点击提交 issues")
> - 也可以 [与 argc-completions 结合使用](https://pscompletions.pages.dev/tips/pscompletions-and-argc-completions "点击查看如何实现")
> - 也可以 [与 argc-completions 结合使用](https://pscompletions.abgox.com/tips/pscompletions-and-argc-completions "点击查看如何实现")
-`git` 补全为例

Expand All @@ -121,7 +121,7 @@

## Demo

![demo](https://pscompletions.pages.dev/demo-CN.gif)
![demo](https://pscompletions.abgox.com/demo-CN.gif)

## 贡献

Expand Down Expand Up @@ -209,7 +209,7 @@
- `cd`/`.\`/`..\`/`~\`/... 这样的路径补全
- `Get-*`/`Set-*`/`New-*`/... 这样的内置命令补全
- 通过 [`Register-ArgumentCompleter`](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/register-argumentcompleter) 注册的补全
- [与 argc-completions 结合使用](https://pscompletions.pages.dev/tips/pscompletions-and-argc-completions)
- [与 argc-completions 结合使用](https://pscompletions.abgox.com/tips/pscompletions-and-argc-completions)
- 由 cli 或模块注册的补全
- ...
Expand Down Expand Up @@ -326,9 +326,9 @@

## 赞赏支持

<a href='https://ko-fi.com/W7W817R6Z3' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://abgox.pages.dev/buy-me-a-coffee.png' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
<a href='https://ko-fi.com/W7W817R6Z3' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://me.abgox.com/buy-me-a-coffee.png' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>

![赞赏支持](https://abgox.pages.dev/support.png)
![赞赏支持](https://me.abgox.com/support.png)

## 补全列表

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<h1 align="center">✨<a href="https://pscompletions.pages.dev">PSCompletions(psc)</a>✨</h1>
<h1 align="center">✨<a href="https://pscompletions.abgox.com">PSCompletions(psc)</a>✨</h1>
</p>

<p align="center">
Expand Down Expand Up @@ -45,7 +45,7 @@
- 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 "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.")
- [Combined with argc-completions.](https://pscompletions.abgox.com/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 ⭐.**](#stars)
Expand All @@ -56,7 +56,7 @@

## FAQ

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

## How to install

Expand Down Expand Up @@ -108,7 +108,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.").
> - You can also [combined with argc-completions.](https://pscompletions.pages.dev/tips/pscompletions-and-argc-completions "Click to see what you need to do.")
> - You can also [combined with argc-completions.](https://pscompletions.abgox.com/tips/pscompletions-and-argc-completions "Click to see what you need to do.")
- Take `git` as an example.

Expand All @@ -118,7 +118,7 @@

## Demo

![demo](https://pscompletions.pages.dev/demo.gif)
![demo](https://pscompletions.abgox.com/demo.gif)

## Contribution

Expand Down Expand Up @@ -206,7 +206,7 @@
- Path completion such as `cd`/`.\`/`..\`/`~\`/... in `PowerShell`.
- Build-in commands such as `Get-*`/`Set-*`/`New-*`/... in `PowerShell`.
- Completion registered by [`Register-ArgumentCompleter`](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/register-argumentcompleter)
- [Combined with argc-completions.](https://pscompletions.pages.dev/tips/pscompletions-and-argc-completions)
- [Combined with argc-completions.](https://pscompletions.abgox.com/tips/pscompletions-and-argc-completions)
- Completion registered by cli or module.
- ...
Expand Down Expand Up @@ -317,9 +317,9 @@

## Support

<a href='https://ko-fi.com/W7W817R6Z3' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://abgox.pages.dev/buy-me-a-coffee.png' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
<a href='https://ko-fi.com/W7W817R6Z3' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://me.abgox.com/buy-me-a-coffee.png' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>

![Support](https://abgox.pages.dev/support.png)
![Support](https://me.abgox.com/support.png)

## Available Completions List

Expand Down
2 changes: 1 addition & 1 deletion module/CHANGELOG-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
## 5.1.0 (2024/11/21)

- 添加方法 `$PSCompletions.argc_completions()` 用于 [argc-completions](https://github.com/sigoden/argc-completions)
- 详情请查看: [PSCompletions and argc-completions](https://pscompletions.pages.dev/tips/pscompletions-and-argc-completions)
- 详情请查看: [PSCompletions and argc-completions](https://pscompletions.abgox.com//tips/pscompletions-and-argc-completions)
- 优化了模块目录结构,将不重要的临时文件统一放置到 `temp` 目录下。
- 减少不必要的重复解析,让第二次及之后的补全更快。
- 其他的优化和修复。
Expand Down
4 changes: 2 additions & 2 deletions module/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,15 +263,15 @@
"zh-CN": [
"更新(2024/11/21)\n",
"- 添加方法 $PSCompletions.argc_completions() 用于 [argc-completions](https://github.com/sigoden/argc-completions)。\n",
" - 详情请查看: https://pscompletions.pages.dev/tips/pscompletions-and-argc-completions\n",
" - 详情请查看: https://pscompletions.abgox.com/tips/pscompletions-and-argc-completions\n",
"- 优化了模块目录结构,将不重要的文件统一放置到 temp 目录下。\n",
"- 减少不必要的重复解析,使第一次补全后,后续补全更快。\n",
"- 其他的优化和修复。\n"
],
"en-US": [
"Update(2024/11/21)\n",
"- Add method $PSCompletions.argc_completions() for [argc-completions](https://github.com/sigoden/argc-completions).\n",
" - For details: https://pscompletions.pages.dev/tips/pscompletions-and-argc-completions\n",
" - For details: https://pscompletions.abgox.com/tips/pscompletions-and-argc-completions\n",
"- Optimize the module directory structure, and put unnecessary files into the temp directory.\n",
"- Reduce unnecessary duplicate parsing, making subsequent completions faster after the first completion.\n",
"- Other optimizations and fixes.\n"
Expand Down
2 changes: 1 addition & 1 deletion module/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
## 5.1.0 (2024/11/21)

- Add method `$PSCompletions.argc_completions()` for [argc-completions](https://github.com/sigoden/argc-completions).
- For details: [PSCompletions and argc-completions](https://pscompletions.pages.dev/tips/pscompletions-and-argc-completions).
- For details: [PSCompletions and argc-completions](https://pscompletions.abgox.com/tips/pscompletions-and-argc-completions).
- Optimize the module directory structure, and put unnecessary files into the temp directory.
- Reduce unnecessary duplicate parsing, making subsequent completions faster after the first completion.
- Other optimizations and fixes.
Expand Down

0 comments on commit 96381c7

Please sign in to comment.