File Rename Search
Rename files with RegEx patterns.
Usage
<search-pattern>
<replace-pattern>
<base-path> [default: .]
Example
Installation
Cargo
Please check, that you have a recent version of Rust installed.
Setup
Operation Mode
The default operation is to do a dry-run. To change this behavior, you have to set the FRS_DEFAULT_OP environment variable to RUN.
Icons
![]()
frs is able to show Nerd Font icons. If you don't use NF in your terminal you can disable it with the --icons option or with the FRS_SHOW_ICONS environment variable.
This can be done e.g. on ZSH by adding this line to your ~/.zshenv:
CREV - Rust code reviews - Raise awareness
Please, spread this info !
Open source code needs a community effort to express trustworthiness.
Start with reading the reviews of the crates you use. Example: web.crev.dev/rust-reviews/crate/num-traits/
Than install the CLI cargo-crev. Read the Getting Started guide.
On your Rust project, verify the trustworthiness of all dependencies, including transient dependencies with cargo crev verify
Write a new review !
Describe the crates you trust. Or warn about the crate versions you think are dangerous.
Help other developers, inform them and share your opinion.
Use the helper on this webpage: web.crev.dev/rust-reviews/review_new