Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mvr

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvr

  • 2.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Mvr

a Ruby script that allows you to rename a group of files via regular expression

Installation

Install it yourself as:

$ gem install mvr

Usage

###required parameters:

  • match pattern
  • replacement pattern (use \1 for first match, \2 for second match, and so on)
  • filenames

###optional parameters:

  • -e or --exclude-extension to exclude the extension of the file from the pattern matching/replacement
  • -v or --override-colors to override the colors with the ones configured by the [colorconfig][colorconfig] script

###displays: prints a color-coded list of file names and their replacement names; also asks for confirmation

#####Color Coding: grey background for no change, red background for conflict

###action: if you type y or yes (case insensitive), it will rename the files; anything else will cause it to cancel the operation

FAQs

Package last updated on 19 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc