fum

Crates.iofum
lib.rsfum
version0.1.0
sourcesrc
created_at2019-10-07 05:51:38.278556
updated_at2019-10-07 05:51:38.278556
descriptionfum finds fuzzy matches to a literal search pattern, searching recursively through all the files in the current directory and respecting gitignore rules.
homepagehttps://github.com/ijt/fum
repositoryhttps://github.com/ijt/fum
max_upload_size
id170517
size15,612
Issac Trotts (ijt)

documentation

https://github.com/ijt/fum

README

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
Commit count: 8

cargo fmt