Crates.io | fuzzy_file_helper |
lib.rs | fuzzy_file_helper |
version | 0.1.0 |
source | src |
created_at | 2016-08-29 01:00:17.721438 |
updated_at | 2016-08-29 01:00:17.721438 |
description | Filters out stdin input with respect to .agignore |
homepage | https://github.com/maxjacobson/fuzzy_file_helper |
repository | |
max_upload_size | |
id | 6164 |
size | 1,633 |
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.