#ignore #watchexec #filterer

watchexec-filterer-ignore

Watchexec filterer component for ignore files

7 stable releases

3.0.1 Jan 5, 2024
3.0.0 Jan 1, 2024
2.0.1 Dec 9, 2023
2.0.0 Nov 27, 2023
1.0.0 Jun 23, 2022

#2 in #watchexec

Download history 38006/week @ 2023-12-15 34969/week @ 2023-12-22 33636/week @ 2023-12-29 34017/week @ 2024-01-05 36571/week @ 2024-01-12 36885/week @ 2024-01-19 44292/week @ 2024-01-26 45464/week @ 2024-02-02 44624/week @ 2024-02-09 39294/week @ 2024-02-16 41283/week @ 2024-02-23 40976/week @ 2024-03-01 43561/week @ 2024-03-08 46084/week @ 2024-03-15 47763/week @ 2024-03-22 38414/week @ 2024-03-29

181,843 downloads per month
Used in 15 crates (4 directly)

Apache-2.0

200KB
3.5K SLoC

Crates.io page API Docs Crate license: Apache 2.0 CI status

Watchexec filterer: ignore

(Sub)filterer implementation for ignore files.

This is mostly a thin layer above the ignore-files crate, and is meant to be used as part of another more general filterer. However, there's nothing wrong with using it directly if all that's needed is to handle ignore files.


lib.rs:

A Watchexec Filterer implementation for ignore files.

This filterer is meant to be used as a backing filterer inside a more complex or complete filterer, and not as a standalone filterer.

This is a fairly simple wrapper around the ignore_files crate, which is probably where you want to look for any detail or to use this outside of Watchexec.

Dependencies

~16–31MB
~477K SLoC