Below you will find pages that utilize the taxonomy term “Flcdrg”
April 21, 2026
Replace multiple strings in files
Version updated for https://github.com/flcdrg/replace-multiple-action to version v4.1.74.
This action is used across all versions by 111 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of searching for specific strings in matching files and replacing them with designated values, saving the modified files afterward. It is particularly useful for bulk string replacements across multiple files, including handling complex replacement scenarios using regular expressions or large replacement payloads via external JSON files. Key capabilities include support for wildcard file matching, JSON-based replacement definitions, and customizable prefix/suffix contexts for precise pattern matching.
April 7, 2026
Wayback Machine Query
Version updated for https://github.com/flcdrg/wayback-machine-query-action to version v7.0.30.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Wayback Machine Query GitHub Action automates the process of locating archived versions of broken URLs using Archive.org’s Wayback Machine Availability API. It identifies missing URLs and generates replacements by providing Wayback Machine links, enabling efficient resolution of broken links in input files (e.g., JSON files produced by tools like Lychee). This action simplifies link management tasks by automating archival queries and generating actionable data for fixing or replacing dead links.