GitXplorerGitXplorer
i

fum

public
10 stars
1 forks
3 issues

Commits

List of commits on branch master.
Unverified
2e087f6ffc6c014899866cc077ba8cfbbdaadf7f

fix Cargo.toml excess keywords violation of crates.io

iijt committed 5 years ago
Unverified
bb5fdbf32bce96b16e473718c7b2f15817b5f108

add readme

iijt committed 5 years ago
Unverified
dbb6ab95c456c3756069b82ae0b43247723f497b

update Cargo.lock

iijt committed 5 years ago
Unverified
5815b9415c3dead389d95bbdcc0eba35f283da28

Merge

iijt committed 5 years ago
Unverified
13fd724621dd7c53afe7c836b0abb9a4cd658cb3

change name from ff to fum

iijt committed 5 years ago
Verified
00b460c6a1d3874197688fd11b46f2cf93f0f263

Initial commit

iijt committed 5 years ago

README

The README file for this repository.

fum

Fum is a command-line tool for fuzzy matching, searching recursively through files in the current directory and skipping those excluded by gitignore rules.

It can be used like this

$ fum pattrn
./Cargo.toml:6: pattern
./Cargo.toml:13: pattern
./README.md:9: pattern
./README.md:10: pattern
./README.md:11: pattern
./README.md:12: pattern
./README.md:13: pattern
./README.md:14: pattern
./README.md:15: pattern
./README.md:16: pattern
./README.md:17: pattern
./README.md:18: pattern
./src/main.rs:10: pattern
./src/main.rs:11: pattern
./src/main.rs:16: pattern
./src/main.rs:23: pattern
./src/main.rs:31: pattern
./src/main.rs:39: pattern