#ignore #watchexec #filterer #execute-command

watchexec-filterer-ignore

Watchexec filterer component for ignore files

10 stable releases (4 major)

5.0.0 Oct 14, 2024
4.0.1 Apr 28, 2024
3.0.1 Jan 5, 2024
2.0.1 Dec 9, 2023
1.0.0 Jun 23, 2022

#2 in #watchexec

Download history 5439/week @ 2024-07-29 6038/week @ 2024-08-05 7140/week @ 2024-08-12 7563/week @ 2024-08-19 7290/week @ 2024-08-26 6071/week @ 2024-09-02 7247/week @ 2024-09-09 7413/week @ 2024-09-16 10663/week @ 2024-09-23 8086/week @ 2024-09-30 3420/week @ 2024-10-07 5982/week @ 2024-10-14 6115/week @ 2024-10-21 6767/week @ 2024-10-28 7489/week @ 2024-11-04 9747/week @ 2024-11-11

30,353 downloads per month
Used in 19 crates (5 directly)

Apache-2.0

200KB
4K 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

~20–32MB
~509K SLoC