Platform Labels Update (#3581)
Some checks are pending
Deploy to GitHub Pages / build (push) Waiting to run
Deploy to GitHub Pages / Deploy (push) Blocked by required conditions

* First preview of platform indicators

* Fix

* Update
- Format 2FA section.
- Fix known edge cases.

* Update
- Update Mac & Linux icons.
- Fix icon cut-off bug.

* Remove dependency

* Better icons

* Update
- Labelled PowerShell platforms.
- Updated regex.
- Fixed an edge case.

* Update
- Removed need for trailing `/` at EOL.
- Updated more entries to the new format.

* Deploy for main-4

* Update

* Update
- Added icon for "Web".
- Updated any entries to "All Platforms".
- Formatted "Encrypted Messengers" section.

* Update
- Tidied Song Identification section.
- Some misc changes.

* Update
- Tweaked wording on Contribute guide.

* Undo deploy

* Update
This commit is contained in:
Hugo 2025-06-09 19:49:48 +01:00 committed by GitHub
parent f690fa0de4
commit 1daa86b67e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 171 additions and 90 deletions

View file

@ -56,14 +56,15 @@ You can do one of the following:
## Making changes ## Making changes
> [!TIP]
> The easiest way is to join our [Discord](https://rentry.co/fmhy-invite) to submit sites or any changes.
If you want to make changes with instant site feedback, or are simply going to work with the site, you can do so with these 3 ways: If you want to make changes with instant site feedback, or are simply going to work with the site, you can do so with these 3 ways:
- [Using gitpod.io or GitHub Codespaces (recommended)](#using-gitpod-or-github-codespaces) - [Using gitpod.io or GitHub Codespaces (recommended)](#using-gitpod-or-github-codespaces)
- [Using the GitHub editor](#using-the-github-editor) - [Using the GitHub editor](#using-the-github-editor)
- [Manually setting up a development environment](#manually-setting-up-a-development-environment) - [Manually setting up a development environment](#manually-setting-up-a-development-environment)
> [!TIP]
> You can just use our [💬 Discord](https://rentry.co/fmhy-invite) to send us sites or any changes.
### Using Gitpod or GitHub Codespaces ### Using Gitpod or GitHub Codespaces

View file

@ -313,6 +313,43 @@ const transformLinks = (text: string): string =>
find: /\[.onion\]\(([^\)]*?)\)/gm, find: /\[.onion\]\(([^\)]*?)\)/gm,
replace: replace:
'<a target="_blank" href="$1"><div alt=".onion" class="i-simple-icons:torbrowser w-1em h-1em" /></a>' '<a target="_blank" href="$1"><div alt=".onion" class="i-simple-icons:torbrowser w-1em h-1em" /></a>'
},
// Platform indicators
{
name: 'Windows',
find: /(?<=\/ (\/>|[^/\r\n])*)(,\s)?(?<![a-z]\s)Windows(?=,|[ \t]\/|$)/gm,
replace:
' <div alt="Windows" class="i-qlementine-icons:windows-24" /> '
},
{
name: 'Mac',
find: /(?<=\/ (\/>|[^/\r\n])*)(,\s)?(?<![a-z]\s)Mac(?=,|[ \t]\/|$)/gm,
replace:
' <div alt="Mac" class="i-qlementine-icons:mac-fill-16" /> '
},
{
name: 'Linux',
find: /(?<=\/ (\/>|[^/\r\n])*)(,\s)?(?<![a-z]\s)Linux(?=,|[ \t]\/|$)/gm,
replace:
' <div alt="Linux" class="i-fluent-mdl2:linux-logo-32" /> '
},
{
name: 'Android',
find: /(?<=\/ (\/>|[^/\r\n])*)(,\s)?(?<![a-z]\s)Android(?=,|[ \t]\/|$)/gm,
replace:
' <div alt="Android" class="i-material-symbols:android" /> '
},
{
name: 'iOS',
find: /(?<=\/ (\/>|[^/\r\n])*)(,\s)?(?<![a-z]\s)iOS(?=,|[ \t]\/|$)/gm,
replace:
' <div alt="iOS" class="i-simple-icons:ios" /> '
},
{
name: 'Web',
find: /(?<=\/ (\/>|[^/\r\n])*)(,\s)?(?<![a-z]\s)Web(?=,|[ \t]\/|$)/gm,
replace:
' <div alt="Web" class="i-fluent:globe-32-filled" /> '
} }
]) ])
.getText() .getText()

View file

