#filter #stdin #file #fuzzy #input #respect #agignore

app fuzzy_file_helper

Filters out stdin input with respect to .agignore

1 unstable release

Uses old Rust 2015

0.1.0 Aug 29, 2016

#92 in #fuzzy

MIT license

2KB

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.

Dependencies

~3.5MB
~75K SLoC