Skip to content

glehmann/helix-file-watcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helix file watcher plugin

This is a helix plugin made using steel. To install, you can use the forge command line tool, which also requires having a rust toolchain installed.

You can either clone the repo and then from the root run:

forge install

Or you can do:

forge pkg install --git https://github.com/mattwparas/helix-file-watcher.git.

This will build and install the library.

You should then be able to use the library like so:

(require "helix-file-watcher/file-watcher.scm")

To start the watcher on the current directory:

(spawn-watcher)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scheme 55.8%
  • Rust 44.2%