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 18, 2022
1 parent d7bc742 commit 55980d5
Show file tree
Hide file tree
Showing 15 changed files with 716 additions and 83 deletions.
238 changes: 228 additions & 10 deletions Cargo.lock

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

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

0 comments on commit 55980d5

Please sign in to comment.