Skip to content
/ serafor Public

Multithreaded C# CLI util for searching files using regex.

License

Notifications You must be signed in to change notification settings

andev0/serafor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serafor

Multithreaded C# CLI util for searching files using regex.


Usage:

Usage: serafor REGEX-QUERY [OPTIONS]...

Options:

-f, --files - Search for files only.
-d, --directories - Search for directories only.
-h, --hidden - Include hidden files and directories in the search.

Usage example:

cd ~/Projects
serafor .cs
serafor MyProgram -d
serafor MyProgram -f
serafor config -h -f

About

Multithreaded C# CLI util for searching files using regex.

Resources

License

Stars

Watchers

Forks

Languages