Crates.io | spacemod |
lib.rs | spacemod |
version | 0.1.1 |
source | src |
created_at | 2023-06-25 18:58:54.057692 |
updated_at | 2023-06-25 21:19:17.211545 |
description | A easy to understand and powerful text search-and-replace tool |
homepage | https://github.com/untitaker/quickenv |
repository | https://github.com/untitaker/spacemod |
max_upload_size | |
id | 899752 |
size | 169,144 |
spacemod
is a text search-and-replace tool optimized towards refactoring
code.
It is very similar to fastmod, but with some additional features:
[u]ndo
to revert.spacemod
is not quite as CPU-efficient as fastmod, but
compensates by using background threads to search files while you approve
diffs.Check the website for installation options.
By default, you use regexes to replace text. See Matching
modes for the alternative modes that spacemod
supports.
There are many tools like spacemod
, some of which may suit your needs better. Take a look at Alternatives.
Licensed under MIT
, see ./LICENSE
.