Recursive _search and replace_ CLI application. Powerful search can be found without problems, eg, grep, ack, ag, ripgrep or broot. Tools for replacing recursively in a folder are more difficult to find, although some exist: fart-it. Typically, people use a combination of searching, xargs and a replacement tool like sed or rpl. I use code searching a lot to investigate a large source code base before attempting a replace. Even with 100k files, search is fast and fairly easy. Recursively replacing text is much more dangerous, especially if it requires the combination of several less frequently used tools; it's difficult to remember a search-xargs-replace combination if not used on a daily basis. On top of this, the search tool used to filter the set of files and perform a dry-run, is not per-se using the same search query as the replace tool. After all, these are different tools. It would be better if a single tool could be used for every-day searching and replacing. This is exactly what The Molybdenum Replacer intends to achieve.
OS | Architecture | Version |
---|---|---|
NetBSD 10.0 | aarch64 | molybdenum-0.1.10.tgz |
NetBSD 10.0 | aarch64 | molybdenum-0.1.10.tgz |
NetBSD 10.0 | earmv7hf | molybdenum-0.1.10.tgz |
NetBSD 10.0 | earmv7hf | molybdenum-0.1.9.tgz |
NetBSD 10.0 | earmv7hf | molybdenum-0.1.10.tgz |
NetBSD 10.0 | i386 | molybdenum-0.1.10.tgz |
NetBSD 10.0 | i386 | molybdenum-0.1.10.tgz |
NetBSD 10.0 | powerpc | molybdenum-0.1.9.tgz |
NetBSD 10.0 | powerpc | molybdenum-0.1.9.tgz |
NetBSD 10.0 | powerpc | molybdenum-0.1.9.tgz |
NetBSD 10.0 | sparc64 | molybdenum-0.1.10.tgz |
NetBSD 10.0 | sparc64 | molybdenum-0.1.10.tgz |
NetBSD 10.0 | x86_64 | molybdenum-0.1.10.tgz |
NetBSD 10.0 | x86_64 | molybdenum-0.1.10.tgz |
NetBSD 9.0 | earmv7hf | molybdenum-0.1.9.tgz |
NetBSD 9.0 | earmv7hf | molybdenum-0.1.10.tgz |
NetBSD 9.0 | i386 | molybdenum-0.1.10.tgz |
NetBSD 9.0 | i386 | molybdenum-0.1.10.tgz |
NetBSD 9.0 | powerpc | molybdenum-0.1.9.tgz |
NetBSD 9.0 | powerpc | molybdenum-0.1.9.tgz |
NetBSD 9.0 | powerpc | molybdenum-0.1.9.tgz |
NetBSD 9.0 | x86_64 | molybdenum-0.1.10.tgz |
NetBSD 9.0 | x86_64 | molybdenum-0.1.10.tgz |
NetBSD 9.3 | x86_64 | molybdenum-0.1.10.tgz |
Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.
The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.
Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.
Problem reports, updates or suggestions for this package should be reported with send-pr.