@ -234,22 +234,22 @@
* 🌐 **[2FA Directory](https://2fa.directory/)** - List of Sites with 2FA Support / [GitHub](https://github.com/2factorauth/twofactorauth) * 🌐 **[2FA Directory](https://2fa.directory/)** - List of Sites with 2FA Support / [GitHub](https://github.com/2factorauth/twofactorauth)
* ↪️ **[Password Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_password_managers)** * ↪️ **[Password Managers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/internet-tools/#wiki_.25B7_password_managers)**
* ⭐ **[Ente Auth](https://ente.io/auth/)** - All Platforms 2FA / [Discord](https://discord.gg/z2YVKkycX3) / [GitHub](https://github.com/ente-io/ente) * ⭐ **[Ente Auth](https://ente.io/auth/)** - 2FA / All Platforms / [Discord](https://discord.gg/z2YVKkycX3) / [GitHub](https://github.com/ente-io/ente)
* ⭐ **[Aegis](https://getaegis.app/)** - Android 2FA / [GitHub](https://github.com/beemdevelopment/Aegis) * ⭐ **[Aegis](https://getaegis.app/)** - 2FA / Android / [GitHub](https://github.com/beemdevelopment/Aegis)
* ⭐ **[Stratum](https://stratumauth.com)** - Android 2FA / [GitHub](https://github.com/stratumauth/app) * ⭐ **[Stratum](https://stratumauth.com)** - 2FA / Android / [GitHub](https://github.com/stratumauth/app)
* ⭐ **[Password Strength Chart](https://i.imgur.com/g4NcQKd.png)** / [2](https://i.ibb.co/y8n3BZP/Hive-Systems-Password-Table-2024-Square.png) * ⭐ **[Password Strength Chart](https://i.imgur.com/g4NcQKd.png)** / [2](https://i.ibb.co/y8n3BZP/Hive-Systems-Password-Table-2024-Square.png)
* [2FAS](https://2fas.com/) - Android / iOS 2FA / [Discord](https://discord.gg/q4cP6qh2g5) / [GitHub](https://github.com/twofas) * [2FAS](https://2fas.com/) - 2FA / Android, iOS / [Discord](https://discord.gg/q4cP6qh2g5) / [GitHub](https://github.com/twofas)
* [Mauth](https://github.com/X1nto/Mauth) - Android 2FA * [Mauth](https://github.com/X1nto/Mauth) - 2FA / Android
* [FreeOTPPlus](https://github.com/helloworld1/FreeOTPPlus) - Android 2FA * [FreeOTPPlus](https://github.com/helloworld1/FreeOTPPlus) - 2FA / Android
* [KeePassXC](https://keepassxc.org/) - Windows / Mac / Linux 2FA / [Guide](https://youtu.be/ckWPHaQwft8) / [GitHub](https://github.com/keepassxreboot/keepassxc) * [KeePassXC](https://keepassxc.org/) - 2FA / Windows, Mac, Linux / [Guide](https://youtu.be/ckWPHaQwft8) / [GitHub](https://github.com/keepassxreboot/keepassxc)
* [AuthMe](https://authme.levminer.com/) - Windows / Mac / Linux 2FA / [GitHub](https://github.com/Levminer/authme) * [AuthMe](https://authme.levminer.com/) - 2FA / Windows, Mac, Linux / [GitHub](https://github.com/Levminer/authme)
* [Yubioath](https://developers.yubico.com/yubioath-flutter/) - Windows / Android 2FA / YubiKeys / [GitHub](https://github.com/Yubico/yubioath-flutter) * [Yubioath](https://developers.yubico.com/yubioath-flutter/) - 2FA / Windows, Android / YubiKey Support / [GitHub](https://github.com/Yubico/yubioath-flutter)
* [OTPClient](https://github.com/paolostivanin/OTPClient) - Linux 2FA * [OTPClient](https://github.com/paolostivanin/OTPClient) - 2FA / Linux
* [2FAuth](https://docs.2fauth.app/) - Self-Hosted Web-Based 2FA / [GitHub](https://github.com/Bubka/2FAuth) * [Sentinel](https://getsentinel.io/) - 2FA / Mac, Android, iOS
* [Sentinel](https://getsentinel.io/) - Android / iOS / Mac 2FA * [OTP Auth](https://apps.apple.com/app/otp-auth/id659877384) - 2FA / iOS
* [OTP Auth](https://apps.apple.com/app/otp-auth/id659877384) - iOS 2FA * [Tofu](https://www.tofuauth.com/) - 2FA / iOS / [GitHub](https://github.com/iKenndac/Tofu)
* [Tofu](https://www.tofuauth.com/) - iOS 2FA / [GitHub](https://github.com/iKenndac/Tofu) * [2FAuth](https://docs.2fauth.app/) - Self-Hosted / Web / [GitHub](https://github.com/Bubka/2FAuth)
* [VaultWarden](https://github.com/dani-garcia/vaultwarden) - Self-Hosted 2FA * [VaultWarden](https://github.com/dani-garcia/vaultwarden) - Unofficial Bitwarden Server Backend / Self-Hosted
* [Authenticator](https://authenticator.cc/) - Generate Two-Factor QR Codes / [GitHub](https://github.com/Authenticator-Extension/Authenticator) * [Authenticator](https://authenticator.cc/) - Generate Two-Factor QR Codes / [GitHub](https://github.com/Authenticator-Extension/Authenticator)
* [OTP Helper](https://github.com/jd1378/otphelper) - Extract OTP Tokens * [OTP Helper](https://github.com/jd1378/otphelper) - Extract OTP Tokens
* [steamguard-cli](https://github.com/dyc3/steamguard-cli) - Generate Steam 2FA Codes * [steamguard-cli](https://github.com/dyc3/steamguard-cli) - Generate Steam 2FA Codes
@ -259,24 +259,24 @@
## ▷ Encrypted Messengers ## ▷ Encrypted Messengers
* 🌐 **[Chat Protocols & Services](https://docs.google.com/spreadsheets/u/0/d/1-UlA4-tslROBDS9IqHalWVztqZo7uxlCeKPQ-8uoFOU)**, [Eyelenburg Comparisons](https://eylenburg.github.io/im_comparison.htm), [SecuChart](https://bkil.gitlab.io/secuchart/) or [Secure Messaging Apps](https://www.securemessagingapps.com/) - Chat App Indexes / Comparisons
* ↪️ **[Encrypted XMPP Servers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_encrypted_xmpp_servers)** * ↪️ **[Encrypted XMPP Servers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_encrypted_xmpp_servers)**
* 🌐 **[Digital Communications Protocols](https://docs.google.com/spreadsheets/u/0/d/1-UlA4-tslROBDS9IqHalWVztqZo7uxlCeKPQ-8uoFOU)**, **[Chat Service Comparisons](https://docs.google.com/spreadsheets/u/0/d/1-UlA4-tslROBDS9IqHalWVztqZo7uxlCeKPQ-8uoFOU)**, [Eyelenburg Comparisons](https://eylenburg.github.io/im_comparison.htm), [SecureChart](https://bkil.gitlab.io/secuchart/) or [SecureMessagingApps](https://www.securemessagingapps.com/) - Chat App Indexes / Comparisons * ⭐ **[SimpleX](https://simplex.chat/)** - All Platforms / [GitHub](https://github.com/simplex-chat)
* ⭐ **[SimpleX](https://simplex.chat/)** - Windows / Mac / Linux / Android / iOS / [GitHub](https://github.com/simplex-chat) * ⭐ **[Signal](https://signal.org/)** or **[Molly](https://github.com/mollyim/mollyim-android)** - All Platforms / Phone # Required / [GitHub](https://github.com/signalapp)
* ⭐ **[Signal](https://signal.org/)** or **[Molly](https://github.com/mollyim/mollyim-android)** - Requires Phone / Windows / Mac / Linux / Android / iOS / [GitHub](https://github.com/signalapp) * ⭐ **[Briar](https://briarproject.org/)** / Android / [GitLab](https://code.briarproject.org/briar/briar)
* ⭐ **[Briar](https://briarproject.org/)** - Android / [GitLab](https://code.briarproject.org/briar/briar)
* [Matrix](https://matrix.org/) / [Mod Bot](https://github.com/matrix-org/mjolnir) / [Clients / Resources](https://matrix.org/ecosystem/) / [Servers](https://tatsumoto-ren.github.io/blog/list-of-matrix-servers.html), [2](https://tatsumoto.neocities.org/blog/list-of-matrix-servers.html), [3](https://gitlab.com/famedly/conduit), [4](https://joinmatrix.org/servers/), [5](https://archive.md/4xZE4), [6](https://wiki.asra.gr/en:public_servers) * [Matrix](https://matrix.org/) / [Mod Bot](https://github.com/matrix-org/mjolnir) / [Clients / Resources](https://matrix.org/ecosystem/) / [Servers](https://tatsumoto-ren.github.io/blog/list-of-matrix-servers.html), [2](https://tatsumoto.neocities.org/blog/list-of-matrix-servers.html), [3](https://gitlab.com/famedly/conduit), [4](https://joinmatrix.org/servers/), [5](https://archive.md/4xZE4), [6](https://wiki.asra.gr/en:public_servers)
* [Wire](https://wire.com/en/download/) - Requires Phone / Web / Windows / Mac / Linux / Android / iOS / [GitHub](https://github.com/wireapp) * [Wire](https://wire.com/en/download/) - All Platforms / Phone # Required / [GitHub](https://github.com/wireapp)
* [Session](https://getsession.org/) - Windows / Mac / Linux / Android / iOS / [GitHub](https://github.com/session-foundation) * [Session](https://getsession.org/) - All Platforms / [GitHub](https://github.com/session-foundation)
* [Keybase](https://keybase.io/) - Windows / Mac / Linux / Android / iOS / [GitHub](https://github.com/keybase/client) * [Keybase](https://keybase.io/) - All Platforms / [GitHub](https://github.com/keybase/client)
* [Jami](https://jami.net/) - Windows / Mac / Linux / Android / iOS / AndroidTV / [GitLab](https://git.jami.net/savoirfairelinux/jami-project) * [Jami](https://jami.net/) - All Platforms / [GitLab](https://git.jami.net/savoirfairelinux/jami-project)
* [Berty](https://berty.tech/) - Android / iOS / [GitHub](https://github.com/berty/berty) * [Tox](https://tox.chat/) / [GitHub](https://github.com/TokTok/c-toxcore) or [qTox](https://qtox.github.io/) / [GitHub](https://github.com/TokTok/qTox) - All Platforms
* [Ricochet Refresh](https://www.ricochetrefresh.net/) - Windows / Mac / Linux / [GitHub](https://github.com/blueprint-freespeech/ricochet-refresh) * [Linphone](https://www.linphone.org/) - All Platforms / [GitLab](https://gitlab.linphone.org/explore/projects)
* [Cwtch](https://cwtch.im/) - Windows / Mac / Linux / Android / [GitLab](https://git.openprivacy.ca/cwtch.im/cwtch) * [Berty](https://berty.tech/) / Android, iOS / [GitHub](https://github.com/berty/berty)
* [Tox](https://tox.chat/) / [GitHub](https://github.com/TokTok/c-toxcore) or [qTox](https://qtox.github.io/) / [GitHub](https://github.com/TokTok/qTox) - FreeBSD / Windows / Mac / Linux / Android / iOS * [Ricochet Refresh](https://www.ricochetrefresh.net/) / Windows, Mac, Linux / [GitHub](https://github.com/blueprint-freespeech/ricochet-refresh)
* [Status](https://status.app/) - Android / iOS / [GitHub](https://github.com/status-im) * [Cwtch](https://cwtch.im/) / Windows, Mac, Linux, Android / [GitLab](https://git.openprivacy.ca/cwtch.im/cwtch)
* [Linphone](https://www.linphone.org/) - Windows / Mac / Linux / Android / iOS / [GitLab](https://gitlab.linphone.org/explore/projects) * [Status](https://status.app/) / Android, iOS / [GitHub](https://github.com/status-im)
* [Databag](https://github.com/balzack/databag) - Self-hosted / Web / Android / iOS / [GitHub](https://github.com/balzack/databag) * [Damus](https://damus.io/) or [MySudo](https://anonyome.com/individuals/mysudo/) / iOS
* [Damus](https://damus.io/) or [MySudo](https://anonyome.com/individuals/mysudo/) - iOS * [Databag](https://github.com/balzack/databag) - Self-hosted / Android, iOS, Web / [GitHub](https://github.com/balzack/databag)
* [ssh-chat](https://github.com/shazow/ssh-chat) or [Devzat](https://github.com/quackduck/devzat) - SSH Chat * [ssh-chat](https://github.com/shazow/ssh-chat) or [Devzat](https://github.com/quackduck/devzat) - SSH Chat
*** ***

View file

@ -345,7 +345,7 @@
* 🌐 **[Android ROM Comparisons](https://eylenburg.github.io/android_comparison.htm)** or [Android ROM List](https://github.com/musabcel/android_rom_list) * 🌐 **[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 * ⭐ **[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 * [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/) * [LineageOS](https://www.lineageos.org/) - Privacy-Focused OS / [Discord](https://discord.gg/gD6DMtf) / [MicroG](https://lineage.microg.org/)
@ -673,7 +673,7 @@
* 🌐 **[Android Emulators](https://emulation.gametechwiki.com/index.php/Android_emulators)** - Android Emulator Index * 🌐 **[Android Emulators](https://emulation.gametechwiki.com/index.php/Android_emulators)** - Android Emulator Index
* ↪️ **[Android on Linux](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_android_on_linux)** * ↪️ **[Android on Linux](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/linux#wiki_.25B7_android_on_linux)**
* ⭐ **[WSABuilds](https://github.com/MustardChef/WSABuilds)** / Windows Subsystem / Pre-built Binaries * ⭐ **[WSABuilds](https://github.com/MustardChef/WSABuilds)** - Windows Subsystem / Pre-built Binaries
* ⭐ **[Google Play Games](https://play.google.com/googleplaygames)** - Android Mobile Games on Windows * ⭐ **[Google Play Games](https://play.google.com/googleplaygames)** - Android Mobile Games on Windows
* [Docker Android](https://github.com/budtmo/docker-android) - Android on Docker * [Docker Android](https://github.com/budtmo/docker-android) - Android on Docker
* [Genymotion](https://www.genymotion.com/download/) - Cloud Emulator * [Genymotion](https://www.genymotion.com/download/) - Cloud Emulator

View file

@ -760,19 +760,18 @@
## ▷ Song Identification ## ▷ Song Identification
* ⭐ **[Shazam](https://www.shazam.com/)** - Android / [Unlock](https://rentry.co/FMHYBase64#shazam) / [Desktop App](https://github.com/BayernMuller/vibra) * ⭐ **[Shazam](https://www.shazam.com/)** / Android, iOS / [Modded](https://rentry.co/FMHYBase64#shazam) / [Desktop App](https://github.com/BayernMuller/vibra)
* ⭐ **[WhatAmIHearing](https://github.com/zemoto/WhatAmIHearing)** - Desktop * ⭐ **[WhatAmIHearing](https://github.com/zemoto/WhatAmIHearing)** / Windows
* ⭐ **[WatZatSong](https://www.watzatsong.com/en)** - Song Identification Forum * ⭐ **[WatZatSong](https://www.watzatsong.com/en)** or [r/NameThatSong](https://reddit.com/r/NameThatSong) - Song ID Communities
* [/r/NameThatSong](https://reddit.com/r/NameThatSong) - Song Identification Subreddit * [FlairMax](https://apps.microsoft.com/detail/9pdzvj34ztxg) / Windows
* [FlairMax](https://apps.microsoft.com/detail/9pdzvj34ztxg) - Desktop * [AudioTag](https://audiotag.info/) / Web
* [Aha Music](https://www.aha-music.com/identify-songs-music-recognition-online) - Online * [SoundHound](https://www.soundhound.com/soundhound) / Android
* [AudioTag](https://audiotag.info/) - Online * [Audile](https://github.com/aleksey-saenko/MusicRecognizer) / Android
* [Audire](https://github.com/alexmercerind/audire) / Android
* [AmbientMusicMod](https://github.com/KieronQuinn/AmbientMusicMod) / Android
* [Google Assistant](https://assistant.google.com/) - Google's Music Recognition / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#google-music-recognition)
* [SampleSeek](https://www.sampleseek.co.uk/) - Find Sample Origins * [SampleSeek](https://www.sampleseek.co.uk/) - Find Sample Origins
* [Google Assistant](https://assistant.google.com/) - Google's Music Recognition / Android / [Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#google-music-recognition) * [AHA Music](https://www.aha-music.com/identify-songs-music-recognition-online) - Chrome Extension
* [SoundHound](https://www.soundhound.com/soundhound) - Android
* [Audile](https://github.com/aleksey-saenko/MusicRecognizer) - Android
* [Audire](https://github.com/alexmercerind/audire) - Android
* [AmbientMusicMod](https://github.com/KieronQuinn/AmbientMusicMod) - Android
*** ***

View file

@ -537,7 +537,7 @@
* [VHEditor](https://github.com/vhqtvn/VHEditor-Android) - VSCode Editor * [VHEditor](https://github.com/vhqtvn/VHEditor-Android) - VSCode Editor
* [diohub](https://github.com/NamanShergill/diohub), [PuppyGit](https://github.com/catpuppyapp/PuppyGit) or [OctoDroid](https://github.com/slapperwan/gh4a) - Android Git Clients * [diohub](https://github.com/NamanShergill/diohub), [PuppyGit](https://github.com/catpuppyapp/PuppyGit) or [OctoDroid](https://github.com/slapperwan/gh4a) - Android Git Clients
* [GitSync](https://github.com/ViscousPot/GitSync) - Android Git Remote Repo Sync * [GitSync](https://github.com/ViscousPot/GitSync) - Android Git Remote Repo Sync
* [Gidget](https://github.com/GDGVIT/gidget) - GitHub Notifications / Android * [Gidget](https://github.com/GDGVIT/gidget) - Track GitHub Activity
* [FlutterMarkdownEditor](https://github.com/adeeteya/FlutterMarkdownEditor) - Markdown Editor * [FlutterMarkdownEditor](https://github.com/adeeteya/FlutterMarkdownEditor) - Markdown Editor
*** ***

View file

@ -1277,7 +1277,7 @@
* ⭐ **[StudyKit](https://studykit.app/)**, [StuDoc](https://www.studocu.com/) / [Downloader](https://github.com/danieltyukov/studocuhack) / [2](https://dlstudocu.com/), [Gizmo](https://gizmo.ai/), [Knowt](https://knowt.com/), [Quizlet](https://quizlet.com/), [Shmoop](https://www.shmoop.com/), [Bitesize](https://www.bbc.co.uk/bitesize) or [SparkNotes](https://www.sparknotes.com/) - Quizzes / Study Material / [Show Hidden](https://greasyfork.org/en/scripts/423872) * ⭐ **[StudyKit](https://studykit.app/)**, [StuDoc](https://www.studocu.com/) / [Downloader](https://github.com/danieltyukov/studocuhack) / [2](https://dlstudocu.com/), [Gizmo](https://gizmo.ai/), [Knowt](https://knowt.com/), [Quizlet](https://quizlet.com/), [Shmoop](https://www.shmoop.com/), [Bitesize](https://www.bbc.co.uk/bitesize) or [SparkNotes](https://www.sparknotes.com/) - Quizzes / Study Material / [Show Hidden](https://greasyfork.org/en/scripts/423872)
* ⭐ **[Anki](https://apps.ankiweb.net/)** / [Discord](https://discord.gg/jUvBM2sEs4) / [Subreddit](https://www.reddit.com/r/Anki/) / [GitHub](https://github.com/ankidroid/Anki-Android), [StudyLib](https://www.studylib.net/), [RemNote](https://www.remnote.com/), [Flippity](https://www.flippity.net/), [Flashcard Machine](https://www.flashcardmachine.com/), [MemoAnki](https://memoanki.com/), [revisiondojo](https://www.revisiondojo.com/), [Flashka](https://www.flashka.ai/) or [NoteKnight](https://www.noteknight.com) - Flashcard Tools * ⭐ **[Anki](https://apps.ankiweb.net/)** / [Discord](https://discord.gg/jUvBM2sEs4) / [Subreddit](https://www.reddit.com/r/Anki/) / [GitHub](https://github.com/ankidroid/Anki-Android), [StudyLib](https://www.studylib.net/), [RemNote](https://www.remnote.com/), [Flippity](https://www.flippity.net/), [Flashcard Machine](https://www.flashcardmachine.com/), [MemoAnki](https://memoanki.com/), [revisiondojo](https://www.revisiondojo.com/), [Flashka](https://www.flashka.ai/) or [NoteKnight](https://www.noteknight.com) - Flashcard Tools
* ⭐ **Anki Tools** - [Add-ons](https://ankiweb.net/shared/addons) / [Decks](https://ankiweb.net/shared/decks) / [Resources](https://docs.ankiweb.net/resources.html), [2](https://github.com/tianshanghong/awesome-anki) * ⭐ **Anki Tools** - [Add-ons](https://ankiweb.net/shared/addons) / [Decks](https://ankiweb.net/shared/decks) / [Resources](https://docs.ankiweb.net/resources.html), [2](https://github.com/tianshanghong/awesome-anki)
* ⭐ **[Coursicle](https://www.coursicle.com/)** - Class Schedule Tracker / Android * ⭐ **[Coursicle](https://www.coursicle.com/)** - Class Schedule Tracker / Android, iOS
* ⭐ **[OpenSyllabus](https://opensyllabus.org/)** - Syllabus Search / Info * ⭐ **[OpenSyllabus](https://opensyllabus.org/)** - Syllabus Search / Info
* ⭐ **[Refseek](https://www.refseek.com/)**, [Explorer](https://explorer.globe.engineer/) or [Merlot](https://www.merlot.org/merlot/index.htm) - Academic Search Engines * ⭐ **[Refseek](https://www.refseek.com/)**, [Explorer](https://explorer.globe.engineer/) or [Merlot](https://www.merlot.org/merlot/index.htm) - Academic Search Engines
* [SciSpace](https://scispace.com/) (No Sign-Up), [Scinito](https://ekb.scinito.ai/ai/chat) or [Elicit](https://elicit.com/) / [GitHub](https://github.com/elicit) - Research Paper Chatbots * [SciSpace](https://scispace.com/) (No Sign-Up), [Scinito](https://ekb.scinito.ai/ai/chat) or [Elicit](https://elicit.com/) / [GitHub](https://github.com/elicit) - Research Paper Chatbots
@ -1296,7 +1296,7 @@
* [Lurnby](https://www.lurnby.com) - Research Highlighting Tool / [GitHub](https://github.com/Roznoshchik/Lurnby) * [Lurnby](https://www.lurnby.com) - Research Highlighting Tool / [GitHub](https://github.com/Roznoshchik/Lurnby)
* [General Index](https://archive.org/details/GeneralIndex) - Article Metadata Mining Project * [General Index](https://archive.org/details/GeneralIndex) - Article Metadata Mining Project
* [Papertag](https://www.papertag.app/) - Attach Digital Content to Paper * [Papertag](https://www.papertag.app/) - Attach Digital Content to Paper
* [Graded](https://nightdreamgames.com/#graded) - Grades Tracker / Android / [GitHub](https://github.com/NightDreamGames/Graded) * [Graded](https://nightdreamgames.com/#graded) - Grades Tracker / Android, iOS / [GitHub](https://github.com/NightDreamGames/Graded)
* [GradesCalculator](https://calculatecgpa.com) - Calculate CGPA & GPA * [GradesCalculator](https://calculatecgpa.com) - Calculate CGPA & GPA
* [CalculateCGPA](https://cgpacalcs.com/) - Calculate GPA * [CalculateCGPA](https://cgpacalcs.com/) - Calculate GPA
* [LearnedEasy](https://learnedeasy.com/) - Create Summaries / Quizzes from Books * [LearnedEasy](https://learnedeasy.com/) - Create Summaries / Quizzes from Books

View file

@ -87,7 +87,7 @@
* ⭐ **[Files](https://files.community/)** - Customizable File Manager / Use Classic Installer / [Discord](https://discord.gg/files) * ⭐ **[Files](https://files.community/)** - Customizable File Manager / Use Classic Installer / [Discord](https://discord.gg/files)
* ⭐ **[Directory Opus](https://rentry.co/FMHYBase64#directory-opus)** - Windows File Manager * ⭐ **[Directory Opus](https://rentry.co/FMHYBase64#directory-opus)** - Windows File Manager
* [DoubleCMD](https://github.com/doublecmd/doublecmd) or [muCommander](https://www.mucommander.com/) - Cross-Platform File Managers * [DoubleCMD](https://github.com/doublecmd/doublecmd) or [muCommander](https://www.mucommander.com/) - Cross-Platform File Managers
* [Sigma](https://sigma-file-manager.vercel.app) - Modern File Manager for Windows / Linux / [GitHub](https://github.com/aleksey-hoffman/sigma-file-manager) * [Sigma](https://sigma-file-manager.vercel.app) - Modern File Manager / Windows, Linux / [GitHub](https://github.com/aleksey-hoffman/sigma-file-manager)
* [ChromaFiler](https://chroma.zone/chromafiler/) - Column-Based Windows File Manager * [ChromaFiler](https://chroma.zone/chromafiler/) - Column-Based Windows File Manager
* [Yazi](https://yazi-rs.github.io/) - Terminal File Manager / [Plugins](https://github.com/sachinsenal0x64/awesome-yazi) / [GitHub](https://github.com/sxyazi/yazi) * [Yazi](https://yazi-rs.github.io/) - Terminal File Manager / [Plugins](https://github.com/sachinsenal0x64/awesome-yazi) / [GitHub](https://github.com/sxyazi/yazi)
* [One Commander](https://www.onecommander.com/) - File Manager * [One Commander](https://www.onecommander.com/) - File Manager

View file

@ -140,7 +140,7 @@
* ⭐ **[Ludusavi](https://github.com/mtkennerly/ludusavi)** or [GameSave Manager](https://www.gamesave-manager.com/) - Game Save Managers / Backup * ⭐ **[Ludusavi](https://github.com/mtkennerly/ludusavi)** or [GameSave Manager](https://www.gamesave-manager.com/) - Game Save Managers / Backup
* [PCGamingWiki](https://www.pcgamingwiki.com/) - Save Locations Listed Under "Game Data" * [PCGamingWiki](https://www.pcgamingwiki.com/) - Save Locations Listed Under "Game Data"
* [Save Game World](https://www.savegameworld.com/) - PC / PlayStation / Switch / Xbox / Wii * [Save Game World](https://www.savegameworld.com/) - PC / PlayStation / Switch / Xbox / Wii
* [SavegameDownload.com](https://www.savegamedownload.com/) - PC / PlayStation / Switch / Xbox / Android * [SavegameDownload.com](https://www.savegamedownload.com/) - PC / Mobile / PlayStation / Switch / Xbox
* [YourSaveGames](https://www.yoursavegames.com/) - PC / PSP * [YourSaveGames](https://www.yoursavegames.com/) - PC / PSP
* [SaveGame.Pro](https://savegame.pro/) - PC * [SaveGame.Pro](https://savegame.pro/) - PC
* [Saves For Games](https://savesforgames.com/) - PC * [Saves For Games](https://savesforgames.com/) - PC

View file

@ -175,9 +175,9 @@
* [tldraw](https://www.tldraw.com/) - Drawing / Sketching * [tldraw](https://www.tldraw.com/) - Drawing / Sketching
* [Ok! So](https://okso.app/) - Drawing / Sketching * [Ok! So](https://okso.app/) - Drawing / Sketching
* [Sketchpad](https://sketchpad.app/), [2](https://sketch.io/sketchpad) - Drawing / Sketching * [Sketchpad](https://sketchpad.app/), [2](https://sketch.io/sketchpad) - Drawing / Sketching
* [Sketchbook](https://www.sketchbook.com/) - Drawing / Sketching / Mobile Only * [Sketchbook](https://www.sketchbook.com/) - Drawing / Sketching / Android, iOS
* [Paper](https://wetransfer.com/explore/paper) - Drawing / Sketching / iOS Only * [Paper](https://wetransfer.com/explore/paper) - Drawing / Sketching / iOS
* [Fresco](https://www.adobe.com/products/fresco.html) - Drawing / Windows / iOS * [Fresco](https://www.adobe.com/products/fresco.html) - Drawing / Windows, iOS
* [Concepts](https://concepts.app/) - Drawing / Sketching * [Concepts](https://concepts.app/) - Drawing / Sketching
* [Magma](https://magma.com/), [HelloPaint](https://hellopaint.io/), [DrawPile](https://drawpile.net/), [LockDraw](https://www.skycow.us/), [World Draw](https://world-draw.appspot.com/draw) or [malmal](https://malmal.io/) - Collaborative Drawing * [Magma](https://magma.com/), [HelloPaint](https://hellopaint.io/), [DrawPile](https://drawpile.net/), [LockDraw](https://www.skycow.us/), [World Draw](https://world-draw.appspot.com/draw) or [malmal](https://malmal.io/) - Collaborative Drawing
* [Ink Workspace](https://www.microsoft.com/store/productId/9P0RP342JZMN) - Pen App Launcher * [Ink Workspace](https://www.microsoft.com/store/productId/9P0RP342JZMN) - Pen App Launcher
@ -764,7 +764,7 @@
* [Photofield](https://github.com/SmilyOrg/photofield) * [Photofield](https://github.com/SmilyOrg/photofield)
* [Google Photos Toolkit](https://github.com/xob0t/Google-Photos-Toolkit) - Manage / Delete Google Photos * [Google Photos Toolkit](https://github.com/xob0t/Google-Photos-Toolkit) - Manage / Delete Google Photos
* [Google Takeout](https://takeout.google.com/) - Export from Google Photos / [Script](https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper) * [Google Takeout](https://takeout.google.com/) - Export from Google Photos / [Script](https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper)
* [GPhotos Guide](https://github.com/g8row/gphotos-guide) - Unlimited Google Photos Storage Guide / Windows * [GPhotos Guide](https://github.com/g8row/gphotos-guide) - Guide for Unlimited Google Photos Storage on Windows
* [Google Photos EXIF](https://github.com/mattwilson1024/google-photos-exif) - Populate Missing EXIF metadata in Google Photos * [Google Photos EXIF](https://github.com/mattwilson1024/google-photos-exif) - Populate Missing EXIF metadata in Google Photos
*** ***

View file

@ -761,7 +761,7 @@
* [Macs Fan Control](https://github.com/crystalidea/macs-fan-control) - Fan Controller * [Macs Fan Control](https://github.com/crystalidea/macs-fan-control) - Fan Controller
* [Find You](https://github.com/positive-security/find-you) - Track Bluetooth Devices * [Find You](https://github.com/positive-security/find-you) - Track Bluetooth Devices
* [Touché](https://redsweater.com/touche/) - Touch Bar Simulator * [Touché](https://redsweater.com/touche/) - Touch Bar Simulator
* [Sentinel](https://github.com/alienator88/Sentinel) - SwiftUI Gatekeeper Config GUI / macOS Only * [Sentinel](https://github.com/alienator88/Sentinel) - SwiftUI Gatekeeper Config GUI
* [USBMap](https://github.com/corpnewt/USBMap) - Map macOS USB Ports * [USBMap](https://github.com/corpnewt/USBMap) - Map macOS USB Ports
* [Actions](https://sindresorhus.com/actions) - Additional Shortcuts App Actions * [Actions](https://sindresorhus.com/actions) - Additional Shortcuts App Actions
* [pock](https://pock.app/) - Touch Bar Widget Manager / [GitHub](https://github.com/pock/pock) * [pock](https://pock.app/) - Touch Bar Widget Manager / [GitHub](https://github.com/pock/pock)

View file

@ -139,7 +139,7 @@
* [MyFridgeHome](https://myfridgefood.com/) or [WhiskIt](https://whiskit.ai/) - Find Recipes Based on Ingredients * [MyFridgeHome](https://myfridgefood.com/) or [WhiskIt](https://whiskit.ai/) - Find Recipes Based on Ingredients
* [FoodSubs](https://foodsubs.com/) - Ingredient Substitutions Database * [FoodSubs](https://foodsubs.com/) - Ingredient Substitutions Database
* [Food Mood](https://artsandculture.google.com/experiment/food-mood/HwHnGalZ3up0EA?hl=en) - Blend Two Cuisines for Recipes * [Food Mood](https://artsandculture.google.com/experiment/food-mood/HwHnGalZ3up0EA?hl=en) - Blend Two Cuisines for Recipes
* [PunchFork](https://www.punchfork.com/) - Recipes * [Fit Men Cook](https://fitmencook.com/) or [PunchFork](https://www.punchfork.com/) - Recipes
* [Search-22](https://search-22.com/recipe-search-tools) - Multi-Site Recipe Search * [Search-22](https://search-22.com/recipe-search-tools) - Multi-Site Recipe Search
* [Wikibook Recipes](https://en.wikibooks.org/wiki/Category:Cookbook) - Recipe Wiki * [Wikibook Recipes](https://en.wikibooks.org/wiki/Category:Cookbook) - Recipe Wiki
* [Epicurious](https://www.epicurious.com/) - Recipe Search / Index * [Epicurious](https://www.epicurious.com/) - Recipe Search / Index
@ -623,8 +623,8 @@
* [The Nutrition Source](https://nutritionsource.hsph.harvard.edu/) - Harvard University Health Website * [The Nutrition Source](https://nutritionsource.hsph.harvard.edu/) - Harvard University Health Website
* [Liquid Drink](https://play.google.com/store/apps/details?id=com.xpp.drink) - Liquid Intake Tracker * [Liquid Drink](https://play.google.com/store/apps/details?id=com.xpp.drink) - Liquid Intake Tracker
* [Daily Dozen](https://github.com/nutritionfactsorg/daily-dozen-android) - Daily Diet Recommendations / Android * [Daily Dozen](https://github.com/nutritionfactsorg/daily-dozen-android) - Daily Diet Recommendations / Android
* [EatThisMuch](https://www.eatthismuch.com/), [FitMenCook](https://fitmencook.com/) or [MealPrePro](https://mealpreppro.com/) - Diet Tool / iOS / Android * [Calories-In](https://calories-in.com/) - Meal Prep & Planning / Web
* [Mealime](https://www.mealime.com/) or [Calories In](https://calories-in.com/) - Meal Planning * [Eat This Much](https://www.eatthismuch.com/), [Mealime](https://www.mealime.com/) or [MealPrepPro](https://mealpreppro.com/) / [Android](https://play.google.com/store/apps/details?id=com.nibbleapps.meal_prep_pro) - Meal Prep & Planning Apps / Android, iOS
* [Nosh](https://nosh.tech/) - Food Management App * [Nosh](https://nosh.tech/) - Food Management App
* [Edamam](https://www.edamam.com/) - Food-Related APIs * [Edamam](https://www.edamam.com/) - Food-Related APIs
* [Child Nutrition](https://www.coursera.org/learn/childnutrition) - Child Nutrition / Cooking Course * [Child Nutrition](https://www.coursera.org/learn/childnutrition) - Child Nutrition / Cooking Course
@ -669,7 +669,7 @@
* ↪️ **[Site Blocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_productivity_tools)** * ↪️ **[Site Blocking](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/misc#wiki_.25B7_productivity_tools)**
* ⭐ **[EasyPeasy](https://easypeasymethod.org/)**, [2](https://gitlab.com/snuggy/easypeasy) / [Audiobook](https://youtu.be/ZktxO6adTnI) or [QuitPornEasily](https://quitporneasily.com/) - Painlessly Quit Pornography * ⭐ **[EasyPeasy](https://easypeasymethod.org/)**, [2](https://gitlab.com/snuggy/easypeasy) / [Audiobook](https://youtu.be/ZktxO6adTnI) or [QuitPornEasily](https://quitporneasily.com/) - Painlessly Quit Pornography
* [Plucky](https://pluckyfilter.com/) - Content Filter * [Plucky](https://pluckyfilter.com/) - Content Filter
* [Brainbuddy](https://www.brainbuddyapp.com/) - Porn Blocker / Android / iOS * [Brainbuddy](https://www.brainbuddyapp.com/) - Porn Blocker / Android, iOS
* [SelfControlApp](https://selfcontrolapp.com/) - Mac Site Blocker * [SelfControlApp](https://selfcontrolapp.com/) - Mac Site Blocker
* [CleanBrowsing](https://cleanbrowsing.org/filters/) - Family DNS Filters * [CleanBrowsing](https://cleanbrowsing.org/filters/) - Family DNS Filters
* [cringeMDb](https://cringemdb.com/), [Age Rating JuJu](https://www.ageratingjuju.com/), [CommonSenseMedia](https://www.commonsensemedia.org/) or [unconsenting media](https://www.unconsentingmedia.org) - Find SFW Movies * [cringeMDb](https://cringemdb.com/), [Age Rating JuJu](https://www.ageratingjuju.com/), [CommonSenseMedia](https://www.commonsensemedia.org/) or [unconsenting media](https://www.unconsentingmedia.org) - Find SFW Movies
@ -852,6 +852,7 @@
## ▷ Collaboration Platforms ## ▷ Collaboration Platforms
* ⭐ **[NextCloud](https://nextcloud.com/)** - Collaboration Platform / File Sharing / [GitHub](https://github.com/nextcloud) * ⭐ **[NextCloud](https://nextcloud.com/)** - Collaboration Platform / File Sharing / [GitHub](https://github.com/nextcloud)
* [Teams for Linux](https://github.com/IsmaelMartinez/teams-for-linux) - Unofficial Teams Client / Windows, Mac, Linux
* [Atlassian](https://www.atlassian.com/) - Collaboration Platform * [Atlassian](https://www.atlassian.com/) - Collaboration Platform
* [Twake](https://twake.app/) - Collaboration Platform / [GitHub](https://github.com/linagora/twake-drive) * [Twake](https://twake.app/) - Collaboration Platform / [GitHub](https://github.com/linagora/twake-drive)
* [Mattermost](https://mattermost.com/) - Self-Hosted Collaboration Platform * [Mattermost](https://mattermost.com/) - Self-Hosted Collaboration Platform
@ -867,7 +868,6 @@
* [Nino](https://nino.app/) - Task Manager * [Nino](https://nino.app/) - Task Manager
* [Trello](https://trello.com/), [WeKan](https://wekan.github.io/), [Kanboard](https://kanboard.org/) or [Planka](https://planka.app/) - Kanban Project Managers * [Trello](https://trello.com/), [WeKan](https://wekan.github.io/), [Kanboard](https://kanboard.org/) or [Planka](https://planka.app/) - Kanban Project Managers
* [Airtable](https://www.airtable.com/) - Spreadsheet-Database Hybrid for Team Workflows * [Airtable](https://www.airtable.com/) - Spreadsheet-Database Hybrid for Team Workflows
* [Teams for Linux](https://github.com/IsmaelMartinez/teams-for-linux) - Collaboration Platform / Linux
*** ***

View file

@ -1334,7 +1334,7 @@
## ▷ Downloading / Скачивание ## ▷ Downloading / Скачивание
* ⭐ **[4PDA](https://4pda.to/forum/)** - Android / iOS / [App](https://github.com/slartus/4pdaClient-plus) / [Captcha Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#4pda-captcha), [2](https://doorsgeek.blogspot.com/2015/08/4pdaru-loginregister-captcha-tutorial.html) * ⭐ **[4PDA](https://4pda.to/forum/)** / Android, iOS / [App](https://github.com/slartus/4pdaClient-plus) / [Captcha Note](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#4pda-captcha), [2](https://doorsgeek.blogspot.com/2015/08/4pdaru-loginregister-captcha-tutorial.html)
* [Androeed](https://androeed.store/), [2](https://androeed.ru/) - Android * [Androeed](https://androeed.store/), [2](https://androeed.ru/) - Android
* [CWER](http://cwer.ru/), [2](http://cwer.ws/) - Video / Audio / Games / Books * [CWER](http://cwer.ru/), [2](http://cwer.ws/) - Video / Audio / Games / Books
* [2BakSa](http://2baksa.ws/) - Video / Audio / Books * [2BakSa](http://2baksa.ws/) - Video / Audio / Books

View file

@ -242,34 +242,34 @@
* ↪️ **[Browser Ebook Readers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_browser_ebook_readers)** * ↪️ **[Browser Ebook Readers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_browser_ebook_readers)**
* ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_reading) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_ios_reading)** - Mobile Ebook Readers * ↪️ **[Android](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_android_reading) / [iOS](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/android#wiki_.25BA_ios_reading)** - Mobile Ebook Readers
* ⭐ **[Google Play Books](https://play.google.com/books)** - Manage Books / Auto Metadata * ⭐ **[Google Play Books](https://play.google.com/books)** - Manage Books / Auto Metadata
* ⭐ **[Foxit](https://www.foxit.com/pdf-reader/)** - PDF Reader / PC / Android / iOS / Linux / Mac / [Pro](https://rentry.co/FMHYBase64#foxit) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#foxit-warning) * ⭐ **[Foxit](https://www.foxit.com/pdf-reader/)** - PDF Reader / All Platforms / [Pro](https://rentry.co/FMHYBase64#foxit) / [Warning](https://github.com/fmhy/FMHY/wiki/FMHY%E2%80%90Notes.md#foxit-warning)
* ⭐ **[Koodo](https://www.koodoreader.com/)** - Ebook Reader / PC / Mac / Linux / [GitHub](https://github.com/koodo-reader/koodo-reader) * ⭐ **[Koodo](https://www.koodoreader.com/)** - Ebook Reader / Windows, Mac, Linux / [GitHub](https://github.com/koodo-reader/koodo-reader)
* ⭐ **[SumatraPDFReader](https://www.sumatrapdfreader.org/free-pdf-reader)** - Ebook Reader / PDF / PC * ⭐ **[SumatraPDFReader](https://www.sumatrapdfreader.org/free-pdf-reader)** - Ebook & PDF Reader / Windows
* ⭐ **[Calibre](https://calibre-ebook.com/)** - Ebook Reader / PC * ⭐ **[Calibre](https://calibre-ebook.com/)** - Ebook Reader / Windows
* ⭐ **[EinkBro](https://github.com/plateaukao/einkbro)** - E-Ink Browser * ⭐ **[EinkBro](https://github.com/plateaukao/einkbro)** - E-Ink Browser
* [ComparisonTabl.es](https://comparisontabl.es/) - Compare E-Readers * [ComparisonTabl.es](https://comparisontabl.es/) - Compare E-Readers
* [Postlight](https://reader.postlight.com/), [Reader Mode](https://readermode.io/) or [Tranquility](https://addons.mozilla.org/en-GB/firefox/addon/tranquility-1/) - Article Readers / Managers * [Postlight](https://reader.postlight.com/), [Reader Mode](https://readermode.io/) or [Tranquility](https://addons.mozilla.org/en-GB/firefox/addon/tranquility-1/) - Article Readers / Managers
* [EBook Reader](https://epub-reader.online/) - Ebook Reader / PC / Android / iOS / Mac * [Readest](https://readest.com/) - Ebook Reader / All Platforms / [GitHub](https://github.com/readest/readest)
* [Readest](https://readest.com/) - Ebook Reader / PC / Linux / Mac / Android / iOS / [GitHub](https://github.com/readest/readest) * [EBook Reader](https://epub-reader.online/) - Ebook Reader / Windows, Mac, Android, iOS
* [KoReader](https://koreader.rocks/) - Ebook Reader / PC / Android / [GitHub](https://github.com/koreader/koreader) * [KoReader](https://koreader.rocks/) - Ebook Reader / Windows, Android / [GitHub](https://github.com/koreader/koreader)
* [Jane Reader](https://janereader.com/) - Ebook Reader / PC / Mac * [Jane Reader](https://janereader.com/) - Ebook Reader / Windows, Mac
* [FBReader](https://fbreader.org/) - Ebook Reader / PC / Android / iOS * [FBReader](https://fbreader.org/) - Ebook Reader / Windows, Android, iOS
* [Alexandria](https://github.com/btpf/Alexandria) - PC / Linux / Mac * [Alexandria](https://github.com/btpf/Alexandria) - Ebook Reader / Windows, Mac, Linux
* [Librum](https://librumreader.com) - Ebook Reader / PC / Linux / Mac / [GitHub](https://github.com/Librum-Reader/Librum) * [Librum](https://librumreader.com) - Ebook Reader / Windows, Mac, Linux / [GitHub](https://github.com/Librum-Reader/Librum)
* [Thorium](https://thorium.edrlab.org/) - Ebook Reader / PC / Mac / Linux * [Thorium](https://thorium.edrlab.org/) - Ebook Reader / Windows, Mac, Linux
* [Okular](https://okular.kde.org/) - PDF / Linux / PC / Mac * [Okular](https://okular.kde.org/) - PDF / Windows, Mac, Linux
* [Aquile Reader](https://apps.microsoft.com/detail/9p08t4jltqnk) - Ebook Reader / PC * [Aquile Reader](https://apps.microsoft.com/detail/9p08t4jltqnk) - Ebook Reader / Windows
* [Icecream Reader](https://icecreamapps.com/Ebook-Reader/) - Ebook Reader / PC * [Icecream Reader](https://icecreamapps.com/Ebook-Reader/) - Ebook Reader / Windows
* [Foliate](https://johnfactotum.github.io/foliate/) - Ebook Reader / Linux * [Foliate](https://johnfactotum.github.io/foliate/) - Ebook Reader / Linux
* [qPDFview](https://launchpad.net/qpdfview) - PDF / PC * [qPDFview](https://launchpad.net/qpdfview) - PDF / Windows
* [mupdf](https://mupdf.com/) - PDF / PC / Linux / Android * [mupdf](https://mupdf.com/) - PDF / Windows, Linux, Android
* [Evince](https://apps.gnome.org/Evince/) - PDF / DjVu Reader / Linux / [GitLab](https://gitlab.gnome.org/GNOME/evince) * [Evince](https://apps.gnome.org/Evince/) - PDF / DjVu Reader / Linux / [GitLab](https://gitlab.gnome.org/GNOME/evince)
* [Sioyek](https://sioyek.info/) - PDF / PC / Mac / Linux * [Sioyek](https://sioyek.info/) - PDF / Windows, Mac, Linux
* [Yomu](https://www.yomu-reader.com/) - Ebook Reader / iOS / Mac * [Yomu](https://www.yomu-reader.com/) - Ebook Reader / Mac, iOS
* [FBReader](https://apps.apple.com/app/fbreader-epub-and-fb2-reader/id1067172178) - Ebook Reader / iOS / Mac * [FBReader](https://apps.apple.com/app/fbreader-epub-and-fb2-reader/id1067172178) - Ebook Reader / Mac, iOS
* [FF PDF](https://github.com/sdushantha/ff-pdf/) - PDF / Linux * [FF PDF](https://github.com/sdushantha/ff-pdf/) - PDF / Linux
* [WinDjView](https://windjview.sourceforge.io/) - DjVu Reader / PC * [WinDjView](https://windjview.sourceforge.io/) - DjVu Reader / Windows
* [DjVuLibr](https://djvu.sourceforge.net/) - DjVu Reader / PC * [DjVuLibr](https://djvu.sourceforge.net/) - DjVu Reader / Windows
* [bookworm](https://github.com/babluboy/bookworm) - Elementary OS Ebook Reader * [bookworm](https://github.com/babluboy/bookworm) - Elementary OS Ebook Reader
* [AnyFlip](https://anyflip.com/) - Interactive Flipbook Reader * [AnyFlip](https://anyflip.com/) - Interactive Flipbook Reader
* [All My Books](https://www.bolidesoft.com/allmybooks.html) - Book Catalog * [All My Books](https://www.bolidesoft.com/allmybooks.html) - Book Catalog

View file

@ -105,6 +105,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 * 🌐 **[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 * ⭐ **[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 * [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 * [BusyBox](https://frippery.org/busybox/) - Unix Commands for Windows
* [Clink](https://github.com/chrisant996/clink) - Command Line Editing * [Clink](https://github.com/chrisant996/clink) - Command Line Editing
* [Nushell](https://www.nushell.sh/) - Alt Shell * [Nushell](https://www.nushell.sh/) - Alt Shell
@ -112,7 +113,6 @@
* [Command Challenge](https://cmdchallenge.com/) - Command Line Learning * [Command Challenge](https://cmdchallenge.com/) - Command Line Learning
* [Mintty](https://mintty.github.io/) - Cygwin Terminal Emulator * [Mintty](https://mintty.github.io/) - Cygwin Terminal Emulator
* [GetDNote](https://www.getdnote.com/) - Command Line Notebook * [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 * [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 * [PowerShell Scripts](https://github.com/fleschutz/PowerShell) or [WindowsPowerShell](https://github.com/stevencohn/WindowsPowerShell) - Alt Shell Scripts
* [Starship](https://starship.rs/) - Cross-Shell Prompt * [Starship](https://starship.rs/) - Cross-Shell Prompt
@ -351,9 +351,9 @@
## ▷ Windows Activation ## ▷ Windows Activation
* ⭐ **[MAS](https://rentry.co/FMHYBase64#mas)** - Activation Scripts / Windows / Office / [Discord](https://discord.gg/gjJEfq7ux8) * ⭐ **[MAS](https://rentry.co/FMHYBase64#mas)** - Windows & Office Activation / [Discord](https://discord.gg/gjJEfq7ux8)
* [KMS_VL_ALL_AIO](https://rentry.co/FMHYBase64#kms-vl) - Offline Activator / Windows / Office * [KMS_VL_ALL_AIO](https://rentry.co/FMHYBase64#kms-vl) - Windows & Office Activation / Offline
* [OfficeRTool](https://rentry.co/FMHYBase64#officertool-project) - Offline Activator / Office * [OfficeRTool](https://rentry.co/FMHYBase64#officertool-project) - Office Activation / Offline
*** ***

View file

@ -508,7 +508,7 @@
* [Unicode Explorer](https://unicode-explorer.com/) or [Compart](https://www.compart.com/en/unicode) - Unicode Character Identification * [Unicode Explorer](https://unicode-explorer.com/) or [Compart](https://www.compart.com/en/unicode) - Unicode Character Identification
* [Transfonter](https://transfonter.org/) - Create CSS @font-face Kits * [Transfonter](https://transfonter.org/) - Create CSS @font-face Kits
* [TypeRip](https://badnoise.net/TypeRip/) - Adobe Font Ripper / [GitHub](https://github.com/CodeZombie/TypeRip) * [TypeRip](https://badnoise.net/TypeRip/) - Adobe Font Ripper / [GitHub](https://github.com/CodeZombie/TypeRip)
* [FontBase](https://fontba.se/), [NexusFont](https://www.xiles.app/) or [Font Manager](https://github.com/FontManager/font-manager) (Linux) - Font Managers * [FontBase](https://fontba.se/), [NexusFont](https://www.xiles.app/) or [Linux Font Manager](https://github.com/FontManager/font-manager) - Font Managers
* [Colors & Fonts](https://www.colorsandfonts.com/) - Typography Tools * [Colors & Fonts](https://www.colorsandfonts.com/) - Typography Tools
* [DS-Fusion](https://ds-fusion.github.io/) - AI Typography Generator * [DS-Fusion](https://ds-fusion.github.io/) - AI Typography Generator
* [Formito](https://formito.com/tools/logo) - Typography Logo Maker * [Formito](https://formito.com/tools/logo) - Typography Logo Maker

View file

@ -43,11 +43,15 @@
"@cloudflare/workers-types": "^4.20241230.0", "@cloudflare/workers-types": "^4.20241230.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1", "@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@iconify-json/carbon": "^1.2.5", "@iconify-json/carbon": "^1.2.5",
"@iconify-json/fluent": "^1.2.23",
"@iconify-json/fluent-mdl2": "^1.2.1",
"@iconify-json/gravity-ui": "^1.2.5", "@iconify-json/gravity-ui": "^1.2.5",
"@iconify-json/heroicons-solid": "^1.2.0", "@iconify-json/heroicons-solid": "^1.2.0",
"@iconify-json/lucide": "^1.2.10", "@iconify-json/lucide": "^1.2.10",
"@iconify-json/material-symbols": "^1.2.22",
"@iconify-json/mdi": "^1.2.1", "@iconify-json/mdi": "^1.2.1",
"@iconify-json/ph": "^1.2.2", "@iconify-json/ph": "^1.2.2",
"@iconify-json/qlementine-icons": "^1.2.6",
"@iconify-json/simple-icons": "^1.2.12", "@iconify-json/simple-icons": "^1.2.12",
"@iconify-json/twemoji": "^1.2.1", "@iconify-json/twemoji": "^1.2.1",
"@iconify/utils": "^2.3.0", "@iconify/utils": "^2.3.0",

40
pnpm-lock.yaml generated
View file

@ -72,6 +72,12 @@ importers:
'@iconify-json/carbon': '@iconify-json/carbon':
specifier: ^1.2.5 specifier: ^1.2.5
version: 1.2.5 version: 1.2.5
'@iconify-json/fluent':
specifier: ^1.2.23
version: 1.2.23
'@iconify-json/fluent-mdl2':
specifier: ^1.2.1
version: 1.2.1
'@iconify-json/gravity-ui': '@iconify-json/gravity-ui':
specifier: ^1.2.5 specifier: ^1.2.5
version: 1.2.5 version: 1.2.5
@ -81,12 +87,18 @@ importers:
'@iconify-json/lucide': '@iconify-json/lucide':
specifier: ^1.2.10 specifier: ^1.2.10
version: 1.2.10 version: 1.2.10
'@iconify-json/material-symbols':
specifier: ^1.2.22
version: 1.2.22
'@iconify-json/mdi': '@iconify-json/mdi':
specifier: ^1.2.1 specifier: ^1.2.1
version: 1.2.1 version: 1.2.1
'@iconify-json/ph': '@iconify-json/ph':
specifier: ^1.2.2 specifier: ^1.2.2
version: 1.2.2 version: 1.2.2
'@iconify-json/qlementine-icons':
specifier: ^1.2.6
version: 1.2.6
'@iconify-json/simple-icons': '@iconify-json/simple-icons':
specifier: ^1.2.12 specifier: ^1.2.12
version: 1.2.12 version: 1.2.12
@ -1024,6 +1036,12 @@ packages:
'@iconify-json/carbon@1.2.5': '@iconify-json/carbon@1.2.5':
resolution: {integrity: sha512-aI3TEzOrUDGhs74zIT3ym/ZQBUEziyu8JifntX2Hb4siVzsP5sQ/QEfVdmcCUj37kQUYT3TYBSeAw2vTfCJx9w==} resolution: {integrity: sha512-aI3TEzOrUDGhs74zIT3ym/ZQBUEziyu8JifntX2Hb4siVzsP5sQ/QEfVdmcCUj37kQUYT3TYBSeAw2vTfCJx9w==}
'@iconify-json/fluent-mdl2@1.2.1':
resolution: {integrity: sha512-zFgd1V9r0a+mqA46Z4mOoSf6PbQbhYnY9Uhtpjl3xvw03doNolh4apMtsZoLlC/Y7wO2uj306MgziaqwWdNMwg==}
'@iconify-json/fluent@1.2.23':
resolution: {integrity: sha512-xSN0Qmg1YiHXhnF64+ghINT32SA8mNsoryjgG86jDmcmEePCdsx55Z4qNDnfzNGECfSx1M88h3y4DEA1og/oNg==}
'@iconify-json/gravity-ui@1.2.5': '@iconify-json/gravity-ui@1.2.5':
resolution: {integrity: sha512-7uf4xG2ijmcte4AqPpzNTqnEBqxvHBKW/gI0VTZeP0nLtZSvoCybNt5QsJ7f/xyrIQDgCJ4usEmRaX7G86NueA==} resolution: {integrity: sha512-7uf4xG2ijmcte4AqPpzNTqnEBqxvHBKW/gI0VTZeP0nLtZSvoCybNt5QsJ7f/xyrIQDgCJ4usEmRaX7G86NueA==}
@ -1033,12 +1051,18 @@ packages:
'@iconify-json/lucide@1.2.10': '@iconify-json/lucide@1.2.10':
resolution: {integrity: sha512-cR1xpRJ4dnoXlC0ShDjzbrZyu+ICH4OUaYl7S51MhZUO1H040s7asVqv0LsDbofSLDuzWkHCLsBabTTRL0mCUg==} resolution: {integrity: sha512-cR1xpRJ4dnoXlC0ShDjzbrZyu+ICH4OUaYl7S51MhZUO1H040s7asVqv0LsDbofSLDuzWkHCLsBabTTRL0mCUg==}
'@iconify-json/material-symbols@1.2.22':
resolution: {integrity: sha512-raleOIRt8iPtwAkDzmw/c5zb06nIaicsYs5bZ3yfRjBxuYT/UYNa2ZFQQMl3uuTTiZuUXwFa1M8PJW3CFRAN0w==}
'@iconify-json/mdi@1.2.1': '@iconify-json/mdi@1.2.1':
resolution: {integrity: sha512-dSkQU78gsZV6Yxnq78+LuX7jzeFC/5NAmz7O3rh558GimGFcwMVY/OtqRowIzjqJBmMmWZft7wkFV4TrwRXjlg==} resolution: {integrity: sha512-dSkQU78gsZV6Yxnq78+LuX7jzeFC/5NAmz7O3rh558GimGFcwMVY/OtqRowIzjqJBmMmWZft7wkFV4TrwRXjlg==}
'@iconify-json/ph@1.2.2': '@iconify-json/ph@1.2.2':
resolution: {integrity: sha512-PgkEZNtqa8hBGjHXQa4pMwZa93hmfu8FUSjs/nv4oUU6yLsgv+gh9nu28Kqi8Fz9CCVu4hj1MZs9/60J57IzFw==} resolution: {integrity: sha512-PgkEZNtqa8hBGjHXQa4pMwZa93hmfu8FUSjs/nv4oUU6yLsgv+gh9nu28Kqi8Fz9CCVu4hj1MZs9/60J57IzFw==}
'@iconify-json/qlementine-icons@1.2.6':
resolution: {integrity: sha512-jUKUGXrXXjUw7rVBEzCeKco9gq03yRGmhxVP9n1A3YyCRWOmxoxotXDAgQIdeHJNvD8TyO0tu2LrS1oLtQ+doA==}
'@iconify-json/simple-icons@1.2.12': '@iconify-json/simple-icons@1.2.12':
resolution: {integrity: sha512-lRNORrIdeLStShxAjN6FgXE1iMkaAgiAHZdP0P0GZecX91FVYW58uZnRSlXLlSx5cxMoELulkAAixybPA2g52g==} resolution: {integrity: sha512-lRNORrIdeLStShxAjN6FgXE1iMkaAgiAHZdP0P0GZecX91FVYW58uZnRSlXLlSx5cxMoELulkAAixybPA2g52g==}
@ -4803,6 +4827,14 @@ snapshots:
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
'@iconify-json/fluent-mdl2@1.2.1':
dependencies:
'@iconify/types': 2.0.0
'@iconify-json/fluent@1.2.23':
dependencies:
'@iconify/types': 2.0.0
'@iconify-json/gravity-ui@1.2.5': '@iconify-json/gravity-ui@1.2.5':
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
@ -4815,6 +4847,10 @@ snapshots:
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
'@iconify-json/material-symbols@1.2.22':
dependencies:
'@iconify/types': 2.0.0
'@iconify-json/mdi@1.2.1': '@iconify-json/mdi@1.2.1':
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
@ -4823,6 +4859,10 @@ snapshots:
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
'@iconify-json/qlementine-icons@1.2.6':
dependencies:
'@iconify/types': 2.0.0
'@iconify-json/simple-icons@1.2.12': '@iconify-json/simple-icons@1.2.12':
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0