Skip to content

Find files by regex with optional .gitignore consideration

License

Notifications You must be signed in to change notification settings

joehannes-os-zz/seek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

seek

Find files by regex with optional .gitignore consideration

Usage

$> seek [-p Path to base search folder] [-r Regex-String] [-g -- optional gitignore consideration]

Dependencies

  • find
  • git
  • git check-ignore
  • grep
  • sed
  • xsel
  • peco

Install

Put the script file into your local bin-folder (that is in your $PATH).

Standard installations probably don't have xsel and peco installed. Xsel is a cli-clipboard tool ... Peco is a cli-Combobox-Select tool ...

About

Find files by regex with optional .gitignore consideration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages