# spacemod

spacemod is a text search-and-replace tool optimized towards refactoring code.

It is very similar to fastmod, but with some additional features:

## Installation Check [the website](https://untitaker.github.io/spacemod/) for installation options. ## Matching Modes By default, you use regexes to replace text. See [Matching modes](./docs/matching.md) for the alternative modes that `spacemod` supports. ## Alternatives There are many tools like `spacemod`, some of which may suit your needs better. Take a look at [Alternatives](./docs/alternatives.md). ## License Licensed under `MIT`, see [`./LICENSE`](./LICENSE).