Skip to content

Commit

Permalink
Add FS notify functionality for Linux & macOS
Browse files Browse the repository at this point in the history
Add logic for notifying when files in registered directories change
on macOS and Linux. Postpond support on Windows because of #9.

Related to #9

Signed-off-by: Jason Rogena <jason@rogena.me>
  • Loading branch information
jasonrogena committed Jun 16, 2022
1 parent d7bc742 commit ecff46c
Show file tree
Hide file tree
Showing 9 changed files with 470 additions and 72 deletions.
222 changes: 212 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ tree_magic = "0.2.3"
tera = "1"
clap = { version = "3.2", features = ["derive"] }
exitcode = "1.1.2"
notify = "4.0.16"
Loading

0 comments on commit ecff46c

Please sign in to comment.