Skip to content

raguay/SelectByRegExp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

SelectByRegExp

Plugin for fman.io that allows you to select files in the current pane based on a regular expression.

To install this plugin, use fman's built-in command.

Usage

When you press Shift+r (I'm using my Vim Keymappings), Fman will ask for a regular expression. Once you give one, it will select files in the current directory that matches the regular expression.

It also stores past regular expresstions so that you can quickly search for them also. You can use the Select Reg Exp To Remove command to remove an expression from the history.

Features

  • Select/Deselect files based on regular expressions.
  • Keep a history of selections.