fastmod

Verified for current stable LTS

Fastmod Commands

Fastmod command syntax with verified terminal examples.

Commands

12 commands for Fastmod

fastmod

Fastmod Command: Replace Exact String In Js Or Json Files

fastmod --fixed-strings <exact_string> <replacement> --extensions <json,js>
fastmod

Fastmod Command: Replace Exact String Js Json Files

fastmod --fixed-strings <exact_string> <replacement> --extensions <json,js>
fastmod

Fastmod Command: Replace Exact String No Confirmation

fastmod --accept-all --fixed-strings <exact_string> <replacement>
fastmod

Fastmod Command: Replace Exact String Print Changed Files

fastmod --accept-all --print-changed-files --fixed-strings <exact_string> <replacement>
fastmod

Fastmod Command: Replace Exact String Without Confirmation

fastmod --accept-all --fixed-strings <exact_string> <replacement>
fastmod

Fastmod Command: Replace Exact String Without Confirmation And Print Changed Files

fastmod --accept-all --print-changed-files --fixed-strings <exact_string> <replacement>
fastmod

Fastmod Command: Replace Regex All Files

fastmod <regex> <replacement>
fastmod

Fastmod Command: Replace Regex Case Insensitive In Specific Files

fastmod --ignore-case <regex> <replacement> -- <path/to/file_or_directory1 path/to/file_or_directory2 ...>
fastmod

Fastmod Command: Replace Regex Case Insensitive Specific Files

fastmod --ignore-case <regex> <replacement> -- <path/to/file_or_directory1 path/to/file_or_directory2 ...>
fastmod

Fastmod Command: Replace Regex In All Files

fastmod <regex> <replacement>
fastmod

Fastmod Command: Replace Regex In Directory Case Insensitive Glob

fastmod <regex> <replacement> --dir <path/to/directory> --iglob '{{**/*.{js,json}}}'
fastmod

Fastmod Command: Replace Regex In Directory With Case Insensitive Glob

fastmod <regex> <replacement> --dir <path/to/directory> --iglob '{{**/*.{js,json}}}'

Suggest a Fastmod Command

Submit missing workflows, corrections, or verified alternatives for this tool.

FAQ

Coverage: Focused examples for common Fastmod workflows.

Verified version: current stable LTS.

Verification: Test commands in a disposable workspace and submit notes for edge cases.