rs-git-fsmonitor icon indicating copy to clipboard operation
rs-git-fsmonitor copied to clipboard

A fast git core.fsmonitor hook written in Rust

Results 5 rs-git-fsmonitor issues
Sort by recently updated
recently updated
newest added

I understand that `crates.io` won't be able to install `watchman` automatically, but it'd still be nice. Habitat isn't really an option for me. But I use Homebrew on Linux and...

The `hab` I just downloaded defaults to the stable channel, but there are no stable releases for this package. Use the only channel that exists.

There is a newly added watchman Rust client implementation in the watchman repository at: https://github.com/facebook/watchman/tree/master/rust/watchman_client (on [crates.io](https://crates.io/crates/watchman_client)) It's probably better to use that client instead of using `Command::new`. :D

Submodule changes are sometimes not visible in git status without changing branches Steps to repo: 1. Create a git repo with a submodule 2. Checkout a new branch 3. cd...

Hi, I've been using this for some years now, and am surprised that there aren't more references to this across the Internet. I'm wondering if that's because the default fsmonitor...