GitXplorerGitXplorer
d

odd-one-out

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c380b0e7fb1ad0bf23a36857253b0b18240687aa

hlint changes

ddgsuarez committed 10 years ago
Unverified
f5fe00160622f7abcdcfe09c52d52885430705fd

use do notation

ddgsuarez committed 10 years ago
Unverified
ab359dde0dab2f1b17cc3ddd9f86bbbec6e26e2f

better way to extract paths

ddgsuarez committed 11 years ago
Unverified
cb6e61b0c2d9d1cbeeef6417f78453981468479a

add readme

ddgsuarez committed 11 years ago
Unverified
c1b3300805a586c5a1c00b16540b6bb35d7f6f40

basic CLI

ddgsuarez committed 11 years ago
Unverified
d3489be40e502074343add2198ccb9a29eb437d8

working for multiple extensions

ddgsuarez committed 11 years ago

README

The README file for this repository.

Odd One Out

This is a cli utility to filter out odd files based on extensions

Usage

Basic usage is as follows:

find ... | odd-one-out hs o,hi

This will return all hs files found that don't have a corresponding o or hi file.