fastmodأداة للاستبدال الجزئي للنصوص في قاعدة الأكواد لديك. التعبيرات النمطية يعالجها قفص من بضاعة رست وهو
regex. لمزيد من التفاصيل: https://github.com/facebookincubator/fastmod.
.ignore أو .gitignore:fastmod {{regex}} {{replacement}}
fastmod --ignore-case {{regex}} {{replacement}} -- {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}
fastmod {{regex}} {{replacement}} --dir {{path/to/directory}} --iglob '{{**/*.{js,json}}}'
fastmod --fixed-strings {{exact_string}} {{replacement}} --extensions {{json,js}}
fastmod --accept-all --fixed-strings {{exact_string}} {{replacement}}
fastmod --accept-all --print-changed-files --fixed-strings {{exact_string}} {{replacement}}