fuzzy_file_helper

Crates.iofuzzy_file_helper
lib.rsfuzzy_file_helper
version0.1.0
sourcesrc
created_at2016-08-29 01:00:17.721438
updated_at2016-08-29 01:00:17.721438
descriptionFilters out stdin input with respect to .agignore
homepagehttps://github.com/maxjacobson/fuzzy_file_helper
repository
max_upload_size
id6164
size1,633
Max Jacobson (maxjacobson)

documentation

README

fuzzy_file_helper

Command line program which reads lists from stdin, filters some lines out, then prints it again.

The idea is that it should filter the list of files with respect to an .agignore file, if present.

I'm using this with the ctrlp plugin for vim.

The scenario is that I am planning to commit some files to my repo, but I don't actually want to ever edit them directly, so I don't want them in my fuzzy file picker.

Commit count: 0

cargo fmt