diff --git a/docs/.vitepress/transformer.ts b/docs/.vitepress/transformer.ts index ddd0dbffa..040e859ca 100644 --- a/docs/.vitepress/transformer.ts +++ b/docs/.vitepress/transformer.ts @@ -317,31 +317,31 @@ const transformLinks = (text: string): string => // Platform indicators { name: 'Windows', - find: /(?<=\/ (?:\/>|[^/])*)(\b(,\s*)?Windows,?\s*\b)(?=(?:\/>|[^/])* \/)/gm, + find: /(?<=\/ (?:\/>|[^/])*)((,\s*)?Windows,?\s*)(?=(?:\/>|[^/])* \/)/gm, replace: '
' }, { name: 'Mac', - find: /(?<=\/ (?:\/>|[^/])*)(\b(,\s*)?Mac,?\s*\b)(?=(?:\/>|[^/])* \/)/gm, + find: /(?<=\/ (?:\/>|[^/])*)((,\s*)?Mac,?\s*)(?=(?:\/>|[^/])* \/)/gm, replace: '
' }, { name: 'Linux', - find: /(?<=\/ (?:\/>|[^/])*)(\b(,\s*)?Linux,?\s*\b)(?=(?:\/>|[^/])* \/)/gm, + find: /(?<=\/ (?:\/>|[^/])*)((,\s*)?Linux,?\s*)(?=(?:\/>|[^/])* \/)/gm, replace: '
' }, { name: 'Android', - find: /(?<=\/ (?:\/>|[^/])*)(\b(,\s*)?Android,?\s*\b)(?=(?:\/>|[^/])* \/)/gm, + find: /(?<=\/ (?:\/>|[^/])*)((,\s*)?Android,?\s*)(?=(?:\/>|[^/])* \/)/gm, replace: '
' }, { name: 'iOS', - find: /(?<=\/ (?:\/>|[^/])*)(\b(,\s*)?iOS,?\s*\b)(?=(?:\/>|[^/])* \/)/gm, + find: /(?<=\/ (?:\/>|[^/])*)((,\s*)?iOS,?\s*)(?=(?:\/>|[^/])* \/)/gm, replace: '
' } diff --git a/docs/android-iosguide.md b/docs/android-iosguide.md index aa1371edb..b5a2151a2 100644 --- a/docs/android-iosguide.md +++ b/docs/android-iosguide.md @@ -348,7 +348,7 @@ * 🌐 **[Android ROM Comparisons](https://eylenburg.github.io/android_comparison.htm)** or [Android ROM List](https://github.com/musabcel/android_rom_list) * ⭐ **[CustomRomBay](https://customrombay.org/)** - ROMs Compatibility Search -* ⭐ **[GrapheneOS](https://grapheneos.org/)** - Security / Privacy Hardened Android / [Discord](https://discord.com/invite/grapheneos) / [Telegram](https://t.me/GrapheneOS) +* ⭐ **[GrapheneOS](https://grapheneos.org/)** - Security & Privacy Hardened Android / [Discord](https://discord.com/invite/grapheneos) / [Telegram](https://t.me/GrapheneOS) * [CalyxOS](https://calyxos.org/) - Privacy-Focused OS * [LineageOS](https://www.lineageos.org/) - Privacy-Focused OS / [Discord](https://discord.gg/gD6DMtf) / [MicroG](https://lineage.microg.org/) diff --git a/docs/system-tools.md b/docs/system-tools.md index 8e78209fa..0795cd6b9 100644 --- a/docs/system-tools.md +++ b/docs/system-tools.md @@ -106,6 +106,7 @@ * 🌐 **[Awesome CLI Apps](https://github.com/agarrharr/awesome-cli-apps)** or [Command Line Tools](https://github.com/learn-anything/command-line-tools) - Command Line Resources * ⭐ **[ss64](https://ss64.com/)** - Command Line Reference Index * [Windows Terminal](https://www.microsoft.com/store/productId/9N0DX20HK701) / [2](https://github.com/microsoft/terminal/), [ConEmu](https://github.com/Maximus5/ConEmu), [Hyper](https://hyper.is/), [Tabby](https://tabby.sh/), [MobaXterm](https://mobaxterm.mobatek.net/) or [WezTerm](https://wezfurlong.org/wezterm/) - Windows Terminal Emulators +* [PowerShell](https://github.com/powershell/powershell) - Microsoft PowerShell / Windows, Mac, Linux / * [BusyBox](https://frippery.org/busybox/) - Unix Commands for Windows * [Clink](https://github.com/chrisant996/clink) - Command Line Editing * [Nushell](https://www.nushell.sh/) - Alt Shell @@ -113,7 +114,6 @@ * [Command Challenge](https://cmdchallenge.com/) - Command Line Learning * [Mintty](https://mintty.github.io/) - Cygwin Terminal Emulator * [GetDNote](https://www.getdnote.com/) - Command Line Notebook -* [PowerShell](https://github.com/powershell/powershell) - Windows / macOS / Linux PowerShell * [LeanandMean](https://github.com/AveYo/LeanAndMean) - Powershell Snippets / Use with Caution * [PowerShell Scripts](https://github.com/fleschutz/PowerShell) or [WindowsPowerShell](https://github.com/stevencohn/WindowsPowerShell) - Alt Shell Scripts * [Starship](https://starship.rs/) - Cross-Shell Prompt