Skip to content

mattn/vim-filewatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

vim-filewatcher

file watcher

Usage

start watch the change of directory.

let watcher = filewatcher#watch(".", {x,y->execute('echo y',0)})

stop the watching.

call watcher.stop()

Requirements

golang

Installation

cd filewatcher && go get -d && go build

License

MIT

Author

Yasuhiro Matsumoto (a.k.a. mattn)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •