Skip to content

wookiecooking/norrin-silversearcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Norrin

A bash script to find a list of strings in a directory of source code.

This bash script is sugar / wrapper around The Silver Searcher

Requirements

Quick Start

# give the script permisson to run
chmod +x norrin
# search by supplying a dictionary and the directory to search
./norrin /path/to/dict.txt /path/to/search
# Results will be saved to the current directory.

Releases

  • 0.0.2 - cleaned up and renamed file, moved date to it variable. added comments and cleaned up variable names.
  • 0.0.1 - Inital release, proof of concept

Use Cases

Norrin helps by searching directories of source code for user-supplied dictionary text files in parallel, I.E. automated grepping directories.

Testing

  • Ubuntu 16.04: No Bugs / Working
  • Ubuntu 14.04: No Bugs / Working

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages