Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Monitor file system events using Swift

License

NotificationsYou must be signed in to change notification settings

njdehoog/Witness

Repository files navigation

Monitor file system changes using Swift. Witness provides a wrapper around theFile System Events API for OS X.

Installation

The recommended way to include Witness in your project is by usingCarthage. Simply add this line to yourCartfile:

github "njdehoog/Witness" ~> 0.1

Usage

Import the framework

import Witness

Monitor file system events

This will trigger an event when a file in the Desktop directory is created, deleted or modified.

iflet desktopPath=NSSearchPathForDirectoriesInDomains(.desktopDirectory,.userDomainMask,true).first{self.witness=Witness(paths:[desktopPath], flags:.FileEvents, latency:0.3){ eventsinprint("file system events received:\(events)")}}

Contributing

  1. Fork it!
  2. Create your feature branch:git checkout -b my-new-feature
  3. Commit your changes:git commit -am 'Add some feature'
  4. Push to the branch:git push origin my-new-feature
  5. Submit a pull request :D

Credits

Witness was developed for use inSpelt. If you like this library, please consider supporting development by purchasing the app.

License

Witness is released under the MIT license. See LICENSE for details.

About

Monitor file system events using Swift

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp