rauchg / spot

Tiny file search utility (bash)
930 stars 45 forks source link

Add -l and -- options #16

Closed bhavanki closed 10 years ago

bhavanki commented 10 years ago

This PR adds support for two new options: -l (lowercase L) to only list the names of files with matches, similar to grep; and -- to explicitly indicate the end of options, so matching patterns can start with a hyphen.

bhavanki commented 9 years ago

Thanks!