# PowerShell **Repository Path**: Asheng008/PowerShell ## Basic Information - **Project Name**: PowerShell - **Description**: 来自GitHub,https://github.com/fleschutz/PowerShell - **Primary Language**: PowerShell - **License**: CC0-1.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-19 - **Last Updated**: 2025-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PowerShell 脚本超级集合 ===================================== **包含 500 多个适用于 Linux、macOS 和 Windows 的免费独立 PowerShell 脚本。可用于命令行(CLI)、通过 SSH 远程控制、自动化任务(启动/登录/注销/每日/每小时/关机时或通过 AutoHotkey/Jenkins 等)、上下文菜单、语音命令(参见 [talk2windows](https://github.com/fleschutz/talk2windows)),或者仅用于学习 PowerShell。所有脚本都位于 📂[scripts](scripts/) 子文件夹中,并支持 Unicode - 推荐使用现代控制台如 *Windows Terminal*。** **[下载](https://github.com/fleschutz/PowerShell/releases) | [PowerShell 常见问题](docs/FAQ.md) | [PowerShell 速查表](docs/cheat-sheet.md) | [PowerShell 文档](https://docs.microsoft.com/en-us/powershell)** 🔊 音频与语音脚本 ----------------------------- | 脚本 | 描述 | | ---------------------------------------------------- | ----------------------------------------------------------------------------------------- | | [list-voices.ps1](scripts/list-voices.ps1) | 列出已安装的文本转语音语音。[详细了解 »](docs/list-voices.md) | | [play-beep-sound.ps1](scripts/play-beep-sound.ps1) | 播放短促的蜂鸣声。[更多 »](docs/play-beep-sound.md) | | [play-files.ps1](scripts/play-files.ps1) | 播放给定的音频文件。[更多 »](docs/play-files.md) | | [play-happy-birthday.ps1](scripts/play-happy-birthday.ps1) | 播放生日快乐歌。[更多 »](docs/play-happy-birthday.md) | | [play-imperial-march.ps1](scripts/play-imperial-march.ps1) | 播放帝国进行曲(星球大战)。[更多 »](docs/play-imperial-march.md) | | [play-jingle-bells.ps1](scripts/play-jingle-bells.ps1) | 播放铃儿响叮当。[更多 »](docs/play-jingle-bells.md) | | [play-mission-impossible.ps1](scripts/play-mission-impossible.ps1) | 播放碟中谍主题曲。[更多 »](docs/play-mission-impossible.md)| | [play-m3u.ps1](scripts/play-m3u.ps1) | 播放给定的 M3U 播放列表。[更多 »](docs/play-m3u.md) | | [play-mp3.ps1](scripts/play-mp3.ps1) | 播放给定的 MP3 音频文件。[更多 »](docs/play-mp3.md) | | [play-super-mario.ps1](scripts/play-super-mario.ps1) | 播放超级马里奥开场曲。[更多 »](docs/play-super-mario.md) | | [play-tetris-melody.ps1](scripts/play-tetris-melody.ps1) | 播放俄罗斯方块旋律。[更多 »](docs/play-tetris-melody.md) | | [speak-checklist.ps1](scripts/speak-checklist.ps1) | 通过文本转语音朗读给定的检查清单。[更多 »](docs/speak-checklist.md) | | [speak-countdown.ps1](scripts/speak-countdown.ps1) | 通过文本转语音朗读倒计时。[更多 »](docs/speak-countdown.md) | | [speak-english.ps1](scripts/speak-english.ps1) | 使用英语文本转语音语音朗读文本。[更多 »](docs/speak-english.md) | | [speak-epub.ps1](scripts/speak-epub.ps1) | 通过文本转语音朗读给定 Epub 文件的内容。[更多 »](docs/speak-epub.md) | | [speak-file.ps1](scripts/speak-file.ps1) | 通过文本转语音朗读给定文本文件的内容。[更多 »](docs/speak-file.md) | | [speak-french.ps1](scripts/speak-french.ps1) | 使用法语文本转语音语音朗读文本。[更多 »](docs/speak-french.md) | | [speak-german.ps1](scripts/speak-german.ps1) | 使用德语文本转语音语音朗读文本。[更多 »](docs/speak-german.md) | | [speak-italian.ps1](scripts/speak-italian.ps1) | 使用意大利语文本转语音语音朗读文本。[更多 »](docs/speak-italian.md) | | [speak-spanish.ps1](scripts/speak-spanish.ps1) | 使用西班牙语文本转语音语音朗读文本。[更多 »](docs/speak-spanish.md) | | [speak-test.ps1](scripts/speak-test.ps1) | 执行文本转语音测试。[更多 »](docs/speak-test.md) | | [speak-text.ps1](scripts/speak-text.ps1) | 通过文本转语音朗读给定的文本。[更多 »](docs/speak-text.md) | | [spell-word.ps1](scripts/spell-word.ps1) | 通过文本转语音拼读给定的单词。[更多 »](docs/spell-word.md) | | [tell-joke.ps1](scripts/tell-joke.ps1) | 通过文本转语音讲述随机笑话。[更多 »](docs/tell-joke.md) | | [tell-quote.ps1](scripts/tell-quote.ps1) | 通过文本转语音讲述随机引语。[更多 »](docs/tell-quote.md) | | [turn-volume-down.ps1](scripts/turn-volume-down.ps1) | 降低音频音量。[更多 »](docs/turn-volume-down.md) | | [turn-volume-fully-up.ps1](scripts/turn-volume-fully-up.ps1) | 将音频完全调高。[更多 »](docs/turn-volume-fully-up.md) | | [turn-volume-off.ps1](scripts/turn-volume-off.ps1) | 关闭音频。[更多 »](docs/turn-volume-off-audio.md) | | [turn-volume-on.ps1](scripts/turn-volume-on.ps1) | 打开音频。[更多 »](docs/turn-volume-on.md) | | [turn-volume-up.ps1](scripts/turn-volume-up.ps1) | 提高音频音量。[更多 »](docs/turn-volume-up.md) | ⚙️ 计算机管理脚本 ---------------------------------- | 脚本 | 描述 | | ---------------------------------------------------- | ------------------------------------------------------------------------------------------- | | [add-firewall-rules.ps1](scripts/add-firewall-rules.ps1) | 为可执行文件添加防火墙规则,需要管理员权限。[详细了解 »](docs/add-firewall-rules.md) | | [check-cpu.ps1](scripts/check-cpu.ps1)| 检查 CPU 温度。[更多 »](docs/check-cpu.md) | | [check-dns.ps1](scripts/check-dns.ps1) | 检查 DNS 解析。[更多 »](docs/check-dns.md) | | [check-drive-space.ps1](scripts/check-drive-space.ps1) | 检查驱动器剩余可用空间。[更多 »](docs/check-drive-space.md) | | [check-file-system.ps1](scripts/check-file-system.ps1) | 检查驱动器的文件系统(需要管理员权限)。[更多 »](docs/check-file-system.md)| | [check-health.ps1](scripts/check-health.ps1) | 检查系统健康状况。[更多 »](docs/check-health.md) | | [check-ping.ps1](scripts/check-ping.ps1) | 检查到互联网的 ping 延迟。[更多 »](docs/check-ping.md) | | [check-swap-space.ps1](scripts/check-swap-space.ps1) | 检查交换空间剩余可用空间。[更多 »](docs/check-swap-space.md) | | [check-windows-system-files.ps1](scripts/check-windows-system-files.ps1) | 检查 Windows 系统文件(需要管理员权限)。[更多 »](docs/check-windows-system-files.md) | | [enable-crash-dumps.ps1](scripts/enable-crash-dumps.ps1) | 启用崩溃转储的写入。[更多 »](docs/enable-crash-dumps.md) | | [hibernate.ps1](scripts/hibernate.ps1) | 立即使本地计算机休眠。[更多 »](docs/hibernate.md) | | [install-github-cli.ps1](scripts/install-github-cli.ps1) | 安装 GitHub CLI。[更多 »](docs/install-github-cli.md) | | [install-chrome-browser.ps1](scripts/install-chrome-browser.ps1) | 安装 Google Chrome 浏览器。[更多 »](docs/install-chrome-browser.md) | | [install-firefox.ps1](scripts/install-firefox.ps1) | 安装 Firefox 浏览器。[更多 »](docs/install-firefox.md) | | [install-knot-resolver.ps1](scripts/install-knot-resolver.ps1) | 安装 Knot Resolver(需要管理员权限)。[更多 »](docs/install-knot-resolver.md)| | [install-salesforce-cli.ps1](scripts/install-salesforce-cli.ps1) | 安装 Salesforce CLI (sfdx)。[更多 »](docs/install-salesforce-cli.md) | | [install-ssh-client.ps1](scripts/install-ssh-client.ps1) | 安装 SSH 客户端(需要管理员权限)。[更多 »](docs/install-ssh-client.md) | | [install-ssh-server.ps1](scripts/install-ssh-server.ps1) | 安装 SSH 服务器(需要管理员权限)。[更多 »](docs/install-ssh-server.md) | | [install-signal-cli.ps1](scripts/install-signal-cli.ps1) | 安装 Signal 通讯应用的 CLI 版本。[更多 »](docs/install-signal-cli.md)| | [install-updates.ps1](scripts/install-updates.ps1) | 安装更新(需要管理员权限)。[更多 »](docs/install-updates.md) | | [install-wsl.ps1](scripts/install-wsl.ps1) | 安装 Windows 子系统 Linux (WSL),需要管理员权限。[更多 »](docs/install-wsl.md)| | [list-apps.ps1](scripts/list-apps.ps1) | 列出已安装的应用程序。[更多 »](docs/list-installed-apps.md) | | [list-cli-tools.ps1](scripts/list-cli-tools.ps1) | 列出已安装的命令行界面 (CLI) 工具。[更多 »](docs/list-cli-tools.md) | | [list-dns-servers.ps1](scripts/list-dns-servers.ps1) | 列出公共 DNS 服务器。[更多 »](docs/list-dns-servers.md) | | [list-drives.ps1](scripts/list-drives.ps1) | 列出所有驱动器。[更多 »](docs/list-drives.md) | | [list-network-shares.ps1](scripts/list-network-shares.ps1) | 列出本地计算机的所有网络共享。[更多 »](docs/list-network-shares.md) | | [list-installed-software.ps1](scripts/list-installed-software.ps1) | 列出已安装的软件。[更多 »](docs/list-installed-software.md) | | [list-printers.ps1](scripts/list-printers.ps1) | 列出计算机已知的所有打印机。[更多 »](docs/list-printers.md) | | [list-print-jobs.ps1](scripts/list-print-jobs.ps1) | 列出所有打印机的所有作业。[更多 »](docs/list-print-jobs.md) | | [list-processes.ps1](scripts/list-processes.ps1) | 列出本地计算机进程。[更多 »](docs/list-processes.md) | | [list-services.ps1](scripts/list-services.ps1) | 列出本地计算机上的服务。[更多 »](docs/list-services.md) | | [list-system-info.ps1](scripts/list-system-info.ps1) | 列出本地计算机的系统信息。[更多 »](docs/list-system-info.md) | | [list-tasks.ps1](scripts/list-tasks.ps1) | 列出所有 Windows 计划任务。[更多 »](docs/list-tasks.md) | | [list-timezone.ps1](scripts/list-timezone.ps1) | 列出当前时区详情。[更多 »](docs/list-timezone.md) | | [list-timezones.ps1](scripts/list-timezones.ps1) | 列出所有可用的时区。[更多 »](docs/list-timezones.md) | | [list-user-groups.ps1](scripts/list-user-groups.ps1) | 列出本地计算机上的用户组。[更多 »](docs/list-user-groups.md) | | [new-power-plan.ps1](scripts/new-power-plan.ps1) | 基于当前活动电源计划创建自定义电源计划。[更多 »](docs/new-power-plan.md) | | [poweroff.ps1](scripts/poweroff.ps1) | 关闭本地计算机(需要管理员权限)。[更多 »](docs/poweroff.md) | | [query-smart-data.ps1](scripts/query-smart-data.ps1) | 查询您的 HDD/SSD 的 S.M.A.R.T. 数据。[更多 »](docs/query-smart-data.md) | | [reboot.ps1](scripts/reboot.ps1) | 重启本地计算机(需要管理员权限)。[更多 »](docs/reboot.md) | | [remove-print-jobs.ps1](scripts/remove-print-jobs.ps1) | 从所有打印机中删除所有作业。[更多 »](docs/remove-print-jobs.md) | | [restart-network-adapters.ps1](scripts/restart-network-adapters.ps1) | 重启所有本地网络适配器。[更多 »](docs/restart-network-adapters.md)| | [upgrade-ubuntu.ps1](scripts/upgrade-ubuntu.ps1) | 将 Ubuntu Linux 升级到最新的 (LTS) 版本。[更多 »](docs/upgrade-ubuntu.md) | | [wake-up-host.ps1](scripts/wake-up-host.ps1) | 使用网络唤醒 (Wake-on-LAN) 唤醒计算机。[更多 »](docs/wake-up-host.md) | | [windefender.ps1](scripts/windefender.ps1) | 打开/关闭 Windows Defender 或检查实时监控。[更多 »](docs/windefender.md) | 💻 桌面脚本 --------------------------- | 脚本 | 描述 | | ---------------------------------------------------- | ------------------------------------------------------------------------------------------- | | [close-calculator.ps1](scripts/close-calculator.ps1) | 关闭计算器应用程序。[详细了解 »](docs/close-calculator.md) | | [close-cortana.ps1](scripts/close-cortana.ps1) | 关闭 Cortana。[更多 »](docs/close-cortana.md) | | [close-chrome.ps1](scripts/close-chrome.ps1) | 关闭 Google Chrome 浏览器。[更多 »](docs/close-chrome.md) | | [close-program.ps1](scripts/close-program.ps1) | 优雅地关闭给定的程序。[更多 »](docs/close-program.md) | | [close-edge.ps1](scripts/close-edge.ps1) | 关闭 Edge 浏览器。[更多 »](docs/close-edge.md) | | [close-file-explorer.ps1](scripts/close-file-explorer.ps1)| 关闭 Microsoft 文件资源管理器。[更多 »](docs/close-file-explorer.md) | | [close-firefox.ps1](scripts/close-firefox.ps1) | 关闭 Firefox 浏览器。[更多 »](docs/close-edge.md) | | [close-microsoft-store.ps1](scripts/close-microsoft-store.ps1)| 关闭 Microsoft 应用商店应用。[更多 »](docs/close-microsoft-store.md) | | [close-netflix.ps1](scripts/close-netflix.ps1) | 关闭 Netflix 应用。[更多 »](docs/close-netflix.md) | | [close-onedrive.ps1](scripts/close-onedrive.ps1) | 关闭 Microsoft OneDrive。[更多 »](docs/close-onedrive.md) | | [close-serenade.ps1](scripts/close-serenade.ps1) | 关闭 Serenade 应用程序。[更多 »](docs/close-serenade.md) | | [close-snipping-tool.ps1](scripts/close-snipping-tool.ps1)| 关闭截图工具应用程序。[更多 »](docs/close-snipping-tool.md) | | [close-spotify.ps1](scripts/close-spotify.ps1) | 关闭 Spotify。[更多 »](docs/close-spotify.md) | | [close-system-settings.ps1](scripts/close-system-settings.ps1) | 关闭系统设置窗口。[更多 »](docs/close-system-settings.md) | | [close-task-manager.ps1](scripts/close-task-manager.ps1) | 关闭任务管理器。[更多 »](docs/close-task-manager.md) | | [close-thunderbird.ps1](scripts/close-thunderbird.ps1) | 关闭 Mozilla Thunderbird。[更多 »](docs/close-thunderbird.md) | | [close-vlc.ps1](scripts/close-vlc.ps1) | 关闭 VLC 媒体播放器应用程序。[更多 »](docs/close-vlc.md) | | [close-windows-terminal.ps1](scripts/close-windows-terminal.ps1) | 关闭 Windows 终端应用程序。[更多 »](docs/close-windows-terminal.md) | | [enable-god-mode.ps1](scripts/enable-god-mode.ps1) | 启用上帝模式(在桌面上添加新图标)。[更多 »](docs/enable-god-mode.md) | | [install-chrome.ps1](scripts/install-chrome.ps1) | 安装 Google Chrome 浏览器。[详细了解...](docs/install-chrome-browser.md) | | [install-firefox.ps1](scripts/install-firefox.ps1) | 安装 Firefox 浏览器。[详细了解...](docs/install-firefox.md) | | [list-clipboard.ps1](scripts/list-clipboard.ps1) | 列出剪贴板的内容。[详细了解...](docs/list-clipboard.md) | | [new-email.ps1](scripts/new-email.ps1) | 启动默认邮件客户端以撰写新邮件。[详细了解...](docs/new-email.md) | | [open-amazon-website.ps1](scripts/open-amazon-website.ps1)| 打开亚马逊网站。[详细了解...](docs/open-amazon-website.md) | | [open-default-browser.ps1](scripts/open-default-browser.ps1)| 启动默认 Web 浏览器。[详细了解...](docs/open-default-browser.md) | | [open-calculator.ps1](scripts/open-calculator.ps1) | 启动计算器程序。[详细了解...](docs/open-calculator.md) | | [open-c-drive.ps1](scripts/open-c-drive.ps1) | 打开 C: 驱动器文件夹。[详细了解...](docs/open-c-drive.md) | | [open-downloads-folders.ps1](scripts/open-downloads-folder.ps1) | 打开用户的下载文件夹。[详细了解...](docs/open-downloads-folder.md) | | [open-dropbox-folder.ps1](scripts/open-dropbox-folder.ps1) | 打开用户的 Dropbox 文件夹。[详细了解...](docs/open-dropbox-folder.md) | | [open-edge.ps1](scripts/open-edge.ps1) | 启动 Edge 浏览器。[详细了解...](docs/open-edge.md) | | [open-email-client.ps1](scripts/open-browser.ps1) | 启动默认邮件客户端。[详细了解...](docs/open-email-client.md) | | [open-facebook-website.ps1](scripts/open-facebook-website.ps1)| 打开 Facebook 网站。[详细了解...](docs/open-facebook-website.md) | | [open-file-explorer.ps1](scripts/open-file-explorer.ps1) | 打开文件资源管理器。[详细了解...](docs/open-file-explorer.md) | | [open-firefox.ps1](scripts/open-firefox.ps1) | 启动 Firefox 浏览器。[详细了解...](docs/open-firefox.md) | | [open-fritz-box.ps1](scripts/open-fritz-box.ps1) | 打开 FRITZ!Box 的 Web 界面。[详细了解...](docs/open-fritz-box.md) | | [open-github.ps1](scripts/open-github.ps1) | 打开 GitHub 网站。[详细了解...](docs/open-github.md) | | [open-google-contacts.ps1](scripts/open-google-contacts.ps1) | 打开 Google 通讯录。[详细了解...](docs/open-google-contacts.md) | | [open-google-earth.ps1](scripts/open-google-earth.ps1) | 打开 Google 地球。[详细了解...](docs/open-google-earth.md) | | [open-google-mail.ps1](scripts/open-google-mail.ps1) | 打开 Google 邮箱。[详细了解...](docs/open-google-mail.md) | | [open-google-maps.ps1](scripts/open-google-maps.ps1) | 打开 Google 地图。[详细了解...](docs/open-google-maps.md) | | [open-google-news.ps1](scripts/open-google-news.ps1) | 打开 Google 新闻。[详细了解...](docs/open-google-news.md) | | [open-google-play.ps1](scripts/open-google-play.ps1) | 打开 Google Play。[详细了解...](docs/open-google-play.md) | | [open-google-search.ps1](scripts/open-google-search.ps1) | 打开 Google 搜索。[详细了解...](docs/open-google-search.md) | | [open-google-translate.ps1](scripts/open-google-translate.ps1) | 打开 Google 翻译。[详细了解...](docs/open-google-translate.md) | | [open-home-folder.ps1](scripts/open-home-folder.ps1) | 打开用户的主文件夹。[详细了解...](docs/open-home-folder.md) | | [open-music-folder.ps1](scripts/open-music-folder.ps1)| 打开用户的音乐文件夹。[详细了解...](docs/open-music-folder.md) | | [open-netflix.ps1](scripts/open-netflix.ps1) | 启动 Netflix 应用。[详细了解...](docs/open-netflix.md) | | [open-microsoft-store.ps1](scripts/open-microsoft-store.ps1)| 启动 Microsoft 应用商店应用。[详细了解...](docs/open-microsoft-store.md) | | [open-notepad.ps1](scripts/open-notepad.ps1) | 启动记事本应用。[详细了解...](docs/open-notepad.md) | | [open-onedrive-folder.ps1](scripts/open-onedrive-folder.ps1)| 打开用户的 OneDrive 文件夹。[详细了解...](docs/open-onedrive-folder.md) | | [open-pictures-folder.ps1](scripts/open-pictures-folder.ps1) | 打开用户的图片文件夹。[详细了解...](docs/open-pictures-folder.md) | | [open-recycle-bin.ps1](scripts/open-recycle-bin.ps1) | 打开用户的回收站文件夹。[详细了解...](docs/open-recycle-bin.md) | | [open-repos-folder.ps1](scripts/open-repos-folder.ps1) | 打开用户的 Git 仓库文件夹。[详细了解...](docs/open-repos-folder.md) | | [open-snipping-tool.ps1](scripts/open-snipping-tool.ps1)| 启动截图工具。[详细了解...](docs/open-snipping-tool.md) | | [open-speed-test.ps1](scripts/open-speed-test.ps1) | 打开 Cloudflare 的速度测试。[详细了解...](docs/open-speed-test.md) | | [open-spotify.ps1](scripts/open-spotify.ps1) | 打开 Spotify。[详细了解...](docs/open-spotify.md) | | [open-system-settings.ps1](scripts/open-system-settings.ps1)| 打开 Windows 的系统设置。[详细了解...](docs/open-system-settings.md) | | [open-task-manager.ps1](scripts/open-task-manager.ps1)| 启动任务管理器。[详细了解...](docs/open-task-manager.md) | | [open-videos-folder.ps1](scripts/open-videos-folder.ps1)| 打开用户的视频文件夹。[详细了解...](docs/open-videos-folder.md) | | [open-windows-terminal.ps1](scripts/open-windows-terminal.ps1)| 启动 Windows 终端。[详细了解...](docs/open-windows-terminal.md) | | [open-wikipedia-website.ps1](scripts/open-wikipedia-website.ps1)| 打开维基百科网站。[详细了解...](docs/open-wikipedia-website.md) | | [open-youtube-website.ps1](scripts/open-youtube-website.ps1)| 打开 YouTube 网站。[详细了解...](docs/open-youtube-website.md) | | [remind-me.ps1](scripts/remind-me.ps1) | 创建一个显示弹出消息的计划任务。[详细了解...](docs/remind-me.md)| | [save-screenshot.ps1](scripts/save-screenshot.ps1) | 保存单个屏幕截图。[详细了解...](docs/save-screenshot.md) | | [set-wallpaper.ps1](scripts/set-wallpaper.ps1) | 将给定的图像设置为壁纸。[详细了解...](docs/set-wallpaper.md) | 📁 文件与文件夹脚本 ------------------------------- | 脚本 | 描述 | | ---------------------------------------------------- | --------------------------------------------------------------------------------------------------- | | [cd-autostart.ps1](scripts/cd-autostart.ps1) | 将工作目录设置为用户的自动启动文件夹。[详细了解 »](docs/cd-autostart.md) | | [cd-desktop.ps1](scripts/cd-desktop.ps1) | 将工作目录设置为用户的桌面文件夹。[更多 »](docs/cd-desktop.md) | | [cd-docs.ps1](scripts/cd-docs.ps1) | 将工作目录设置为用户的文档文件夹。[更多 »](docs/cd-docs.md) | | [cd-downloads.ps1](scripts/cd-downloads.ps1) | 将工作目录设置为用户的下载文件夹。[更多 »](docs/cd-downloads.md) | | [cd-dropbox.ps1](scripts/cd-dropbox.ps1) | 将工作目录设置为用户的 Dropbox 文件夹。[更多 »](docs/cd-dropbox.md) | | [cd-home.ps1](scripts/cd-home.ps1) | 将工作目录设置为用户的主文件夹。[更多 »](docs/cd-home.md) | | [cd-music.ps1](scripts/cd-music.ps1) | 将工作目录设置为用户的音乐文件夹。[详细了解...](docs/cd-music.md) | | [cd-onedrive.ps1](scripts/cd-onedrive.ps1) | 将工作目录设置为用户的 OneDrive 文件夹。[详细了解...](docs/cd-onedrive.md) | | [cd-pics.ps1](scripts/cd-pics.ps1) | 将工作目录设置为用户的图片文件夹。[详细了解...](docs/cd-pics.md) | | [cd-recycle-bin.ps1](scripts/cd-recycle-bin.ps1) | 将工作目录设置为用户的回收站文件夹。[详细了解...](docs/cd-recycle-bin.md) | | [cd-repos.ps1](scripts/cd-repos.ps1) | 将工作目录更改为用户的 Git 仓库文件夹。[详细了解...](docs/cd-repos.md)| | [cd-repo.ps1](scripts/cd-repo.ps1) | 将工作目录更改为给定的 Git 仓库文件夹。[详细了解...](docs/cd-repo.md) | | [cd-root.ps1](scripts/cd-root.ps1) | 将工作目录设置为根目录。[详细了解...](docs/cd-root.md) | | [cd-scripts.ps1](scripts/cd-scripts.ps1) | 将工作目录设置为 PowerShell 脚本文件夹。[详细了解...](docs/cd-scripts.md) | | [cd-ssh.ps1](scripts/cd-ssh.ps1) | 将工作目录设置为用户的 SSH 文件夹。[详细了解...](docs/cd-ssh.md) | | [cd-up.ps1](scripts/cd-up.ps1) | 将工作目录设置为上一级目录。[详细了解...](docs/cd-up.md) | | [cd-up2.ps1](scripts/cd-up2.ps1) | 将工作目录设置为上两级目录。[详细了解...](docs/cd-up2.md) | | [cd-up3.ps1](scripts/cd-up3.ps1) | 将工作目录设置为上三级目录。[详细了解...](docs/cd-up3.md) | | [cd-up4.ps1](scripts/cd-up4.ps1) | 将工作目录设置为上四级目录。[详细了解...](docs/cd-up4.md) | | [cd-videos.ps1](scripts/cd-videos.ps1) | 将工作目录设置为用户的视频文件夹。[详细了解...](docs/cd-videos.md) | | [check-symlinks.ps1](scripts/check-symlinks.ps1) | 检查目录树中的每个符号链接。[详细了解...](docs/check-symlinks.md) | | [check-xml-file.ps1](scripts/check-xml-file.ps1) | 检查给定 XML 文件的有效性。[详细了解...](docs/check-xml-file.md) | | [clear-recycle-bin.ps1](scripts/clear-recycle-bin.ps1) | 删除回收站文件夹的内容(无法撤销!)。[详细了解...](docs/clear-recycle-bin.md)| | [copy-photos-sorted.ps1](scripts/copy-photos-sorted.ps1) | 按年和月复制排序的图像文件。[详细了解...](docs/copy-photos-sorted.md) | | [decrypt-file.ps1](scripts/decrypt-file.ps1) | 解密给定的文件。[详细了解...](docs/decrypt-file.md) | | [download-dir.ps1](scripts/download-dir.ps1) | 从给定的 URL 下载目录树。[详细了解...](docs/download-dir.md) | | [download-file.ps1](scripts/download-file.ps1) | 从给定的 URL 下载文件。[详细了解...](docs/download-file.md) | | [edit.ps1](scripts/edit.ps1) | 使用内置文本编辑器编辑给定的文件。[详细了解...](docs/edit.md) | | [encrypt-file.ps1](scripts/encrypt-file.ps1) | 加密给定的文件。[详细了解...](docs/encrypt-file.md) | | [get-md5.ps1](scripts/get-md5.ps1) | 打印给定文件的 MD5 校验和。[详细了解...](docs/get-md5.md) | | [get-sha1.ps1](scripts/get-sha1.ps1) | 打印给定文件的 SHA1 校验和。[详细了解...](docs/get-sha1.md) | | [get-sha256.ps1](scripts/get-sha256.ps1) | 打印给定文件的 SHA256 校验和。[详细了解...](docs/get-sha256.md) | | [inspect-exe.ps1](scripts/inspect-exe.ps1) | 打印给定可执行文件的基本信息。[详细了解...](docs/inspect-exe.md) | | [install-fonts.ps1](scripts/install-fonts.ps1) | 安装字体并更新注册表。[详细了解...](docs/install-fonts.md) | | [list-dir-tree.ps1](scripts/list-dir-tree.ps1) | 列出目录树内容。[详细了解...](docs/list-dir-treep.md) | | [list-empty-dirs.ps1](scripts/list-empty-dirs.ps1) | 列出给定目录树中的空子文件夹。[详细了解...](docs/list-empty-dirs.md) | | [list-empty-files.ps1](scripts/list-empty-files.ps1) | 列出给定目录树中的空文件。[详细了解...](docs/list-empty-files.md) | | [list-files.ps1](scripts/list-files.ps1) | 列出给定文件夹和所有子文件夹中的所有文件。[详细了解...](docs/list-files.md) | | [list-folder.ps1](scripts/list-folder.ps1) | 列出文件夹内容。[详细了解...](docs/list-folder.md) | | [list-hidden-files.ps1](scripts/list-hidden-files.ps1) | 列出给定目录树中的隐藏文件。[详细了解...](docs/list-hidden-files.md) | | [list-recycle-bin.ps1](scripts/list-recycle-bin.ps1) | 列出回收站文件夹的内容。[详细了解...](docs/list-recycle-bin.md) | | [list-unused-files.ps1](scripts/list-unused-files.ps1) | 列出目录树中未使用的文件。[详细了解...](docs/list-unused-files.md) | | [list-workdir.ps1](scripts/list-workdir.ps1) | 列出当前工作目录。[详细了解...](docs/list-workdir.md) | | [make-install.ps1](scripts/make-install.ps1) | 将构建的可执行文件和库安装到安装目录。[详细了解...](docs/make-install.md)| | [new-shortcut.ps1](scripts/new-shortcut.ps1) | 创建新的快捷方式文件。[详细了解...](docs/new-shortcut.md) | | [new-symlink.ps1](scripts/new-symlink.ps1) | 创建新的符号链接文件。[详细了解...](docs/new-symlink.md) | | [new-zipfile.ps1](scripts/new-zipfile.ps1) | 从目录创建新的 .zip 文件。[详细了解...](docs/new-zipfile.md) | | [publish-to-ipfs.ps1](scripts/publish-to-ipfs.ps1) | 将给定的文件或目录发布到 IPFS。[详细了解...](docs/publish-to-ipfs.md) | | [remove-empty-dirs.ps1](scripts/remove-empty-dirs.ps1) | 删除给定目录树中的空子文件夹。[详细了解...](docs/remove-empty-dirs.md)| | [replace-in-files.ps1](scripts/replace-in-files.ps1) | 在给定文件中搜索并替换模式。[详细了解...](docs/replace-in-files.md)| | [search-filename.ps1](scripts/search-filename.ps1) | 按给定模式在目录树中搜索文件名。[详细了解...](docs/search-filename.md) | | [search-files.ps1](scripts/search-files.ps1) | 在给定文件中搜索给定模式。[详细了解...](docs/search-files.md) | | [upload-file.ps1](scripts/upload-file.ps1) | 将本地文件上传到给定的 FTP 服务器。[详细了解...](docs/upload-file.md) | ♻️ 文件转换脚本 --------------------------- | 脚本 | 描述 | | ------------------------------------------------------ | --------------------------------------------------------------------------------------------------- | | [convert-csv2txt.ps1](scripts/convert-csv2txt.ps1) | 将 .CSV 文件转换为文本文件。[详细了解 »](docs/convert-csv2txt.md) | | [convert-dir27z.ps1](scripts/convert-dir27z.ps1) | 将目录树转换为压缩的 .7z 文件。[详细了解 »](docs/convert-dir27z.md) | | [convert-dir2zip.ps1](scripts/convert-dir2zip.ps1) | 将目录树转换为压缩的 .ZIP 文件。[详细了解 »](docs/convert-dir2zip.md) | | [convert-history2ps1.ps1](scripts/convert-history2ps1.ps1) | 将命令历史记录转换为 PowerShell 脚本。[详细了解 »](docs/convert-history2ps1.md) | | [convert-image2ascii.ps1](scripts/convert-image2ascii.ps1) | 将图像转换为 ASCII 艺术。[详细了解 »](docs/convert-image2ascii.md) | | [convert-images2webp.ps1](scripts/convert-images2webp.ps1) | 并行将目录中的图像或单个图像文件转换为 WebP 格式。[更多 »](docs/convert-images2webp.md) | | [convert-mysql2csv.ps1](scripts/convert-mysql2csv.ps1) | 将 MySQL 数据库表转换为 .CSV 文件。[更多 »](docs/convert-mysql2csv.md) | | [convert-ps2bat.ps1](scripts/convert-ps2bat.ps1) | 将 PowerShell 脚本转换为批处理脚本。[更多 »](docs/convert-ps2bat.md) | | [convert-ps2md.ps1](scripts/convert-ps2md.ps1) | 将 PowerShell 脚本的基于注释的帮助转换为 Markdown。[更多 »](docs/convert-ps2md.md) | | [convert-md2docx.ps1](scripts/convert-md2docx.ps1) | 将 Markdown 文件转换为 .DOCX 格式。[详细了解 »](docs/convert-md2docx.md) | | [convert-md2html.ps1](scripts/convert-md2html.ps1) | 将 Markdown 文件转换为 HTML 格式。[详细了解 »](docs/convert-md2html.md) | | [convert-md2pdf.ps1](scripts/convert-md2pdf.ps1) | 将 Markdown 文件转换为 PDF 格式。[详细了解 »](docs/convert-md2pdf.md) | | [convert-sql2csv.ps1](scripts/convert-sql2csv.ps1) | 将 SQL 数据库表转换为 .CSV 文件。[更多 »](docs/convert-sql2csv.md) | | [convert-txt2wav.ps1](scripts/convert-txt2wav.ps1) | 将文本转换为 .WAV 音频文件。[更多 »](docs/convert-txt2wav.md) | | [export-to-manuals.ps1](scripts/export-to-manuals.ps1) | 将所有脚本导出为手册。[更多 »](docs/export-to-manuals.md) | 📝 Git 脚本 ------------------- | 脚本 | 描述 | | ---------------------------------------------------- | ------------------------------------------------------------------------------------------------ | | [build-repo.ps1](scripts/build-repo.ps1) | 构建 Git 仓库。[详细了解 »](docs/build-repo.md) | | [build-repos.ps1](scripts/build-repos.ps1) | 构建文件夹中的所有 Git 仓库。[更多 »](docs/build-repos.md) | | [check-repo.ps1](scripts/check-repo.ps1) | 检查 Git 仓库。[更多 »](docs/check-repo.md) | | [clean-repo.ps1](scripts/clean-repo.ps1) | 清理 Git 仓库中的未跟踪文件。[更多 »](docs/clean-repo.md) | | [clean-repos.ps1](scripts/clean-repos.ps1) | 清理文件夹中所有 Git 仓库的未跟踪文件。[更多 »](docs/clean-repos.md) | | [clone-repos.ps1](scripts/clone-repos.ps1) | 克隆知名的 Git 仓库。[更多 »](docs/clone-repos.md) | | [configure-git.ps1](scripts/configure-git.ps1) | 设置 Git 用户配置。[更多 »](docs/configure-git.md) | | [fetch-repo.ps1](scripts/fetch-repo.ps1) | 获取 Git 仓库的更新。[更多 »](docs/fetch-repo.md) | | [fetch-repos.ps1](scripts/fetch-repos.ps1) | 获取文件夹中所有 Git 仓库的更新。[更多 »](docs/fetch-repos.md) | | [list-branches.ps1](scripts/list-branches.ps1) | 列出 Git 仓库中的所有分支。[更多 »](docs/list-branches.md) | | [list-commit-stats.ps1](scripts/list-commit-stats.ps1) | 列出 Git 提交统计信息。[更多 »](docs/list-commit-stats.md) | | [list-commits.ps1](scripts/list-commits.ps1) | 列出 Git 仓库中的所有提交。[更多 »](docs/list-commits.md) | | [list-latest-tag.ps1](scripts/list-latest-tag.ps1) | 列出 Git 仓库当前分支上的最新标签。[更多 »](docs/list-latest-tag.md) | | [list-latest-tags.ps1](scripts/list-latest-tags.ps1) | 列出目录下所有 Git 仓库中的最新标签。[更多 »](docs/list-latest-tags.md) | | [list-repos.ps1](scripts/list-repos.ps1) | 列出文件夹中的所有 Git 仓库。[更多 »](docs/list-repos.md) | | [list-submodules.ps1](scripts/list-submodules.ps1) | 列出 Git 仓库中的所有子模块。[更多 »](docs/list-submodules.md) | | [list-tags.ps1](scripts/list-tags.ps1) | 列出 Git 仓库中的所有标签。[更多 »](docs/list-tags.md) | | [new-branch.ps1](scripts/new-branch.ps1) | 在 Git 仓库中创建新分支。[更多 »](docs/new-branch.md) | | [new-tag.ps1](scripts/new-tag.ps1) | 在 Git 仓库中创建新标签。[更多 »](docs/new-tag.md) | | [pick-commit.ps1](scripts/pick-commit.ps1) | 将 Git 提交拣选到多个分支。[更多 »](docs/pick-commit.md) | | [pull-repo.ps1](scripts/pull-repo.ps1) | 将更新拉取到 Git 仓库。[更多 »](docs/pull-repo.md) | | [pull-repos.ps1](scripts/pull-repos.ps1) | 将更新拉取到文件夹中的所有 Git 仓库。[更多 »](docs/pull-repos.md) | | [remove-tag.ps1](scripts/remove-tag.ps1) | 删除 Git 仓库中的标签。[更多 »](docs/remove-tag.md) | | [switch-branch.ps1](scripts/switch-branch.ps1) | 切换 Git 仓库中的分支。[更多 »](docs/switch-branch.md) | | [sync-repo.ps1](scripts/sync-repo.ps1) | 通过拉取和推送同步 Git 仓库。[更多 »](docs/sync-repo.md) | | [write-changelog.ps1](scripts/write-changelog.ps1) | 从 Git 提交编写更改日志。[更多 »](docs/write-changelog.md) | 🔎 PowerShell 脚本 ------------------------ | 脚本 | 描述 | | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | | [daily-tasks.sh](scripts/daily-tasks.sh) | 将 PowerShell 脚本作为每日任务自动执行(仅限 Linux)。[详细了解 »](docs/daily-tasks.sh.md) | | [introduce-powershell.ps1](scripts/introduce-powershell.ps1) | 向新用户介绍 PowerShell。[更多 »](docs/introduce-powershell.md) | | [list-aliases.ps1](scripts/list-aliases.ps1) | 列出所有 PowerShell 别名。[更多 »](docs/list-aliases.md) | | [list-automatic-variables.ps1](scripts/list-automatic-variables.ps1) | 列出 PowerShell 的自动变量。[更多 »](docs/list-automatic-variables.md)| | [list-cheat-sheet.ps1](scripts/list-cheat-sheet.ps1) | 列出 PowerShell 速查表。[更多 »](docs/list-cheat-sheet.md) | | [list-cmdlets.ps1](scripts/list-cmdlets.ps1) | 列出 PowerShell cmdlet。[更多 »](docs/list-cmdlets.md) | | [list-console-colors.ps1](scripts/list-console-colors.ps1) | 列出所有控制台颜色。[更多 »](docs/list-console-colors.md) | | [list-modules.ps1](scripts/list-modules.ps1) | 列出 PowerShell 模块。[更多 »](docs/list-modules.md) | | [list-profiles.ps1](scripts/list-profiles.ps1) | 列出您的 PowerShell 配置文件。[更多 »](docs/list-profiles.md) | | [list-scripts.ps1](scripts/list-scripts.ps1) | 列出此仓库中的所有 PowerShell 脚本。[更多 »](docs/list-scripts.md) | | [new-script.ps1](scripts/new-script.ps1) | 创建新的 PowerShell 脚本。[更多 »](docs/new-script.md) | | [set-profile.ps1](scripts/set-profile.ps1) | 更新您的 PowerShell 用户配置文件。[更多 »](docs/set-profile.md) | 🛒 各种 PowerShell 脚本 ------------------------------ | 脚本 | 描述 | |--------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| | [add-memo.ps1](scripts/add-memo.ps1) | 将给定的备忘录文本添加到 $HOME/Memos.csv。[详细了解 »](docs/add-memo.md) | | [check-ipv4-address.ps1](scripts/check-ipv4-address.ps1) | 检查给定 IPv4 地址的有效性。[更多 »](docs/check-ipv4-address.md) | | [check-ipv6-address.ps1](scripts/check-ipv6-address.ps1) | 检查给定 IPv6 地址的有效性。[更多 »](docs/check-ipv6-address.md) | | [check-mac-address.ps1](scripts/check-mac-address.ps1) | 检查给定 MAC 地址的有效性。[更多 »](docs/check-mac-address.md) | | [check-subnet-mask.ps1](scripts/check-subnet-mask.ps1) | 检查给定子网掩码的有效性。[更多 »](docs/check-subnet-mask.md) | | [check-weather.ps1](scripts/check-weather.ps1) | 检查当前天气的关键值。[更多 »](docs/check-weather.md) | | [display-time.ps1](scripts/display-time.ps1) | 默认显示当前时间 10 秒钟。[详细了解...](docs/display-time.md) | | [list-anagrams.ps1](scripts/list-anagrams.ps1) | 列出给定单词的所有变位词。[详细了解...](docs/list-anagrams.md) | | [list-city-weather.ps1](scripts/list-city-weather.ps1) | 列出全球城市的当前天气(从西到东)。[详细了解...](docs/list-city-weather.md) | | [list-countries.ps1](scripts/list-countries.ps1) | 列出所有国家的详情。[详细了解...](docs/list-countries.md) | | [list-credits.ps1](scripts/list-credits.ps1) | 显示致谢名单。[详细了解...](docs/list-credits.md) | | [list-crypto-rates.ps1](scripts/list-crypto-rates.ps1) | 列出当前加密货币汇率。[详细了解...](docs/list-crypto-rates.md) | | [list-environment-variables.ps1](scripts/list-environment-variables.ps1) | 列出所有环境变量。[详细了解...](docs/list-environment-variables.md) | | [list-emojis.ps1](scripts/list-emojis.ps1) | 列出 Unicode 13.0 的表情符号。[详细了解...](docs/list-emojis.md) | | [list-fritzbox-calls.ps1](scripts/list-fritzbox-calls.ps1) | 列出 FRITZ!Box 通话记录。[详细了解...](docs/list-fritzbox-calls.md) | | [list-fritzbox-devices.ps1](scripts/list-fritzbox-devices.ps1) | 列出 FRITZ!Box 已知的设备。[详细了解...](docs/list-fritzbox-devices.md) | | [list-earthquakes.ps1](scripts/list-earthquakes.ps1) | 列出最近 30 天震级 >= 6.0 的地震。[详细了解...](docs/list-earthquakes.md) | | [list-exchange-rates.ps1](scripts/list-exchange-rates.ps1) | 列出给定货币的当前汇率。[详细了解...](docs/list-exchange-rates.md) | | [list-memos.ps1](scripts/list-memos.ps1) | 列出 $HOME/Memos.csv 中的备忘录。[详细了解...](docs/list-memos.md) | | [list-mysql-tables.ps1](scripts/list-mysql-tables.ps1) | 列出 MySQL 服务器表。[详细了解...](docs/list-mysql-tables.md) | | [list-news.ps1](scripts/list-news.ps1) | 列出最新新闻。[详细了解...](docs/list-news.md) | | [list-os-releases.ps1](scripts/list-os-releases.ps1) | 列出操作系统发行版和下载 URL。[详细了解...](docs/list-os-releases.md) | | [list-os-updates.ps1](scripts/list-os-updates.ps1) | 列出操作系统更新。[详细了解...](docs/list-os-updates.md) | | [list-passwords.ps1](scripts/list-passwords.ps1) | 打印随机密码列表。[详细了解...](docs/list-passwords.md) | | [list-pins.ps1](scripts/list-pins.ps1) | 打印随机 PIN 码列表。[详细了解...](docs/list-pins.md) | | [list-sql-tables.ps1](scripts/list-sql-tables.ps1) | 列出 SQL 服务器表。[详细了解...](docs/list-sql-tables.md) | | [list-tiobe-index.ps1](scripts/list-tiobe-index.ps1) | 列出顶级编程语言的 TIOBE 指数。[详细了解...](docs/list-tiobe-index.md) | | [list-weather.ps1](scripts/list-weather.ps1) | 列出每小时天气。[详细了解...](docs/list-weather.md) | | [locate-city.ps1](scripts/locate-city.ps1) | 打印给定城市的地理位置。[详细了解...](docs/locate-city.md) | | [locate-ipaddress.ps1](scripts/locate-ipaddress.ps1) | 打印给定 IP 地址的地理位置。[详细了解...](docs/locate-ipaddress.md) | | [locate-zip-code.ps1](scripts/locate-zip-code.ps1) | 打印给定邮政编码的地理位置。[详细了解...](docs/locate-zip-code.md) | | [moon.ps1](scripts/moon.ps1) | 打印当前月相。[详细了解...](docs/moon.md) | | [new-qrcode.ps1](scripts/new-qrcode.ps1) | 生成新的二维码图像文件。[详细了解...](docs/new-qrcode.md) | | [reboot-fritzbox.ps1](scripts/reboot-fritzbox.ps1) | 重启 FRITZ!Box 设备。[详细了解...](docs/reboot-fritzbox.md) | | [scan-ports.ps1](scripts/scan-ports.ps1) | 扫描网络中的开放/关闭端口。[详细了解...](docs/scan-ports.md) | | [send-email.ps1](scripts/send-email.ps1) | 发送电子邮件消息。[详细了解...](docs/send-email.md) | | [send-tcp.ps1](scripts/send-udp.ps1) | 向给定的 IP 地址和端口发送 TCP 消息。[详细了解...](docs/send-tcp.md) | | [send-udp.ps1](scripts/send-udp.ps1) | 向给定的 IP 地址和端口发送 UDP 数据报消息。[详细了解...](docs/send-udp.md) | | [set-timer.ps1](scripts/set-timer.ps1) | 设置倒计时计时器。[详细了解...](docs/set-timer.md) | | [simulate-presence.ps1](scripts/simulate-presence.ps1) | 模拟人类存在以防盗贼。[详细了解...](docs/simulate-presence.md) | | [start-calibre-server.ps1](scripts/start-calibre-server.ps1) | 启动本地 Calibre 服务器。[详细了解...](docs/start-calibre-server.md) | | [start-ipfs-server.ps1](scripts/start-ipfs-server.ps1) | 启动本地 IPFS 服务器。[详细了解...](docs/start-ipfs-server.md) | | [switch-shelly1.ps1](scripts/switch-shelly1.ps1) | 切换本地网络中的 Shelly1 设备。[详细了解...](docs/switch-shelly1.md) | | [translate-file.ps1](scripts/translate-file.ps1) | 将给定的文本文件翻译成其他语言。[详细了解...](docs/translate-file.md) | | [translate-files.ps1](scripts/translate-files.ps1) | 将给定的文本文件翻译成任何支持的语言。[详细了解...](docs/translate-files.md) | | [translate-text.ps1](scripts/translate-text.ps1) | 将给定的英文文本翻译成其他语言。[详细了解...](docs/translate-text.md) | | [weather.ps1](scripts/weather.ps1) | 打印当前天气预报。[详细了解...](docs/weather.md) | | [weather-report.ps1](scripts/weather-report.ps1) | 打印当地天气报告。[详细了解...](docs/weather-report.md) | | [what-is.ps1](scripts/what-is.ps1) | 打印给定缩写的描述。[详细了解...](docs/what-is.md) | | [write-animated.ps1](scripts/write-animated.ps1) | 写入动画文本。[详细了解...](docs/write-animated.md) | | [write-big.ps1](scripts/write-big.ps1) | 以大字母写入给定的文本。[详细了解...](docs/write-big.md) | | [write-blue.ps1](scripts/write-blue.ps1) | 以蓝色前景色写入给定的文本。[详细了解...](docs/write-blue.md) | | [write-braille.ps1](scripts/write-braille.ps1) | 以盲文写入给定的文本。[详细了解...](docs/write-braille.md) | | [write-calendar.ps1](scripts/write-calendar.ps1) | 写入日历(年月)。[详细了解...](docs/write-calendar.md) | | [write-green.ps1](scripts/write-green.ps1) | 以绿色前景色写入给定的文本。[详细了解...](docs/write-green.md) | | [write-joke.ps1](scripts/write-joke.ps1) | 写入随机的 Chuck Norris 笑话。[详细了解...](docs/write-joke.md) | | [write-lowercase.ps1](scripts/write-lowercase.ps1) | 以小写字母写入给定的文本。[详细了解...](docs/write-lowercase.md) | | [write-marquee.ps1](scripts/write-marquee.ps1) | 以字幕形式写入给定的文本。[详细了解...](docs/write-marquee.md) | | [write-morse-code.ps1](scripts/write-morse-code.ps1) | 以摩尔斯电码写入给定的文本。[详细了解...](docs/write-morse-code.md) | | [write-motd.ps1](scripts/write-motd.ps1) | 写入每日消息 (MOTD)。[详细了解...](docs/write-motd.md) | | [write-quote.ps1](scripts/write-quote.ps1) | 写入随机引语。[详细了解...](docs/write-quote.md) | | [write-red.ps1](scripts/write-red.ps1) | 以红色前景色写入给定的文本。[详细了解...](docs/write-red.md) | | [write-rot13.ps1](scripts/write-rot13.ps1) | 使用 ROT13 编码或解码给定的文本。[详细了解...](docs/write-rot13.md) | | [write-typewriter.ps1](scripts/write-typewriter.ps1) | 以打字机效果写入给定的文本。[更多 »](docs/write-typewriter.md) | | [write-uppercase.ps1](scripts/write-uppercase.ps1) | 以大写字母写入给定的文本。[更多 »](docs/write-uppercase.md) | | [write-vertical.ps1](scripts/write-vertical.ps1) | 以垂直方向写入给定的文本。[更多 »](docs/write-vertical.md) | | [show-notification-motivation-quote.ps1](scripts/show-notification-motivation-quote.ps1) | 显示带有随机猫图片和激励引语的通知。[更多 »](docs/show-notification-motivation-quote.md) | 🤝 贡献 --------------- * 欢迎贡献、建议和改进! * 如果您遇到错误或有功能想法,请打开一个 Issue。 * 如果您想改进脚本,请创建一个 Pull Request。 📜 许可与版权 ----------------------- 此开源项目根据 CC0-1.0 许可证授权。所有商标均为其各自所有者的财产。